Created
September 11, 2012 22:04
-
-
Save okram/3702450 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
faunus$ bin/gremlin.sh | |
\,,,/ | |
(o o) | |
-----oOOo-(_)-oOOo----- | |
gremlin> g = FaunusFactory.open("bin/faunus-titan.properties") | |
==>faunusgraph[TitanCassandraInputFormat] | |
gremlin> g.V | |
==>com.thinkaurelius.faunus.FaunusPipeline@326cbecf | |
gremlin> g.V.out('name').groupCount().submit() | |
12/09/11 16:03:53 INFO mapreduce.FaunusCompiler: Faunus: A Library of Hadoop-Based Graph Tools | |
12/09/11 16:03:53 INFO mapreduce.FaunusCompiler: , | |
12/09/11 16:03:53 INFO mapreduce.FaunusCompiler: , |\ ,__ | |
12/09/11 16:03:53 INFO mapreduce.FaunusCompiler: |\ \/ `\ | |
12/09/11 16:03:53 INFO mapreduce.FaunusCompiler: \ `-.:. `\ | |
12/09/11 16:03:53 INFO mapreduce.FaunusCompiler: `-.__ `\/\/\| | |
12/09/11 16:03:53 INFO mapreduce.FaunusCompiler: / `'/ () \ | |
12/09/11 16:03:53 INFO mapreduce.FaunusCompiler: .' /\ ) | |
12/09/11 16:03:53 INFO mapreduce.FaunusCompiler: .-' .'| \ \__ | |
12/09/11 16:03:53 INFO mapreduce.FaunusCompiler: .' __( \ '`(() | |
12/09/11 16:03:53 INFO mapreduce.FaunusCompiler: /_.'` `. | )( | |
12/09/11 16:03:53 INFO mapreduce.FaunusCompiler: \ | | |
12/09/11 16:03:53 INFO mapreduce.FaunusCompiler: |/ | |
12/09/11 16:03:53 INFO mapreduce.FaunusCompiler: Generating job chain: | |
12/09/11 16:03:53 INFO mapreduce.FaunusCompiler: Compiled to 2 MapReduce job(s) | |
12/09/11 16:03:53 INFO mapreduce.FaunusCompiler: Executing job 1 out of 2: MapSequence[com.thinkaurelius.faunus.mapreduce.transform.VerticesMap.Map, com.thinkaurelius.faunus.mapreduce.transform.VerticesVerticesMapReduce.Map, com.thinkaurelius.faunus.mapreduce.transform.VerticesVerticesMapReduce.Reduce] | |
12/09/11 16:03:53 WARN mapred.JobClient: Use GenericOptionsParser for parsing the arguments. Applications should implement Tool for the same. | |
12/09/11 16:03:54 INFO mapred.JobClient: Running job: job_201209100833_0018 | |
12/09/11 16:03:55 INFO mapred.JobClient: map 0% reduce 0% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment