You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Hive QA (JIRA)" <ji...@apache.org> on 2014/08/20 12:47:26 UTC

[jira] [Commented] (HIVE-7599) NPE in MergeTask#main() when -format is absent

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

Hive QA commented on HIVE-7599:
-------------------------------



{color:green}Overall{color}: +1 all checks pass

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12663086/HIVE-7599.patch

{color:green}SUCCESS:{color} +1 6008 tests passed

Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/419/testReport
Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/419/console
Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-419/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12663086

> NPE in MergeTask#main() when -format is absent
> ----------------------------------------------
>
>                 Key: HIVE-7599
>                 URL: https://issues.apache.org/jira/browse/HIVE-7599
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Minor
>         Attachments: HIVE-7599.patch
>
>
> When '-format' is absent from commandline, the following call would result in NPE (format is initialized to null):
> {code}
>     if (format.equals("rcfile")) {
>       mergeWork = new MergeWork(inputPaths, new Path(outputDir), RCFileInputFormat.class);
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)