Created
September 25, 2013 21:37
-
-
Save okram/6706420 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gremlin> g.V.filter{it.name == 'marko'}.map | |
15:36:47 WARN mapreduce.FaunusCompiler: Using the developer Faunus job jar: target/faunus-0.4.0-SNAPSHOT-job.jar | |
15:36:47 INFO mapreduce.FaunusCompiler: Compiled to 1 MapReduce job(s) | |
15:36:47 INFO mapreduce.FaunusCompiler: Executing job 1 out of 1: MapSequence[com.thinkaurelius.faunus.mapreduce.transform.VerticesMap.Map, com.thinkaurelius.faunus.mapreduce.filter.FilterMap.Map, com.thinkaurelius.faunus.mapreduce.transform.PropertyMapMap.Map] | |
15:36:47 INFO mapreduce.FaunusCompiler: Job data location: output/job-0 | |
15:36:47 WARN mapred.JobClient: Use GenericOptionsParser for parsing the arguments. Applications should implement Tool for the same. | |
15:36:48 INFO input.FileInputFormat: Total input paths to process : 1 | |
15:36:48 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable | |
15:36:48 WARN snappy.LoadSnappy: Snappy native library not loaded | |
15:36:48 INFO mapred.JobClient: Running job: job_201309241210_0008 | |
15:36:49 INFO mapred.JobClient: map 0% reduce 0% | |
15:36:56 INFO mapred.JobClient: Task Id : attempt_201309241210_0008_m_000000_0, Status : FAILED | |
java.io.IOException: java.lang.reflect.InvocationTargetException | |
at com.thinkaurelius.faunus.mapreduce.MapSequence$Map.setup(MapSequence.java:60) | |
at org.apache.hadoop.mapreduce.Mapper.run(Mapper.java:142) | |
at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:764) | |
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:364) | |
at org.apache.hadoop.mapred.Child$4.run(Child.java:255) | |
at java.security.AccessController.doPrivileged(Native Method) | |
at javax.security.auth.Subject.doAs(Subject.java:422) | |
at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1190) | |
at org.apache.hadoop.mapred.Child.main(Child.java:249) | |
Caused by: java.lang.reflect.InvocationTargetException | |
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:491) | |
at com.thinkaurelius.faunus.mapreduce.MapSequence$Map.setup(MapSequence.java:39) | |
... 8 more | |
Caused by: java.lang.InterruptedException: groovysh_evaluate$_run_closure1 | |
at com.thinkaurelius.faunus.mapreduce.util.ClosureHolder.deserialize(ClosureHolder.java:54) | |
at com.thinkaurelius.faunus.mapreduce.filter.FilterMap$Map.setup(FilterMap.java:50) | |
... 13 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment