You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2014/02/20 00:58:21 UTC

[jira] [Commented] (PIG-3674) Fix TestAccumuloPigCluster on Hadoop 2

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

Josh Elser commented on PIG-3674:
---------------------------------

Working my way back around to this: it seems to be a spurious failure. I haven't been able to track down what exactly is happening that's causing this. The exception I'm getting is

{code}
java.lang.NullPointerException
	at org.apache.pig.parser.QueryParserDriver.parse(QueryParserDriver.java:177)
	at org.apache.pig.PigServer$Graph.parseQuery(PigServer.java:1678)
	at org.apache.pig.PigServer$Graph.registerQuery(PigServer.java:1625)
	at org.apache.pig.PigServer.registerQuery(PigServer.java:615)
	at org.apache.pig.PigServer.registerQuery(PigServer.java:628)
	at org.apache.pig.backend.hadoop.accumulo.TestAccumuloPigCluster.test(TestAccumuloPigCluster.java:187)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
{code}

> Fix TestAccumuloPigCluster on Hadoop 2
> --------------------------------------
>
>                 Key: PIG-3674
>                 URL: https://issues.apache.org/jira/browse/PIG-3674
>             Project: Pig
>          Issue Type: Bug
>          Components: internal-udfs
>            Reporter: Daniel Dai
>            Assignee: Josh Elser
>             Fix For: 0.13.0
>
>
> Currently TestAccumuloPigCluster is disabled for Hadoop 2. We need to fix it and enable it.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)