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

Szehon Ho updated HIVE-4723:
----------------------------

    Attachment: HIVE-4723.5.patch

Got the following error in the pre-commit tests:

2013-11-14 18:05:07,142  WARN ExecutionPhase.replaceBadHosts:135 Only 0 hosts 
out of an expected 16, attempting to replace bad hosts
2013-11-14 18:26:25,422  INFO ExecutionPhase.execute:113 PERF: exec phase 96 
minutes
2013-11-14 18:26:25,422 ERROR PTest.run:173 Test run exited with an unexpected 
error java.lang.IllegalArgumentException
        at 
java.util.concurrent.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:589)
        at 
java.util.concurrent.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:480)
        at java.util.concurrent.Executors.newFixedThreadPool(Executors.java:59)
        at 
org.apache.hive.ptest.execution.context.CloudExecutionContextProvider.verifyHosts(CloudExecutionContextProvider.java:245)
        at 
org.apache.hive.ptest.execution.context.CloudExecutionContextProvider.createNodes(CloudExecutionContextProvider.java:208)
        at 
org.apache.hive.ptest.execution.context.CloudExecutionContextProvider.replaceBadHosts(CloudExecutionContextProvider.java:167)
        at 
org.apache.hive.ptest.execution.context.ExecutionContext.replaceBadHosts(ExecutionContext.java:68)
        at 
org.apache.hive.ptest.execution.ExecutionPhase.replaceBadHosts(ExecutionPhase.java:138)
        at 
org.apache.hive.ptest.execution.ExecutionPhase.execute(ExecutionPhase.java:93)
        at org.apache.hive.ptest.execution.PTest.run(PTest.java:162)
        at 
org.apache.hive.ptest.api.server.TestExecutor.run(TestExecutor.java:118)

I am guessing its a test-framework sporadic error nothing to do with this 
change, re-attaching new patch to try again.

> DDLSemanticAnalyzer.addTablePartsOutputs eats several exceptions
> ----------------------------------------------------------------
>
>                 Key: HIVE-4723
>                 URL: https://issues.apache.org/jira/browse/HIVE-4723
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.12.0
>            Reporter: Brock Noland
>            Assignee: Szehon Ho
>         Attachments: HIVE-4723.1.patch, HIVE-4723.2.patch, HIVE-4723.3.patch, 
> HIVE-4723.4.patch, HIVE-4723.5.patch, HIVE-4723.patch
>
>
> I accidently tried to archive a partition on a non-partitioned table. The 
> error message was bad, hive ate an exception, and NPE'ed.
> {noformat}
> 2013-06-09 16:36:12,628 ERROR parse.DDLSemanticAnalyzer 
> (DDLSemanticAnalyzer.java:addTablePartsOutputs(2899)) - Got HiveException 
> during obtaining list of partitions
> 2013-06-09 16:36:12,628 ERROR ql.Driver (SessionState.java:printError(383)) - 
> FAILED: NullPointerException null
> java.lang.NullPointerException
>       at 
> org.apache.hadoop.hive.ql.parse.DDLSemanticAnalyzer.addTablePartsOutputs(DDLSemanticAnalyzer.java:2912)
>       at 
> org.apache.hadoop.hive.ql.parse.DDLSemanticAnalyzer.addTablePartsOutputs(DDLSemanticAnalyzer.java:2877)
>       at 
> org.apache.hadoop.hive.ql.parse.DDLSemanticAnalyzer.analyzeAlterTableArchive(DDLSemanticAnalyzer.java:2730)
>       at 
> org.apache.hadoop.hive.ql.parse.DDLSemanticAnalyzer.analyzeInternal(DDLSemanticAnalyzer.java:316)
>       at 
> org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer.analyze(BaseSemanticAnalyzer.java:277)
>       at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:433)
>       at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:337)
>       at org.apache.hadoop.hive.ql.Driver.run(Driver.java:902)
>       at 
> org.apache.hadoop.hive.cli.CliDriver.processLocalCmd(CliDriver.java:259)
>       at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:216)
>       at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:413)
>       at 
> org.apache.hadoop.hive.cli.CliDriver.executeDriver(CliDriver.java:782)
>       at org.apache.hadoop.hive.cli.CliDriver.run(CliDriver.java:675)
>       at org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:614)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>       at java.lang.reflect.Method.invoke(Method.java:597)
>       at org.apache.hadoop.util.RunJar.main(RunJar.java:156)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to