[ 
https://issues.apache.org/jira/browse/HIVE-17332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16135334#comment-16135334
 ] 

Lukas Waldmann commented on HIVE-17332:
---------------------------------------

HDP version 2.4
Ambari stacks and versions view:
{code}
HDFS    2.7.1.2.4       Installed       Apache Hadoop Distributed File System
YARN    2.7.1.2.4       Installed       Apache Hadoop NextGen MapReduce (YARN)
MapReduce2      2.7.1.2.4       Installed       Apache Hadoop NextGen MapReduce 
(YARN)
Tez     0.7.0.2.4       Installed       Tez is the next generation Hadoop Query 
Processing framework written on top of YARN.
Hive    1.2.1.2.4       Installed       Data warehouse system for ad-hoc 
queries & analysis of large datasets and table & storage management service
HBase   1.1.2.2.4       Installed       A Non-relational distributed database, 
plus Phoenix, a high performance SQL layer for low latency applications.
{code}

If you need some hive settings variable let me know which one. There are too 
many of them just to post it here :)


> NullPointer exception when processing query
> -------------------------------------------
>
>                 Key: HIVE-17332
>                 URL: https://issues.apache.org/jira/browse/HIVE-17332
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 1.2.1
>            Reporter: Lukas Waldmann
>
> Hive query:
> {code}
> select count(*) from (select * from EXM_BASE_DATA, (select max(snapshot) 
> max_snapshot from EXM_BASE_DATA) s0 where snapshot == max_snapshot) t;
> {code}
> finish with NullPointer exception
> while 
> {code}
> select * from EXM_BASE_DATA, (select max(snapshot) max_snapshot from 
> EXM_BASE_DATA) s0 where snapshot == max_snapshot
> {code}
> is executed without error



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to