Skip to content

dalaro/titan-spark-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

# Start titan05 at the desired version, load GraphOfTheGods
# ...
# In the repo root:
mvn clean package -DskipTests=true
# SPARK_HOME=~/spark-1.2.1 or whatever
cd $SPARK_HOME
bin/spark-submit \
    --class "com.thinkaurelius.titan.test.TitanApp" \
    --master 'local[4]' \
    ../titan-spark-test/target/titan-spark-test-0.0.1-SNAPSHOT-jar-with-dependencies.jar

About

Trivial Spark app that counts Titan vertices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages