Member since
05-29-2017
408
Posts
123
Kudos Received
9
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2786 | 09-01-2017 06:26 AM | |
1698 | 05-04-2017 07:09 AM | |
1460 | 09-12-2016 05:58 PM | |
2061 | 07-22-2016 05:22 AM | |
1626 | 07-21-2016 07:50 AM |
02-21-2016
11:30 AM
2 Kudos
@Ancil McBarnett @Benjamin Leonhardi @Jonas Straub: I have successfully disabled "kill Application" button by adding below property to yarn-site.xml. yarn.resourcemanager.webapp.ui-actions.enabled= false. For more detailed steps you can refer to below link . http://www.hadoopadmin.co.in/bigdata/how-to-disable-kill-application-button-in-resource-manager-web-ui/
... View more
02-19-2016
12:01 PM
@Aaron Dossett: Please review below link. https://cwiki.apache.org/confluence/display/AMBARI/Ambari+Metrics+API+specification
... View more
02-17-2016
12:05 PM
@Neeraj Sabharwal: It might be that same user neeraj is also part of Unix and AD. So thats why it is working. But in my case we have do not have same user in unix group. please find the below output. [s0998dnz@*********001 ~]$ id saurkuma id: saurkuma: No such user
... View more
02-17-2016
07:22 AM
@Neeraj Sabharwal: Thanks a lot for your testing. I see you have tested it for a unix user(neeraj) who is part of a unix group(hdpadmin).Which is working fine for me. But my requirement is we have some users where they don't connect to server,they directly use some tools (like Aqua Data Studio or SQL client or Teradata client) and we validate them by login to our cluster by their LDAP(active directory) with jdbc string or though beeline. And when they submit their job then they have to set property mapred.job.queue.name and run their jobs. So my point is can we configure CS view for ldap or AD groups as well ? I tried it for groups but getting below error. But when I tried for user specific then it is working(as expected) g:adhdpadm:batch ERROR : Failed to execute tez graph. org.apache.tez.dag.api.TezException: org.apache.hadoop.yarn.exceptions.YarnException: Failed to submit application_1455533826426_0025 to YARN : Failed to submit application application_1455533826426_0025 submitted by user saurkuma reason: No groups found for user saurkuma u:saurkuma:batch: working
... View more
02-15-2016
04:40 PM
Hi @Neeraj Sabharwal: when configured ad group mapping then I don't defined any user mapping.And yes user saurkuma is a part of adhdpadm group. My first point is does it supports ldap groups(Active directory) or not ? I checked with local unix groups and found them working.
... View more
02-15-2016
02:27 PM
1 Kudo
@Neeraj Sabharwal: Yes I am a part of the AD group(adhdpadm) and when I configure u:saurkuma:default then it is working fine but when I do g:adhdpadm:default then it is failing with above error.
... View more
02-15-2016
01:59 PM
1 Kudo
Hello @Neeraj Sabharwal: Thanks for the above explanation. I have configured CS view which is working fine for local unix group and users. But when I configured for Ldap or AD group it does not work and fail with below error. org.apache.tez.dag.api.TezException: org.apache.hadoop.yarn.exceptions.YarnException: Failed to submit application_1455533826426_0018 to YARN : Failed to submit application application_1455533826426_0018 submitted by user saurkuma reason: No groups found for user saurkuma
... View more
02-13-2016
02:53 PM
1 Kudo
@Zaher Mahdhi: Also you can refer below article. http://www.hadoopadmin.co.in/planning-of-hadoop-cluster/
... View more
02-12-2016
01:56 PM
1 Kudo
Can you check mysql connectivity and past logs here. Can you also paste output of the following command. SHOW GRANTS FOR 'hive'; And as Neeraj suggested please grant all privileges to hive user on host like below commend. GRANT ALL PRIVILEGES ON *.* TO 'hive'@'<hive_host>' IDENTIFIED BY PASSWORD '<password>'
... View more
02-12-2016
01:50 PM
1 Kudo
HI, I have a requirement where we have to assign our CS queues based on ad groups. For example our ad users are using cluster and running jobs under defined queue but I want that is there any way to configure their AD group with queue so that each member of that queue will go only to a specific queue.
... View more