Skip to content

mosharaf/hummus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hummus

Traceroute Analysis Toolkit based on Apache Spark.

Making Hummus

Hummus is built on Scala 2.9.3 and Apache Spark 0.8.1-incubating.

To build Hummus, run:

sbt package

You must also have sbt installed in your system. Instructions here: http://www.scala-sbt.org/release/docs/Getting-Started/Setup.html

Running Hummus

Once you have compiled Hummus, the easiest way to run any of the analysis tools, for example AS_Analysis, is

<Path_to_Spark>/run-example arkiplane.AS_Analysis <Spark_Master_URL> <Dataset_Name>

Adhoc Analysis

You can use the spark-shell for adhoc, exploratory analysis.

<Path_to_Spark>/spark-shell

More information on Spark can be found at http://spark.apache.org/documentation.html.

Datasets

Information about accessing and using the public datasets used in Hummus are located in the data directory.

About

Traceroute Analysis Toolkit based on Apache Spark

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages