You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Jayush Luniya (JIRA)" <ji...@apache.org> on 2016/04/13 07:08:25 UTC

[jira] [Created] (AMBARI-15853) Accumulo tracer start failed

Jayush Luniya created AMBARI-15853:
--------------------------------------

             Summary: Accumulo tracer start failed
                 Key: AMBARI-15853
                 URL: https://issues.apache.org/jira/browse/AMBARI-15853
             Project: Ambari
          Issue Type: Bug
          Components: stacks
    Affects Versions: 2.4.0
            Reporter: Jayush Luniya
            Assignee: Jayush Luniya
             Fix For: 2.4.0


{noformat}
2016-04-12 21:05:27,694 - HdfsResource[None] {'security_enabled': True, 'hadoop_bin_dir': '/usr/hdp/current/hadoop-client/bin', 'keytab': '/etc/security/keytabs/hdfs.headless.keytab', 'dfs_type': '', 'default_fs': 'hdfs://os-r6-ykubgs-hive-1-5.novalocal:8020', 'hdfs_resource_ignore_file': '/var/lib/ambari-agent/data/.hdfs_resource_ignore', 'hdfs_site': ..., 'kinit_path_local': '/usr/bin/kinit', 'principal_name': 'hdfs@EXAMPLE.COM', 'user': 'hdfs', 'action': ['execute'], 'hadoop_conf_dir': '/usr/hdp/current/hadoop-client/conf', 'immutable_paths': [u'/apps/hive/warehouse', u'/mr-history/done', u'/app-logs', u'/tmp']}
2016-04-12 21:05:27,695 - Execute['/usr/bin/kinit -kt /etc/security/keytabs/accumulo.headless.keytab accumulo@EXAMPLE.COM; ACCUMULO_CONF_DIR=/usr/hdp/current/accumulo-master/conf/server /usr/hdp/current/accumulo-client/bin/accumulo init --user accumulo@EXAMPLE.COM --instance-name {{stack_name}}-accumulo-instance --clear-instance-name >/var/log/accumulo/accumulo-init.out 2>/var/log/accumulo/accumulo-init.err'] {'logoutput': True, 'not_if': \"ambari-sudo.sh su accumulo -l -s /bin/bash -c '/usr/bin/kinit -kt /etc/security/keytabs/accumulo.headless.keytab accumulo@EXAMPLE.COM; /usr/hdp/current/hadoop-client/bin/hadoop --config /usr/hdp/current/hadoop-client/conf fs -stat hdfs://os-r6-ykubgs-hive-1-5.novalocal:8020/apps/accumulo/data'\", 'user': 'accumulo'}
2016-04-12 21:05:56,407 - Directory['/root'] {'owner': 'accumulo', 'ignore_failures': True, 'group': 'hadoop', 'recursive_ownership': True}
2016-04-12 21:05:56,408 - Changing owner for /root from 0 to accumulo
2016-04-12 21:05:56,408 - Changing group for /root from 0 to hadoop
2016-04-12 21:05:56,408 - Skipping failure of Directory['/root'] due to ignore_failures. Failure reason: Not performing recursive operation ('recursive_ownership' or 'recursive_mode_flags') on folder '/root' as this can damage the system. Please pass changed safemode_folders parameter to Directory resource if you really intend to do this.
2016-04-12 21:05:56,409 - Execute['ACCUMULO_CONF_DIR=/usr/hdp/current/accumulo-master/conf/server /usr/hdp/current/accumulo-client/bin/accumulo org.apache.accumulo.master.state.SetGoalState NORMAL'] {'not_if': \"ambari-sudo.sh su accumulo -l -s /bin/bash -c 'ls /var/run/accumulo/accumulo-accumulo-master.pid >/dev/null 2>&1 && ps `cat /var/run/accumulo/accumulo-accumulo-master.pid` >/dev/null 2>&1'\", 'user': 'accumulo'}
2016-04-12 21:05:59,988 - Execute['ACCUMULO_CONF_DIR=/usr/hdp/current/accumulo-master/conf/server /usr/hdp/current/accumulo-client/bin/accumulo master --address os-r6-ykubgs-hive-1-2.novalocal > /var/log/accumulo/accumulo-master.out 2>/var/log/accumulo/accumulo-master.err & echo $! > /var/run/accumulo/accumulo-accumulo-master.pid'] {'not_if': \"ambari-sudo.sh su accumulo -l -s /bin/bash -c 'ls /var/run/accumulo/accumulo-accumulo-master.pid >/dev/null 2>&1 && ps `cat /var/run/accumulo/accumulo-accumulo-master.pid` >/dev/null 2>&1'\", 'user': 'accumulo'}",
{noformat}

Which runs:

{noformat}
accumulo init --user accumulo@EXAMPLE.COM --instance-name {{stack_name}}-accumulo-instance --clear-instance-name
{noformat}




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