Siddharth Wagle created AMBARI-8088:
---------------------------------------
Summary: Ubuntu fails to copy tarballs because of bogus output in
stdout.
Key: AMBARI-8088
URL: https://issues.apache.org/jira/browse/AMBARI-8088
Project: Ambari
Issue Type: Bug
Components: ambari-agent
Affects Versions: 1.7.0
Reporter: Siddharth Wagle
Assignee: Siddharth Wagle
Fix For: 1.7.0
{code}
2014-10-31 00:50:47,570 - Changing permission for
/var/lib/ambari-agent/data/tmp/start_hiveserver2_script from 644 to 755
2014-10-31 00:50:47,571 - Directory['/var/run/hive'] {'owner': 'hive', 'group':
'hadoop', 'mode': 0755, 'recursive': True}
2014-10-31 00:50:47,571 - Directory['/grid/0/log/hive'] {'owner': 'hive',
'group': 'hadoop', 'mode': 0755, 'recursive': True}
2014-10-31 00:50:47,572 - Directory['/var/lib/hive'] {'owner': 'hive', 'group':
'hadoop', 'mode': 0755, 'recursive': True}
2014-10-31 00:50:47,651 - Could not verify HDP version by calling
'/usr/bin/hdp-select versions'. Return Code: 0, Output: stdin: is not a tty
2.2.0.0-1194.
2014-10-31 00:50:47,728 - Could not verify HDP version by calling
'/usr/bin/hdp-select versions'. Return Code: 0, Output: stdin: is not a tty
2.2.0.0-1194.
2014-10-31 00:50:47,769 - Execute['env JAVA_HOME=/usr/jdk64/jdk1.7.0_67
/var/lib/ambari-agent/data/tmp/start_hiveserver2_script
/grid/0/log/hive/hive-server2.out /grid/0/log/hive/hive-server2.log
/var/run/hive/hive-server.pid /etc/hive/conf.server /grid/0/log/hive']
{'environment': ..., 'not_if': 'ls /var/run/hive/hive-server.pid >/dev/null
2>&1 && ps `cat /var/run/hive/hive-server.pid` >/dev/null 2>&1', 'user':
'hive', 'path':
['/usr/lib/ambari-server/*:/usr/lib/ambari-server/*:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/hdp/current/hive-client/bin:/usr/hdp/current/hadoop-client/bin']}
2014-10-31 00:50:47,838 - Execute['/usr/jdk64/jdk1.7.0_67/bin/java -cp
/usr/lib/ambari-agent/DBConnectionVerification.jar:/usr/share/java/mysql-connector-java.jar
org.apache.ambari.server.DBConnectionVerification
'jdbc:mysql://ip-172-31-33-208.ec2.internal/hive?createDatabaseIfNotExist=true'
hive [PROTECTED] com.mysql.jdbc.Driver'] {'path':
['/usr/sbin:/sbin:/usr/local/bin:/bin:/usr/bin'], 'tries': 5, 'try_sleep': 10}
Waiting for the Hive server to start...
Successfully connected to Hive at ip-172-31-33-208.ec2.internal on port 10000
after 16 seconds
{code}
Notice:
2014-10-31 00:50:47,651 - Could not verify HDP version by calling
'/usr/bin/hdp-select versions'. Return Code: 0, Output: stdin: is not a tty
2.2.0.0-1194.
2014-10-31 00:50:47,728 - Could not verify HDP version by calling
'/usr/bin/hdp-select versions'. Return Code: 0, Output: stdin: is not a tty
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)