Hi Prasanth, I've already tried setting that, same result. Thank you Riccardo
Il 01 set 2017 6:53 PM, "Prasanth Jayachandran" < pjayachand...@hortonworks.com> ha scritto: > Hi > Can you try with hive.exec.orc.split.strategy=BI and see if that helps? > > Thanks > Prasanth > > > > On Fri, Sep 1, 2017 at 2:13 AM -0700, "Riccardo Iacomini" < > riccardo.iacom...@rdslab.com> wrote: > > Hello, >> I am trying to evaluate hive LLAP on a Hortonworks HDP 2.6 cluster. >> >> Unfortunately, I get a *java.lang.RuntimeException: ORC split generation >> failed* when trying to execute queries: >> >> ERROR : Status: Failed >> ERROR : Vertex failed, vertexName=Map 1, >> vertexId=vertex_1504166274656_0006_3_00, diagnostics=[Vertex >> vertex_1504166274656_0006_3_00 [Map 1] killed/failed due >> to:ROOT_INPUT_INIT_FAILURE, Vertex Input: gprs_records initializer failed, >> vertex=vertex_1504166274656_0006_3_00 [Map 1], java.lang.RuntimeException: >> ORC split generation failed with exception: >> java.lang.ArrayIndexOutOfBoundsException: 5 >> at >> org.apache.hadoop.hive.ql.io.orc.OrcInputFormat.generateSplitsInfo(OrcInputFormat.java:1615) >> at >> org.apache.hadoop.hive.ql.io.orc.OrcInputFormat.getSplits(OrcInputFormat.java:1701) >> at >> org.apache.hadoop.hive.ql.io.HiveInputFormat.addSplitsForGroup(HiveInputFormat.java:446) >> at >> org.apache.hadoop.hive.ql.io.HiveInputFormat.getSplits(HiveInputFormat.java:569) >> at >> org.apache.hadoop.hive.ql.exec.tez.HiveSplitGenerator.initialize(HiveSplitGenerator.java:196) >> 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:1866) >> 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 java.util.concurrent.FutureTask.run(FutureTask.java:266) >> 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)Caused >> >> ...