You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Sergey Shelukhin (JIRA)" <ji...@apache.org> on 2015/04/14 23:14:58 UTC

[jira] [Created] (HIVE-10333) LLAP: NPE due to failure to find position

Sergey Shelukhin created HIVE-10333:
---------------------------------------

             Summary: LLAP: NPE due to failure to find position
                 Key: HIVE-10333
                 URL: https://issues.apache.org/jira/browse/HIVE-10333
             Project: Hive
          Issue Type: Sub-task
            Reporter: Sergey Shelukhin
            Assignee: Sergey Shelukhin


{noformat}
java.lang.NullPointerException 
at org.apache.hadoop.hive.ql.io.orc.InStream.findCompressedPosition(InStream.java:793) 
at org.apache.hadoop.hive.ql.io.orc.InStream.uncompressStream(InStream.java:611) 
at org.apache.hadoop.hive.ql.io.orc.EncodedReaderImpl.readEncodedColumns(EncodedReaderImpl.java:346) 
at org.apache.hadoop.hive.llap.io.encoded.OrcEncodedDataReader.callInternal(OrcEncodedDataReader.java:290) 
at org.apache.hadoop.hive.llap.io.encoded.OrcEncodedDataReader.callInternal(OrcEncodedDataReader.java:48) 
at org.apache.hadoop.hive.common.CallableWithNdc.call(CallableWithNdc.java:37) ... 4 more 
{noformat}

Example query {noformat}
select * from lineitem where l_orderkey = <constant>; 
{noformat}





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)