Member since
12-11-2015
22
Posts
3
Kudos Received
5
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3416 | 11-22-2016 04:06 AM | |
7717 | 11-21-2016 08:50 AM | |
13589 | 11-21-2016 07:39 AM | |
8584 | 10-07-2016 01:44 AM | |
2907 | 04-05-2016 03:19 AM |
03-07-2023
08:58 AM
@SohamR As this is an older post, you would have a better chance of receiving a resolution by starting a new thread. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post. Thanks
... View more
02-13-2020
02:08 PM
@attilabukor Hi, Thank you for your comment. Yesterday, I got a comment from HaoHao about this issue. The issue not being able to create KUDU table on CDH 6.3.2 is related to remote HMS configuration in hive-site.xml KuduTable.java ( on CDH 6.3.2 ) has a logic validating if `hmsuris` is null or empty. If `hmsuris` is empty or null, it raises exception and fails. This has been fixed on master branch, but I'm not sure if this fix will be delivered with CDH 6.3.3 Can you confirm if the fix is shipped with CDH 6.3.3? Here is the bug report ticket. https://issues.apache.org/jira/browse/IMPALA-8974 Gatsby
... View more
01-08-2018
09:30 PM
Hi All, Thank you for your resolution. I was able to resolve the issue. The issue was with /etc/hosts file and the firewall service was also running, so stopped that as well.
... View more
11-22-2016
04:06 AM
Hi JOL, The user needs write permissions on the HDFS directory to be able to create the table.
... View more
11-21-2016
07:39 AM
1 Kudo
Hi Neelesh, It seems you missed the leading "/" from the destination path, so it should be in your home directory. Can you please run "hdfs dfs -ls" as the same user? It should be there.
... View more
10-07-2016
01:44 AM
1 Kudo
Let's say your dataDir and old dataLogDir is /var/lib/zookeeper and now you're moving dataLogDir to /var/lib/zookeeper-log. First you change this in the service-wide configuration, which will make the stale configuration icon appear. Then you stop zk1, ssh into zk1 and run the following commands: $ mkdir -p /var/lib/zookeeper-log/version-2 $ cp /var/lib/zookeeper/version-2/log.* /var/lib/zookeeper-log/version-2/ $ chown -R zookeeper:zookeeper /var/lib/zookeeper-log Then you can start zk1 and wait until it's running and shows as either leader or follower in the Cloudera Manager service page too. After that's done, you can do the same with zk2 and finally with zk3 too. By this point the stale configuration alert should disappear and everything should be fine cluster-wide. As you said, the log.* files need to be copied only.
... View more
04-05-2016
03:19 AM
1) The user copying files from the nonencrypted folders to the encrypted folders need to have read access on the nonencrypted files and write access to the encryption zone and need to be able to decrypt EEK.
2) A zone can contain files for groups of users or a single user, key release is controlled by KMS ACLS.
... View more