You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Avery Ching (JIRA)" <ji...@apache.org> on 2013/03/22 17:49:15 UTC

[jira] [Created] (GIRAPH-580) NPE in HiveGiraphRunner when the vertex output format is not defined.

Avery Ching created GIRAPH-580:
----------------------------------

             Summary: NPE in HiveGiraphRunner when the vertex output format is not defined.
                 Key: GIRAPH-580
                 URL: https://issues.apache.org/jira/browse/GIRAPH-580
             Project: Giraph
          Issue Type: Bug
            Reporter: Avery Ching
            Assignee: Avery Ching


13/03/22 09:41:53 ERROR mapred.CoronaJobTracker: UNCAUGHT: Thread main got an uncaught exception
java.lang.NullPointerException
	at org.apache.giraph.hive.HiveGiraphRunner.logOptions(HiveGiraphRunner.java:683)
	at org.apache.giraph.hive.HiveGiraphRunner.run(HiveGiraphRunner.java:265)
	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:68)
	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:82)
	at com.facebook.digraph.hellopagerank.HelloPageRank.main(HelloPageRank.java:34)
	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)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Re: [jira] [Created] (GIRAPH-580) NPE in HiveGiraphRunner when the vertex output format is not defined.

Posted by Eli Reisman <ap...@gmail.com>.
FYI: I am running a new build right now on Jenkins, but it looks like we
are having some problems with the trunk build for several days now.
testMixedInput etc. are not passing any more. I know I can't run mvn verify
right now due to Hive-experimental-io maven dependency problems again.



On Fri, Mar 22, 2013 at 9:49 AM, Avery Ching (JIRA) <ji...@apache.org> wrote:

> Avery Ching created GIRAPH-580:
> ----------------------------------
>
>              Summary: NPE in HiveGiraphRunner when the vertex output
> format is not defined.
>                  Key: GIRAPH-580
>                  URL: https://issues.apache.org/jira/browse/GIRAPH-580
>              Project: Giraph
>           Issue Type: Bug
>             Reporter: Avery Ching
>             Assignee: Avery Ching
>
>
> 13/03/22 09:41:53 ERROR mapred.CoronaJobTracker: UNCAUGHT: Thread main got
> an uncaught exception
> java.lang.NullPointerException
>         at
> org.apache.giraph.hive.HiveGiraphRunner.logOptions(HiveGiraphRunner.java:683)
>         at
> org.apache.giraph.hive.HiveGiraphRunner.run(HiveGiraphRunner.java:265)
>         at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:68)
>         at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:82)
>         at
> com.facebook.digraph.hellopagerank.HelloPageRank.main(HelloPageRank.java:34)
>         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)
>
> --
> This message is automatically generated by JIRA.
> If you think it was sent incorrectly, please contact your JIRA
> administrators
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>