Advertisement
Guest User

Untitled

a guest
May 26th, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. Exception in thread "main" java.lang.RuntimeException: java.io.FileNotFoundException: File does not exist: /hdp/apps/2.2.6.0-2800/tez/tez.tar.gz
  2. at org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:457)
  3. at org.apache.hadoop.hive.cli.CliDriver.run(CliDriver.java:672)
  4. at org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:616)
  5. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  6. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  7. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  8. at java.lang.reflect.Method.invoke(Method.java:606)
  9. at org.apache.hadoop.util.RunJar.run(RunJar.java:221)
  10. at org.apache.hadoop.util.RunJar.main(RunJar.java:136)
  11. Caused by: java.io.FileNotFoundException: File does not exist: /hdp/apps/2.2.6.0-2800/tez/tez.tar.gz
  12. at org.apache.hadoop.hdfs.DistributedFileSystem$19.doCall(DistributedFileSystem.java:1140)
  13. at org.apache.hadoop.hdfs.DistributedFileSystem$19.doCall(DistributedFileSystem.java:1132)
  14. at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)
  15. at org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1132)
  16. at org.apache.hadoop.fs.FileSystem.resolvePath(FileSystem.java:750)
  17. at org.apache.tez.client.TezClientUtils.getLRFileStatus(TezClientUtils.java:127)
  18. at org.apache.tez.client.TezClientUtils.setupTezJarsLocalResources(TezClientUtils.java:178)
  19. at org.apache.tez.client.TezClient.getTezJarResources(TezClient.java:721)
  20. at org.apache.tez.client.TezClient.start(TezClient.java:298)
  21. at org.apache.hadoop.hive.ql.exec.tez.TezSessionState.open(TezSessionState.java:191)
  22. at org.apache.hadoop.hive.ql.exec.tez.TezSessionState.open(TezSessionState.java:122)
  23. at org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:454)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement