Advertisement
Guest User

Untitled

a guest
Sep 19th, 2014
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.24 KB | None | 0 0
  1. stderr:
  2. 2014-09-19 07:48:41,606 - Error while executing command 'start':
  3. Traceback (most recent call last):
  4. File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 122, in execute
  5. method(env)
  6. File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive_server.py", line 43, in start
  7. install_tez_jars() # Put tez jars in hdfs
  8. File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/install_jars.py", line 83, in install_tez_jars
  9. hadoop_conf_dir=params.hadoop_conf_dir
  10. File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 148, in __init__
  11. self.env.run()
  12. File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 149, in run
  13. self.run_action(resource, action)
  14. File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 115, in run_action
  15. provider_action()
  16. File "/usr/lib/python2.6/site-packages/resource_management/libraries/providers/copy_from_local.py", line 53, in action_run
  17. conf_dir=hadoop_conf_path
  18. File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 148, in __init__
  19. self.env.run()
  20. File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 149, in run
  21. self.run_action(resource, action)
  22. File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 115, in run_action
  23. provider_action()
  24. File "/usr/lib/python2.6/site-packages/resource_management/libraries/providers/execute_hadoop.py", line 54, in action_run
  25. environment = {'PATH' : path}
  26. File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 148, in __init__
  27. self.env.run()
  28. File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 149, in run
  29. self.run_action(resource, action)
  30. File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 115, in run_action
  31. provider_action()
  32. File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", line 241, in action_run
  33. raise ex
  34. Fail: Execution of 'hadoop --config /etc/hadoop/conf fs -copyFromLocal /usr/lib/tez/tez*.tar.gz /apps/tez//tez.tar.gz' returned 1. copyFromLocal: `/usr/lib/tez/tez*.tar.gz': No such file or directory
  35. stdout:
  36. 2014-09-19 07:48:17,084 - Execute['mkdir -p /var/lib/ambari-agent/data/tmp/AMBARI-artifacts/; curl -kf -x "" --retry 10 http://u1201.ambari.apache.org:8080/resources//UnlimitedJCEPolicyJDK7.zip -o /var/lib/ambari-agent/data/tmp/AMBARI-artifacts//UnlimitedJCEPolicyJDK7.zip'] {'environment': ..., 'not_if': 'test -e /var/lib/ambari-agent/data/tmp/AMBARI-artifacts//UnlimitedJCEPolicyJDK7.zip', 'ignore_failures': True, 'path': ['/bin', '/usr/bin/']}
  37. 2014-09-19 07:48:17,093 - Skipping Execute['mkdir -p /var/lib/ambari-agent/data/tmp/AMBARI-artifacts/; curl -kf -x "" --retry 10 http://u1201.ambari.apache.org:8080/resources//UnlimitedJCEPolicyJDK7.zip -o /var/lib/ambari-agent/data/tmp/AMBARI-artifacts//UnlimitedJCEPolicyJDK7.zip'] due to not_if
  38. 2014-09-19 07:48:17,218 - Directory['/etc/hadoop/conf.empty'] {'owner': 'root', 'group': 'root', 'recursive': True}
  39. 2014-09-19 07:48:17,219 - Link['/etc/hadoop/conf'] {'not_if': 'ls /etc/hadoop/conf', 'to': '/etc/hadoop/conf.empty'}
  40. 2014-09-19 07:48:17,246 - Skipping Link['/etc/hadoop/conf'] due to not_if
  41. 2014-09-19 07:48:17,256 - File['/etc/hadoop/conf/hadoop-env.sh'] {'content': InlineTemplate(...), 'owner': 'hdfs'}
  42. 2014-09-19 07:48:17,257 - XmlConfig['core-site.xml'] {'owner': 'hdfs', 'group': 'hadoop', 'conf_dir': '/etc/hadoop/conf', 'configuration_attributes': ..., 'configurations': ...}
  43. 2014-09-19 07:48:17,264 - Generating config: /etc/hadoop/conf/core-site.xml
  44. 2014-09-19 07:48:17,264 - File['/etc/hadoop/conf/core-site.xml'] {'owner': 'hdfs', 'content': InlineTemplate(...), 'group': 'hadoop', 'mode': None, 'encoding': 'UTF-8'}
  45. 2014-09-19 07:48:17,265 - Writing File['/etc/hadoop/conf/core-site.xml'] because contents don't match
  46. 2014-09-19 07:48:17,277 - Execute['/bin/echo 0 > /selinux/enforce'] {'only_if': 'test -f /selinux/enforce'}
  47. 2014-09-19 07:48:17,283 - Skipping Execute['/bin/echo 0 > /selinux/enforce'] due to only_if
  48. 2014-09-19 07:48:17,285 - Execute['mkdir -p /usr/lib/hadoop/lib/native/Linux-i386-32; ln -sf /usr/lib/libsnappy.so /usr/lib/hadoop/lib/native/Linux-i386-32/libsnappy.so'] {}
  49. 2014-09-19 07:48:17,294 - Execute['mkdir -p /usr/lib/hadoop/lib/native/Linux-amd64-64; ln -sf /usr/lib64/libsnappy.so /usr/lib/hadoop/lib/native/Linux-amd64-64/libsnappy.so'] {}
  50. 2014-09-19 07:48:17,302 - Directory['/var/log/hadoop'] {'owner': 'root', 'group': 'hadoop', 'mode': 0775, 'recursive': True}
  51. 2014-09-19 07:48:17,303 - Directory['/var/run/hadoop'] {'owner': 'root', 'group': 'root', 'recursive': True}
  52. 2014-09-19 07:48:17,304 - Directory['/tmp/hadoop-hdfs'] {'owner': 'hdfs', 'recursive': True}
  53. 2014-09-19 07:48:17,308 - File['/etc/hadoop/conf/commons-logging.properties'] {'content': Template('commons-logging.properties.j2'), 'owner': 'hdfs'}
  54. 2014-09-19 07:48:17,310 - File['/etc/hadoop/conf/health_check'] {'content': Template('health_check-v2.j2'), 'owner': 'hdfs'}
  55. 2014-09-19 07:48:17,310 - File['/etc/hadoop/conf/log4j.properties'] {'content': '...', 'owner': 'hdfs', 'group': 'hadoop', 'mode': 0644}
  56. 2014-09-19 07:48:17,314 - File['/etc/hadoop/conf/hadoop-metrics2.properties'] {'content': Template('hadoop-metrics2.properties.j2'), 'owner': 'hdfs'}
  57. 2014-09-19 07:48:17,315 - File['/etc/hadoop/conf/task-log4j.properties'] {'content': StaticFile('task-log4j.properties'), 'mode': 0755}
  58. 2014-09-19 07:48:17,315 - File['/etc/hadoop/conf/configuration.xsl'] {'owner': 'hdfs', 'group': 'hadoop'}
  59. 2014-09-19 07:48:17,420 - HdfsDirectory['/apps/hive/warehouse'] {'security_enabled': False, 'keytab': [EMPTY], 'conf_dir': '/etc/hadoop/conf', 'hdfs_user': 'hdfs', 'kinit_path_local': '', 'mode': 0777, 'owner': 'hive', 'bin_dir': '/usr/bin', 'action': ['create_delayed']}
  60. 2014-09-19 07:48:17,422 - HdfsDirectory['/user/hive'] {'security_enabled': False, 'keytab': [EMPTY], 'conf_dir': '/etc/hadoop/conf', 'hdfs_user': 'hdfs', 'kinit_path_local': '', 'mode': 0700, 'owner': 'hive', 'bin_dir': '/usr/bin', 'action': ['create_delayed']}
  61. 2014-09-19 07:48:17,422 - HdfsDirectory['None'] {'security_enabled': False, 'keytab': [EMPTY], 'conf_dir': '/etc/hadoop/conf', 'hdfs_user': 'hdfs', 'kinit_path_local': '', 'action': ['create'], 'bin_dir': '/usr/bin'}
  62. 2014-09-19 07:48:17,423 - Execute['hadoop --config /etc/hadoop/conf fs -mkdir `rpm -q hadoop | grep -q "hadoop-1" || echo "-p"` /apps/hive/warehouse /user/hive && hadoop --config /etc/hadoop/conf fs -chmod 777 /apps/hive/warehouse && hadoop --config /etc/hadoop/conf fs -chmod 700 /user/hive && hadoop --config /etc/hadoop/conf fs -chown hive /apps/hive/warehouse /user/hive'] {'environment': ..., 'not_if': "su - hdfs -c 'export PATH=$PATH:/usr/bin ; hadoop --config /etc/hadoop/conf fs -ls /apps/hive/warehouse /user/hive'", 'user': 'hdfs'}
  63. 2014-09-19 07:48:20,689 - Skipping Execute['hadoop --config /etc/hadoop/conf fs -mkdir `rpm -q hadoop | grep -q "hadoop-1" || echo "-p"` /apps/hive/warehouse /user/hive && hadoop --config /etc/hadoop/conf fs -chmod 777 /apps/hive/warehouse && hadoop --config /etc/hadoop/conf fs -chmod 700 /user/hive && hadoop --config /etc/hadoop/conf fs -chown hive /apps/hive/warehouse /user/hive'] due to not_if
  64. 2014-09-19 07:48:20,690 - Directory['/etc/hive/conf.server'] {'owner': 'hive', 'group': 'hadoop', 'recursive': True}
  65. 2014-09-19 07:48:20,691 - XmlConfig['mapred-site.xml'] {'group': 'hadoop', 'conf_dir': '/etc/hive/conf.server', 'mode': 0644, 'configuration_attributes': ..., 'owner': 'hive', 'configurations': ...}
  66. 2014-09-19 07:48:20,702 - Generating config: /etc/hive/conf.server/mapred-site.xml
  67. 2014-09-19 07:48:20,702 - File['/etc/hive/conf.server/mapred-site.xml'] {'owner': 'hive', 'content': InlineTemplate(...), 'group': 'hadoop', 'mode': 0644, 'encoding': 'UTF-8'}
  68. 2014-09-19 07:48:20,703 - Writing File['/etc/hive/conf.server/mapred-site.xml'] because contents don't match
  69. 2014-09-19 07:48:20,704 - XmlConfig['hive-site.xml'] {'group': 'hadoop', 'conf_dir': '/etc/hive/conf.server', 'mode': 0644, 'configuration_attributes': ..., 'owner': 'hive', 'configurations': ...}
  70. 2014-09-19 07:48:20,712 - Generating config: /etc/hive/conf.server/hive-site.xml
  71. 2014-09-19 07:48:20,712 - File['/etc/hive/conf.server/hive-site.xml'] {'owner': 'hive', 'content': InlineTemplate(...), 'group': 'hadoop', 'mode': 0644, 'encoding': 'UTF-8'}
  72. 2014-09-19 07:48:20,713 - Writing File['/etc/hive/conf.server/hive-site.xml'] because contents don't match
  73. 2014-09-19 07:48:20,715 - File['/etc/hive/conf.server/hive-env.sh'] {'content': InlineTemplate(...), 'owner': 'hive', 'group': 'hadoop'}
  74. 2014-09-19 07:48:20,716 - Writing File['/etc/hive/conf.server/hive-env.sh'] because contents don't match
  75. 2014-09-19 07:48:20,716 - File['/etc/hive/conf.server/hive-default.xml.template'] {'owner': 'hive', 'group': 'hadoop'}
  76. 2014-09-19 07:48:20,717 - File['/etc/hive/conf.server/hive-env.sh.template'] {'owner': 'hive', 'group': 'hadoop'}
  77. 2014-09-19 07:48:20,717 - File['/etc/hive/conf.server/hive-exec-log4j.properties'] {'content': '...', 'owner': 'hive', 'group': 'hadoop', 'mode': 0644}
  78. 2014-09-19 07:48:20,718 - File['/etc/hive/conf.server/hive-log4j.properties'] {'content': '...', 'owner': 'hive', 'group': 'hadoop', 'mode': 0644}
  79. 2014-09-19 07:48:20,718 - Directory['/etc/hive/conf'] {'owner': 'hive', 'group': 'hadoop', 'recursive': True}
  80. 2014-09-19 07:48:20,718 - XmlConfig['mapred-site.xml'] {'group': 'hadoop', 'conf_dir': '/etc/hive/conf', 'mode': 0644, 'configuration_attributes': ..., 'owner': 'hive', 'configurations': ...}
  81. 2014-09-19 07:48:20,725 - Generating config: /etc/hive/conf/mapred-site.xml
  82. 2014-09-19 07:48:20,726 - File['/etc/hive/conf/mapred-site.xml'] {'owner': 'hive', 'content': InlineTemplate(...), 'group': 'hadoop', 'mode': 0644, 'encoding': 'UTF-8'}
  83. 2014-09-19 07:48:20,726 - Writing File['/etc/hive/conf/mapred-site.xml'] because contents don't match
  84. 2014-09-19 07:48:20,727 - XmlConfig['hive-site.xml'] {'group': 'hadoop', 'conf_dir': '/etc/hive/conf', 'mode': 0644, 'configuration_attributes': ..., 'owner': 'hive', 'configurations': ...}
  85. 2014-09-19 07:48:20,735 - Generating config: /etc/hive/conf/hive-site.xml
  86. 2014-09-19 07:48:20,735 - File['/etc/hive/conf/hive-site.xml'] {'owner': 'hive', 'content': InlineTemplate(...), 'group': 'hadoop', 'mode': 0644, 'encoding': 'UTF-8'}
  87. 2014-09-19 07:48:20,737 - Writing File['/etc/hive/conf/hive-site.xml'] because contents don't match
  88. 2014-09-19 07:48:20,739 - File['/etc/hive/conf/hive-env.sh'] {'content': InlineTemplate(...), 'owner': 'hive', 'group': 'hadoop'}
  89. 2014-09-19 07:48:20,739 - Writing File['/etc/hive/conf/hive-env.sh'] because contents don't match
  90. 2014-09-19 07:48:20,740 - File['/etc/hive/conf/hive-default.xml.template'] {'owner': 'hive', 'group': 'hadoop'}
  91. 2014-09-19 07:48:20,740 - File['/etc/hive/conf/hive-env.sh.template'] {'owner': 'hive', 'group': 'hadoop'}
  92. 2014-09-19 07:48:20,740 - File['/etc/hive/conf/hive-exec-log4j.properties'] {'content': '...', 'owner': 'hive', 'group': 'hadoop', 'mode': 0644}
  93. 2014-09-19 07:48:20,741 - File['/etc/hive/conf/hive-log4j.properties'] {'content': '...', 'owner': 'hive', 'group': 'hadoop', 'mode': 0644}
  94. 2014-09-19 07:48:20,741 - Execute['hive mkdir -p /var/lib/ambari-agent/data/tmp/AMBARI-artifacts/ ; cp /usr/share/java/mysql-connector-java.jar /usr/lib/hive/lib//mysql-connector-java.jar'] {'environment': ..., 'path': ['/bin', '/usr/bin/'], 'creates': '/usr/lib/hive/lib//mysql-connector-java.jar', 'not_if': 'test -f /usr/lib/hive/lib//mysql-connector-java.jar'}
  95. 2014-09-19 07:48:20,745 - Skipping Execute['hive mkdir -p /var/lib/ambari-agent/data/tmp/AMBARI-artifacts/ ; cp /usr/share/java/mysql-connector-java.jar /usr/lib/hive/lib//mysql-connector-java.jar'] due to not_if
  96. 2014-09-19 07:48:20,746 - Execute['/bin/sh -c 'cd /usr/lib/ambari-agent/ && curl -kf -x "" --retry 5 http://u1201.ambari.apache.org:8080/resources/DBConnectionVerification.jar -o DBConnectionVerification.jar''] {'environment': ..., 'not_if': '[ -f DBConnectionVerification.jar]'}
  97. 2014-09-19 07:48:20,771 - File['/var/lib/ambari-agent/data/tmp/start_hiveserver2_script'] {'content': Template('startHiveserver2.sh.j2'), 'mode': 0755}
  98. 2014-09-19 07:48:20,772 - Directory['/var/run/hive'] {'owner': 'hive', 'group': 'hadoop', 'mode': 0755, 'recursive': True}
  99. 2014-09-19 07:48:20,772 - Directory['/var/log/hive'] {'owner': 'hive', 'group': 'hadoop', 'mode': 0755, 'recursive': True}
  100. 2014-09-19 07:48:20,772 - Directory['/var/lib/hive'] {'owner': 'hive', 'group': 'hadoop', 'mode': 0755, 'recursive': True}
  101. 2014-09-19 07:48:20,773 - HdfsDirectory['/apps/tez/'] {'security_enabled': False, 'keytab': [EMPTY], 'conf_dir': '/etc/hadoop/conf', 'hdfs_user': 'hdfs', 'kinit_path_local': '', 'mode': 0755, 'owner': 'tez', 'bin_dir': '/usr/bin', 'action': ['create_delayed']}
  102. 2014-09-19 07:48:20,773 - HdfsDirectory['/apps/tez/lib/'] {'security_enabled': False, 'keytab': [EMPTY], 'conf_dir': '/etc/hadoop/conf', 'hdfs_user': 'hdfs', 'kinit_path_local': '', 'mode': 0755, 'owner': 'tez', 'bin_dir': '/usr/bin', 'action': ['create_delayed']}
  103. 2014-09-19 07:48:20,773 - HdfsDirectory['None'] {'security_enabled': False, 'keytab': [EMPTY], 'conf_dir': '/etc/hadoop/conf', 'hdfs_user': 'hdfs', 'kinit_path_local': '', 'action': ['create'], 'bin_dir': '/usr/bin'}
  104. 2014-09-19 07:48:20,774 - Execute['hadoop --config /etc/hadoop/conf fs -mkdir `rpm -q hadoop | grep -q "hadoop-1" || echo "-p"` /apps/tez/ /apps/tez/lib/ && hadoop --config /etc/hadoop/conf fs -chmod 755 /apps/tez/ /apps/tez/lib/ && hadoop --config /etc/hadoop/conf fs -chown tez /apps/tez/ /apps/tez/lib/'] {'environment': ..., 'not_if': "su - hdfs -c 'export PATH=$PATH:/usr/bin ; hadoop --config /etc/hadoop/conf fs -ls /apps/tez/ /apps/tez/lib/'", 'user': 'hdfs'}
  105. 2014-09-19 07:48:24,417 - Skipping Execute['hadoop --config /etc/hadoop/conf fs -mkdir `rpm -q hadoop | grep -q "hadoop-1" || echo "-p"` /apps/tez/ /apps/tez/lib/ && hadoop --config /etc/hadoop/conf fs -chmod 755 /apps/tez/ /apps/tez/lib/ && hadoop --config /etc/hadoop/conf fs -chown tez /apps/tez/ /apps/tez/lib/'] due to not_if
  106. 2014-09-19 07:48:24,417 - CopyFromLocal['/usr/lib/tez/tez*.jar'] {'hdfs_user': 'hdfs', 'owner': 'tez', 'mode': 0755, 'dest_dir': '/apps/tez/', 'hadoop_conf_dir': '/etc/hadoop/conf', 'kinnit_if_needed': ''}
  107. 2014-09-19 07:48:24,419 - ExecuteHadoop['fs -copyFromLocal /usr/lib/tez/tez*.jar /apps/tez/'] {'not_if': "su - tez -c ' hadoop fs -ls /apps/tez//tez*.jar' >/dev/null 2>&1", 'user': 'tez', 'conf_dir': '/etc/hadoop/conf'}
  108. 2014-09-19 07:48:28,058 - Skipping ExecuteHadoop['fs -copyFromLocal /usr/lib/tez/tez*.jar /apps/tez/'] due to not_if
  109. 2014-09-19 07:48:28,059 - ExecuteHadoop['fs -chown tez /apps/tez//tez*.jar'] {'user': 'hdfs', 'conf_dir': '/etc/hadoop/conf'}
  110. 2014-09-19 07:48:28,060 - Execute['hadoop --config /etc/hadoop/conf fs -chown tez /apps/tez//tez*.jar'] {'environment': ..., 'logoutput': False, 'tries': 1, 'user': 'hdfs', 'try_sleep': 0}
  111. 2014-09-19 07:48:31,593 - ExecuteHadoop['fs -chmod 755 /apps/tez//tez*.jar'] {'user': 'hdfs', 'conf_dir': '/etc/hadoop/conf'}
  112. 2014-09-19 07:48:31,594 - Execute['hadoop --config /etc/hadoop/conf fs -chmod 755 /apps/tez//tez*.jar'] {'environment': ..., 'logoutput': False, 'tries': 1, 'user': 'hdfs', 'try_sleep': 0}
  113. 2014-09-19 07:48:34,805 - CopyFromLocal['/usr/lib/tez/tez*.tar.gz'] {'hdfs_user': 'hdfs', 'owner': 'tez', 'dest_file': 'tez.tar.gz', 'kinnit_if_needed': '', 'dest_dir': '/apps/tez/', 'hadoop_conf_dir': '/etc/hadoop/conf', 'mode': 0755}
  114. 2014-09-19 07:48:34,806 - ExecuteHadoop['fs -copyFromLocal /usr/lib/tez/tez*.tar.gz /apps/tez//tez.tar.gz'] {'not_if': "su - tez -c ' hadoop fs -ls /apps/tez/tez.tar.gz' >/dev/null 2>&1", 'user': 'tez', 'conf_dir': '/etc/hadoop/conf'}
  115. 2014-09-19 07:48:38,370 - Execute['hadoop --config /etc/hadoop/conf fs -copyFromLocal /usr/lib/tez/tez*.tar.gz /apps/tez//tez.tar.gz'] {'environment': ..., 'logoutput': False, 'tries': 1, 'user': 'tez', 'try_sleep': 0}
  116. 2014-09-19 07:48:41,606 - Error while executing command 'start':
  117. Traceback (most recent call last):
  118. File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 122, in execute
  119. method(env)
  120. File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive_server.py", line 43, in start
  121. install_tez_jars() # Put tez jars in hdfs
  122. File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/install_jars.py", line 83, in install_tez_jars
  123. hadoop_conf_dir=params.hadoop_conf_dir
  124. File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 148, in __init__
  125. self.env.run()
  126. File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 149, in run
  127. self.run_action(resource, action)
  128. File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 115, in run_action
  129. provider_action()
  130. File "/usr/lib/python2.6/site-packages/resource_management/libraries/providers/copy_from_local.py", line 53, in action_run
  131. conf_dir=hadoop_conf_path
  132. File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 148, in __init__
  133. self.env.run()
  134. File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 149, in run
  135. self.run_action(resource, action)
  136. File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 115, in run_action
  137. provider_action()
  138. File "/usr/lib/python2.6/site-packages/resource_management/libraries/providers/execute_hadoop.py", line 54, in action_run
  139. environment = {'PATH' : path}
  140. File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 148, in __init__
  141. self.env.run()
  142. File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 149, in run
  143. self.run_action(resource, action)
  144. File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 115, in run_action
  145. provider_action()
  146. File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", line 241, in action_run
  147. raise ex
  148. Fail: Execution of 'hadoop --config /etc/hadoop/conf fs -copyFromLocal /usr/lib/tez/tez*.tar.gz /apps/tez//tez.tar.gz' returned 1. copyFromLocal: `/usr/lib/tez/tez*.tar.gz': No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement