Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Executing command: ADD JAR /tmp/helloworld-serde.jar; set hive.fetch.task.conversion=none; SELECT * FROM helloworld_dry11;
- going to print operations logs
- printed operations logs
- Getting log thread is interrupted, since query is done!
- INFO : Added [/tmp/helloworld-serde.jar] to class path
- INFO : Added resources: [/tmp/helloworld-serde.jar]
- No rows affected (0.125 seconds)
- going to print operations logs
- printed operations logs
- Getting log thread is interrupted, since query is done!
- No rows affected (0.008 seconds)
- going to print operations logs
- printed operations logs
- going to print operations logs
- INFO : Compiling command(queryId=hive_20180914131334_40b76c7a-9587-45c2-ab5c-7163d0def1a2): SELECT * FROM helloworld_dry11
- INFO : Semantic Analysis Completed (retrial = false)
- 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)
- INFO : Completed compiling command(queryId=hive_20180914131334_40b76c7a-9587-45c2-ab5c-7163d0def1a2); Time taken: 0.271 seconds
- INFO : Executing command(queryId=hive_20180914131334_40b76c7a-9587-45c2-ab5c-7163d0def1a2): SELECT * FROM helloworld_dry11
- INFO : Query ID = hive_20180914131334_40b76c7a-9587-45c2-ab5c-7163d0def1a2
- INFO : Total jobs = 1
- INFO : Launching Job 1 out of 1
- INFO : Starting task [Stage-1:MAPRED] in serial mode
- INFO : Subscribed to counters: [] for queryId: hive_20180914131334_40b76c7a-9587-45c2-ab5c-7163d0def1a2
- INFO : Tez session hasn't been created yet. Opening session
- INFO : Dag name: SELECT * FROM helloworld_dry11 (Stage-1)
- ERROR : Status: Failed
- 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
- at org.apache.hadoop.hive.ql.io.HiveInputFormat$HiveInputSplit.getPath(HiveInputFormat.java:164)
- at org.apache.hadoop.hive.ql.exec.tez.HiveSplitGenerator.initialize(HiveSplitGenerator.java:269)
- at org.apache.tez.dag.app.dag.RootInputInitializerManager$InputInitializerCallable$1.run(RootInputInitializerManager.java:278)
- at org.apache.tez.dag.app.dag.RootInputInitializerManager$InputInitializerCallable$1.run(RootInputInitializerManager.java:269)
- at java.security.AccessController.doPrivileged(Native Method)
- at javax.security.auth.Subject.doAs(Subject.java:422)
- at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1682)
- at org.apache.tez.dag.app.dag.RootInputInitializerManager$InputInitializerCallable.call(RootInputInitializerManager.java:269)
- at org.apache.tez.dag.app.dag.RootInputInitializerManager$InputInitializerCallable.call(RootInputInitializerManager.java:253)
- at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:108)
- at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:41)
- at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:77)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
- at java.lang.Thread.run(Thread.java:745)
- ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement