Member since
04-03-2019
962
Posts
1743
Kudos Received
146
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 15048 | 03-08-2019 06:33 PM | |
| 6190 | 02-15-2019 08:47 PM | |
| 5106 | 09-26-2018 06:02 PM | |
| 12626 | 09-07-2018 10:33 PM | |
| 7459 | 04-25-2018 01:55 AM |
07-20-2016
09:49 PM
@Sunile Manjee - Thanks for the info, I'm aware that we can do this using API, as @John Martin wanted to do this while installing HDP cluster hence suggested to put in configs section of ambari blueprint.
... View more
07-20-2016
12:04 AM
2 Kudos
@russ stevenson
If you don't Ambari to manage your krb5.conf then as per below screenshot, you can turn off "Manage Kerberos client krb5.conf" option. Login to Ambari --> Goto Kerberos --> Goto config --> Turn off "Manage Kerberos client krb5.conf" Regarding commented entries - I'm not too sure why it is commented, if I change encryption type via Ambari then also it will be commented. Adding few Ambari experts in this thread. @vpoornalingam / @ctam Note - I found this bug though - https://issues.apache.org/jira/browse/AMBARI-14001
... View more
07-19-2016
09:02 PM
1 Kudo
@John Martin - If you are going to use blueprint then I believe mentioning port in the configuration is the only option.
... View more
07-19-2016
08:24 PM
3 Kudos
@Raja Sekhar Chintalapati It's not because of SPNEGO, its because, once you get authenticated to KDC, you get initial ticket called TGT, using TGT further authentication happens to get Service level ticket. If you want to decide which user can access what then probably you are looking for authorization and Rager is the solution for you. Note - SPNEGO provides a mechanism for extending Kerberos to Web applications through the standard HTTP protocol. Please do let me know if you need any further help.
... View more
07-19-2016
08:21 PM
@John Martin You can go to each service configuration in Ambari UI and change the port number. For example for Kafka, see below screenshot
... View more
07-19-2016
08:11 PM
@Facundo Bianco Did you upgrade your cluster recently? Can you please login to problematic datanode and check following? ps aux|grep -i datanode If you find any pid running the datanode process then kill it. kill -9 <pid-of-datanode> Try to start datanode with below command and let me know how it goes /usr/hdp/current/hadoop-client/sbin/hadoop-daemon.sh start datanode
... View more
07-18-2016
05:00 PM
@JJ Yang Please refer - https://community.hortonworks.com/articles/34747/ambari-admin-utility.html
... View more
07-10-2016
07:33 AM
4 Kudos
@jami samrat Can you please try increasing memory and see if it helps? Do you see any error when resource manager process is starting or its just stuck at that point? You can also try <ctrl>+c when it is stuck to see if its going to next step.
... View more
07-07-2016
06:42 PM
3 Kudos
@Parameswara Nangi Please refer - https://community.hortonworks.com/questions/10760/how-to-disable-hive-shell-for-all-users.html
... View more
07-04-2016
09:44 PM
2 Kudos
@Vsahtish Guru Can you please search for 'Hortonworks' ? Not sure if it is case sensitive. More details - http://hortonworks.com/wp-content/uploads/2015/04/HDPCA-PracticeExamGuide-1.pdf
... View more