[
https://issues.apache.org/jira/browse/HIVE-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12921602#action_12921602
]
John Sichi commented on HIVE-1720:
----------------------------------
>From hive.log:
desc formatted stats_src
...
2010-10-15 17:16:09,197 ERROR ql.Driver (SessionState.java:printError(283)) -
FAILED: Hive Internal Error: java.lang.NullPointerException(null)
java.lang.NullPointerException
at
org.apache.hadoop.hive.ql.metadata.Partition.getProtectMode(Partition.java:491)
at
org.apache.hadoop.hive.ql.metadata.Partition.isOffline(Partition.java:503)
at
org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.validate(SemanticAnalyzer.java:6647)
at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:337)
at org.apache.hadoop.hive.ql.Driver.run(Driver.java:635)
at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:140)
at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:199)
at org.apache.hadoop.hive.ql.QTestUtil.executeClient(QTestUtil.java:588)
at
org.apache.hadoop.hive.cli.TestHBaseCliDriver.testCliDriver_hbase_stats(TestHBaseCliDriver.java:81)
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 junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.extensions.TestSetup.run(TestSetup.java:23)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:422)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:931)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:785)
> hbase_stats.q is failing
> ------------------------
>
> Key: HIVE-1720
> URL: https://issues.apache.org/jira/browse/HIVE-1720
> Project: Hadoop Hive
> Issue Type: Bug
> Components: HBase Handler
> Affects Versions: 0.7.0
> Reporter: John Sichi
> Assignee: Ning Zhang
> Fix For: 0.7.0
>
>
> Saw this failure on Hudson and in my own sandbox.
> https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/392/
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.