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

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

     [ https://issues.apache.org/jira/browse/HIVE-10333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Shelukhin updated HIVE-10333:
------------------------------------
    Description: 
{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 = 1212000001;
{noformat}
With index.filter=false


  was:
{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}




> 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 = 1212000001;
> {noformat}
> With index.filter=false



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