Member since
04-13-2015
11
Posts
3
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4563 | 10-25-2015 09:21 PM | |
4219 | 07-15-2015 08:37 PM |
10-25-2015
09:21 PM
2 Kudos
I opned case with cloudera and found solution Add following settings in Balancer Advanced Configuration Snippet (Safety Valve) for hdfs-site.xml <property> <name>dfs.datanode.balance.max.concurrent.moves</name> <value>300</value> </property> Thanks, Venu
... View more
10-20-2015
10:22 PM
Hi All, We recently added 11 new datanodes to CDH5.3.2 cluster which has 20 datanodes. I see HDFS Balancer slowly moving blocks say avg 4000 blocks peer 10 mins. I' updated Balancer Advanced Configuration Snippet (Safety Valve) for hdfs-site.xml with <property> <name>dfs.balance.bandwidthPerSec</name> <value>3048576000</value> </property> still i see alomst same speed, i checked network graphs also Is there any other setting required? Thanks, Venu
... View more
Labels:
- Labels:
-
HDFS
07-27-2015
09:14 PM
I think default ACLS's is the solution to inherit parent directory ACL's. Still not clear why GRANT ALL ON URI 'hdfs://data/payload_preprocessor/maptemp' TO ROLE admin_role; is not working 😞 Thanks, Venu
... View more
07-27-2015
03:53 PM
Hello All, I'm facing a access problem with hive user when quering external table in CDH 5.3.2 after sentry enabled I created a external table on top of a mapreduce output directory in hdfs. After mapreduce when i query external table it say's Caused by: org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.AccessControlException): Permission denied: user=hive, access=READ_EXECUTE, inode="/data/payload_preprocessor/maptemp":svcvmhdpdev:hadoop:drwxrwx--- where svcvmhdpdev is the user who launched mapreduce job and /data/payload_preprocessor/maptemp is mapreduce output direcotry (also i crearted external table using this location) I used follwing query to grant ALL pervillges to hive user but it's not working GRANT ALL ON URI 'hdfs://data/payload_preprocessor/maptemp' TO ROLE admin_role; Only option is set HDFS ACL's, but /data/payload_preprocessor/maptemp is a mapreduce output directory which need to be deleted everytime before mapreduce job. Question is how do i grant read permissions to hive user permanently even directory deleted and created again? Thanks, Venu
... View more
07-15-2015
08:37 PM
Thank you Romain for the quick reply and solution
... View more
07-15-2015
04:57 PM
Hi All, I've 50 workflows in hue with owner as 'user1', now i want to change workflow Owner to a different user say 'user2'. I can re import the workflow but it will take very long time to export from user1 and import into user2.Is there any process i can use to change workflow owner in hue database (hue is configured with sqlite database)??? Thanks ~VK
... View more
Labels: