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

Hadoop QA commented on PHOENIX-3386:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12835069/PHOENIX-3386.patch
  against master branch at commit a5bcb3ea9a86b800b44b1d7815b094d7a952a11b.
  ATTACHMENT ID: 12835069

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    {color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

    {color:red}-1 javadoc{color}.  The javadoc tool appears to have generated 
43 warning messages.

    {color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

    {color:green}+1 lineLengths{color}.  The patch does not introduce lines 
longer than 100

    {color:green}+1 core tests{color}.  The patch passed unit tests in .

     {color:red}-1 core zombie tests{color}.  There are 1 zombie test(s):       
at 
org.apache.hadoop.hbase.replication.TestMasterReplication.testCyclicReplication3(TestMasterReplication.java:401)

Test results: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/639//testReport/
Javadoc warnings: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/639//artifact/patchprocess/patchJavadocWarnings.txt
Console output: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/639//console

This message is automatically generated.

> PhoenixStorageHandler throws NPE if local tasks executed via child
> ------------------------------------------------------------------
>
>                 Key: PHOENIX-3386
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3386
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 4.8.0
>            Reporter: Sergey Soldatov
>            Assignee: Sergey Soldatov
>              Labels: HivePhoenix
>         Attachments: PHOENIX-3386.patch
>
>
> By default hive is using hive.exec.submit.local.task.via.child as true. In 
> this case all MR tasks are running in separate processes and in this case NPE 
> is thrown from PhoenixStorageHandler.getTableKeyOfSession. The reason is that 
> in new process the SessionState returns null and method is unable to build 
> key for session. We need to pass session id through jobConf.



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

Reply via email to