一、ensure called on an unitialized
报这个错误的原因是hue的session过期,操作如下:
二、java.lang.RuntimeException: java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing row
at org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:296)
at org.apache.hadoop.hive.ql.exec.tez.TezProcessor.run(TezProcessor.java:250)
at org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.run(LogicalIOProcessorRuntimeTask.java:374)
解决办法:
set hive.vectorized.execution.enabled=false;
set hive.vectorized.execution.reduce.enabled=false;
三、 java.lang.RuntimeException: java.lang.AssertionError: Output column number expected to be 0 when isRepeating
set hive.vectorized.execution.enabled = false;