You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Robert Levas (JIRA)" <ji...@apache.org> on 2015/02/12 18:52:12 UTC

[jira] [Created] (AMBARI-9605) Set Keytab Kerberos Client operation fails

Robert Levas created AMBARI-9605:
------------------------------------

             Summary: Set Keytab Kerberos Client operation fails
                 Key: AMBARI-9605
                 URL: https://issues.apache.org/jira/browse/AMBARI-9605
             Project: Ambari
          Issue Type: Bug
          Components: stacks
    Affects Versions: 2.0.0
            Reporter: Robert Levas
            Assignee: Robert Levas
            Priority: Blocker
             Fix For: 2.0.0


Was installed cluster with HDFS, MapReduce2, YARN, Tez, ZooKeeper, AMS services. After that was added Kerberos service. Create Principals operation was failed with error:
{noformat}
2015-02-09 11:17:13,376 - Error while executing command 'set_keytab':
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 184, in execute
    method(env)
  File "/var/lib/ambari-agent/cache/common-services/KERBEROS/1.10.3-10/package/scripts/kerberos_client.py", line 59, in set_keytab
    KerberosScript.write_keytab_file()
  File "/var/lib/ambari-agent/cache/common-services/KERBEROS/1.10.3-10/package/scripts/kerberos_common.py", line 395, in write_keytab_file
    group=group)
  File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 148, in __init__
    self.env.run()
  File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 151, in run
    self.run_action(resource, action)
  File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 117, in run_action
    provider_action()
  File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", line 133, in action_create
    self.resource.group, mode=self.resource.mode, cd_access=self.resource.cd_access)
  File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", line 65, in _ensure_metadata
    uid = _coerce_uid(user)
  File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", line 46, in _coerce_uid
    raise Fail("User %s doesn't exist." % user)
{noformat}

Alive cluster: http://ec2-52-1-1-157.compute-1.amazonaws.com:8080/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)