Advertisement
Guest User

Untitled

a guest
Sep 14th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. Executing command: ADD JAR /tmp/helloworld-serde.jar; set hive.fetch.task.conversion=none; SELECT * FROM helloworld_dry11;
  2. going to print operations logs
  3. printed operations logs
  4. Getting log thread is interrupted, since query is done!
  5. INFO : Added [/tmp/helloworld-serde.jar] to class path
  6. INFO : Added resources: [/tmp/helloworld-serde.jar]
  7. No rows affected (0.125 seconds)
  8. going to print operations logs
  9. printed operations logs
  10. Getting log thread is interrupted, since query is done!
  11. No rows affected (0.008 seconds)
  12. going to print operations logs
  13. printed operations logs
  14. going to print operations logs
  15. INFO : Compiling command(queryId=hive_20180914131334_40b76c7a-9587-45c2-ab5c-7163d0def1a2): SELECT * FROM helloworld_dry11
  16. INFO : Semantic Analysis Completed (retrial = false)
  17. INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:helloworld_dry11.hello_col, type:char(100), comment:null), FieldSchema(name:helloworld_dry11.world_col, type:char(100), comment:null)], properties:null)
  18. INFO : Completed compiling command(queryId=hive_20180914131334_40b76c7a-9587-45c2-ab5c-7163d0def1a2); Time taken: 0.271 seconds
  19. INFO : Executing command(queryId=hive_20180914131334_40b76c7a-9587-45c2-ab5c-7163d0def1a2): SELECT * FROM helloworld_dry11
  20. INFO : Query ID = hive_20180914131334_40b76c7a-9587-45c2-ab5c-7163d0def1a2
  21. INFO : Total jobs = 1
  22. INFO : Launching Job 1 out of 1
  23. INFO : Starting task [Stage-1:MAPRED] in serial mode
  24. INFO : Subscribed to counters: [] for queryId: hive_20180914131334_40b76c7a-9587-45c2-ab5c-7163d0def1a2
  25. INFO : Tez session hasn't been created yet. Opening session
  26. INFO : Dag name: SELECT * FROM helloworld_dry11 (Stage-1)
  27. ERROR : Status: Failed
  28. ERROR : Vertex failed, vertexName=Map 1, vertexId=vertex_1536929992975_0003_1_00, diagnostics=[Vertex vertex_1536929992975_0003_1_00 [Map 1] killed/failed due to:ROOT_INPUT_INIT_FAILURE, Vertex Input: helloworld_dry11 initializer failed, vertex=vertex_1536929992975_0003_1_00 [Map 1], java.lang.RuntimeException: com.helloworld.serde.HelloWorldInputFormat$HelloWorldInputSplit@4cebe108 is not a FileSplit
  29. at org.apache.hadoop.hive.ql.io.HiveInputFormat$HiveInputSplit.getPath(HiveInputFormat.java:164)
  30. at org.apache.hadoop.hive.ql.exec.tez.HiveSplitGenerator.initialize(HiveSplitGenerator.java:269)
  31. at org.apache.tez.dag.app.dag.RootInputInitializerManager$InputInitializerCallable$1.run(RootInputInitializerManager.java:278)
  32. at org.apache.tez.dag.app.dag.RootInputInitializerManager$InputInitializerCallable$1.run(RootInputInitializerManager.java:269)
  33. at java.security.AccessController.doPrivileged(Native Method)
  34. at javax.security.auth.Subject.doAs(Subject.java:422)
  35. at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1682)
  36. at org.apache.tez.dag.app.dag.RootInputInitializerManager$InputInitializerCallable.call(RootInputInitializerManager.java:269)
  37. at org.apache.tez.dag.app.dag.RootInputInitializerManager$InputInitializerCallable.call(RootInputInitializerManager.java:253)
  38. at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:108)
  39. at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:41)
  40. at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:77)
  41. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  42. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  43. at java.lang.Thread.run(Thread.java:745)
  44. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement