Member since
12-21-2020
91
Posts
8
Kudos Received
13
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3201 | 08-12-2021 05:16 AM | |
| 3539 | 06-29-2021 06:21 AM | |
| 3768 | 06-16-2021 07:15 AM | |
| 3367 | 06-14-2021 12:08 AM | |
| 9750 | 05-14-2021 06:03 AM |
06-13-2021
11:50 PM
Hi @dmharshit , It is difficult to comment without looking at the logs. Kindly share the log snippets from HiveServer2, Hive Metastore and YARN during the execution of this query. Thanks, Megh
... View more
06-10-2021
09:55 PM
1 Kudo
Hi @roshanbi , You can check with klist if the keytab file actually contains proper credentials. klist -kt /opt/striim/streamset.keytab if the output of this command shows "streamset/RB-HADOOP-03@INNOV.LOCAL" as principal, then the kinit command will refresh the ticket for this principal. By default, Kerberos tickets are valid for 8 hours, so you should schedule the kinit command to renew the ticket every 8 hours. Thanks, Megh
... View more
05-14-2021
06:03 AM
Your command should ideally look like this: hadoop distcp -Dipc.client.fallback-to-simple-auth-allowed=true hdfs://svr2.localdomain:8020/tmp/distcp_test.txt webhdfs://svr1.local:50070/tmp/ Let me know how it goes. Thanks, Megh
... View more
05-14-2021
05:50 AM
Hi @vciampa , In addition to the solution suggested by @Tylenol , also use webhdfs instead of hdfs for your destination as EOFException seems to occur between different versions of Hadoop during distcp. Please paste your command and logs after trying this. Thanks, Megh
... View more
05-06-2021
01:18 AM
1 Kudo
Hi @Magudeswaran , Refer to this KB article. It is not supported to directly export and import transactional tables. You need to follow the workaround. Thanks, Megh
... View more
05-04-2021
10:12 PM
Ohh okay. In my environment, Downloads are restricted so I couldn't verify. Strangely, there is no overall tar.gz file for all the packages in centos7-ppc (like there is one for centos7). I think the best way forward for you would be to raise a support case with Cloudera to get this package. Thanks, Megh
... View more
05-04-2021
07:32 AM
Also, check this https://archive.cloudera.com/p/HDP/3.x/3.1.4.0/centos7-ppc/tars/ranger/ You can find a tar file of ranger-admin package here. Maybe you can download this tar.gz and configure it in a local repository and use if possible (Just a workaround though). Thanks, Megh
... View more
05-04-2021
07:26 AM
Okay, I think I understood your problem completely now. in https://archive.cloudera.com/p/HDP/3.x/3.1.4.0/centos7-ppc/artifacts.txt , ranger-admin package is mentioned under ranger directory but in the actual directory it is not present. In this case, I think someone from Cloudera only can help you with the required package. Thanks, Megh
... View more
05-04-2021
07:07 AM
Are you able to access https://archive.cloudera.com/p/HDP/3.x/3.1.4.0/centos7/ranger/ ? Thanks, Megh
... View more
05-04-2021
06:30 AM
Recently all the online repos (CDH, CDP and HDP) have been moved behind paywall, so if you have an active subscription with Cloudera, you can check with your account manager to get the credentials to access the repository. If you don't have a subscription, the only way to install new components is to install through local repository if you have downloaded the same earlier. Thanks, Megh
... View more