Member since
02-08-2016
793
Posts
669
Kudos Received
85
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3141 | 06-30-2017 05:30 PM | |
| 4099 | 06-30-2017 02:57 PM | |
| 3404 | 05-30-2017 07:00 AM | |
| 3984 | 01-20-2017 10:18 AM | |
| 8629 | 01-11-2017 02:11 PM |
10-11-2016
10:46 AM
3 Kudos
@Mr GL It seems you are hitting issue - https://issues.apache.org/jira/browse/HDFS-1312 You can have it manually balanced as per - https://wiki.apache.org/hadoop/FAQ#On_an_individual_data_node.2C_how_do_you_balance_the_blocks_on_the_disk.3F
... View more
10-11-2016
10:20 AM
2 Kudos
@Viraj Vekaria Can you pass the screenshot if Namenode UI ? Also can you check if there is value in this file or property from ambari for "dfs.hosts.exclude" cat /etc/hadoop/conf/dfs.hosts.exclude
... View more
10-11-2016
10:13 AM
Adding @rich - Can you pls help
... View more
10-11-2016
09:58 AM
3 Kudos
@Simran Kaur Please find answers inline - 1. a node means a server, right? No VM'S ? - Node means server. A server can be physical hardware or virtual machine also. 2. How many servers I would need to add to have a healthy cluster - It depends upon what type of configuration you use for production. Generally a broader question to discuss. For Master services I would recommend to deploy on individual node and slave nodes as per your requirement. In case of HA you need to revisit placement of the above services. master1 - Active NN,ZK,JN master1 - Standby NN, ZK, JN,RM, AM,HS master1 - Ambari, ZK, HIVE,SQOOP,OOZIE,HUE,Ranger,etc.. Slave Nodes - DN,N,etc.. 3. Which of the above mentioned services should be co-located? - For HDFS make sure JN should run most probably on both namenodes, also if possible you should have dedicated disk for JN and ZK. 4. What should be the distribution like? - You can go for n-1 distribution [where is n=latest stable release from hdp] You can migrate services after installation.
... View more
10-06-2016
11:22 AM
You need to delete this manually from ranger. Ranger will not detect this automatically.
... View more
10-06-2016
11:03 AM
2 Kudos
@Houssam Manik Yes. We can delete user using Ranger rest api as mentioned in - https://community.hortonworks.com/questions/1021/how-to-remove-all-external-users-from-the-ranger-r.html I was able to successfully remove the users.
... View more
10-06-2016
11:01 AM
2 Kudos
@hu bai Pls follow steps as per given on - https://github.com/abajwa-hw/security-workshops/blob/master/Setup-ranger-23.md#setup-storm-plugin-for-ranger
... View more
10-05-2016
04:37 PM
2 Kudos
@Chris Colvin Pls check - https://community.hortonworks.com/questions/46013/error-while-compiling-statement-failed-hiveaccessc.html *** Create a hive policy in ranger to allow admin user to access hive
... View more
10-05-2016
11:24 AM
3 Kudos
@Anwaar Siddiqui 1. Knox gateway will check for the respective topology file which has the ldap settings configured[if you have integrated knox with ldap] 2. For demo ldap - you can use "ps -aef |grep ldap" command to check which is the jar being picked up. 3. You will need to have openldap clients on all nodes to make sure the user exist on all nodes. Below link will have more details -
http://knox.apache.org/books/knox-0-8-0/user-guide.html#Introduction
... View more
10-05-2016
11:16 AM
@Mourad Chahri Are you looking to increase OS filesystem space? Whats the issue you are facing ?
... View more