Member since
04-14-2016
7
Posts
3
Kudos Received
0
Solutions
04-18-2016
09:07 PM
Hi Robert, I tried to enable kerberos from the ambari UI. This time it fails indicating with the following error: An internal system exception occurred; Unexpected error condition executing kadmin command
Could you please let me know which variable needs to be set. Iw as looking in your AMBARI-10047, but could not find the solution.
... View more
04-18-2016
04:14 PM
Thanks Robert for your inputs. I added the property jce.name in the ambari.properties file and restarted the ambari-server. After that the dekerberize options went through till the point that now it fails at the step "start services". From the error logs it indicates the following: File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 291, in _call
raise Fail(err_msg)
resource_management.core.exceptions.Fail: Execution of 'cat /var/lib/ambari-agent/tmp/pass | ACCUMULO_CONF_DIR=/usr/hdp/current/accumulo-tracer/conf/server /usr/hdp/current/accumulo-client/bin/accumulo shell -u root -f /var/lib/ambari-agent/tmp/cmds' returned 1. Password: ********
2016-04-18 10:22:20,606 [trace.DistributedTrace] INFO : SpanReceiver org.apache.accumulo.tracer.ZooTraceClient was loaded successfully.
2016-04-18 10:22:20,677 [shell.Shell] ERROR: org.apache.accumulo.core.client.AccumuloSecurityException: Error BAD_CREDENTIALS for user root - Username or Password is Invalid On doing some research found the following at the below link: https://docs.hortonworks.com/HDPDocuments/Ambari-2.1.0.0/bk_releasenotes_ambari_2.1.0.0/content/ambari_relnotes-2.1.0.0-known-issues.html followed the steps, but it indicated that "Accumulo is not properly configured." I ran the bootstrap_config.sh file and chose the following options but it now fails indicating that JAVA_HOME is not set. I set the JAVA_HOME globally and in the accumulo-env.sh file. Still the error prevails. Can you please let me know if i am doing it right. Thanks
... View more
04-18-2016
02:02 PM
Kuldeep, I ran the above CURL command on the host running the ambari-server and then tried to disable kerberos from ambari UI. The stop services step failed on all hosts. The stderr file has the following error: Traceback (most recent call last):
File "/var/lib/ambari-agent/cache/common-services/KERBEROS/1.10.3-10/package/scripts/kerberos_client.py", line 77, in <module>
KerberosClient().execute()
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 219, in execute
method(env)
File "/var/lib/ambari-agent/cache/common-services/KERBEROS/1.10.3-10/package/scripts/kerberos_client.py", line 31, in install
self.configure(env)
File "/var/lib/ambari-agent/cache/common-services/KERBEROS/1.10.3-10/package/scripts/kerberos_client.py", line 40, in configure
self.setup_jce()
File "/var/lib/ambari-agent/cache/common-services/KERBEROS/1.10.3-10/package/scripts/kerberos_common.py", line 448, in setup_jce
raise Fail("Security is enabled, but JCE policy zip is not specified.")
resource_management.core.exceptions.Fail: Security is enabled, but JCE policy zip is not specified.
... View more
04-18-2016
01:24 PM
1 Kudo
Kuldeep, Should I run the CURL command on the host running the ambari-server or run it on all the other nodes individually. Could you please let me know.
... View more
04-14-2016
09:35 PM
Hi kuldeep, Could you provide more information on how to remove and re-install. When you mention re-install, do I have to disable kerberos from the ambari gui and enable? I am newbie to bigdata.
... View more
04-14-2016
02:02 PM
@rajeshbabu chintaguntla
... View more
04-14-2016
01:45 PM
2 Kudos
@Neeraj Sabharwal
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Kerberos