Skip to content

Commit

Permalink
outlier tutorial update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranab Ghosh committed Sep 17, 2018
1 parent 2b6d57f commit da1f272
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions resource/cpu_usage_anomaly_det_tutorial.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ Build
=====
Follow instructions in spark_dependency.txt

Python dependency
=================
The shell script commands for data generation run python scripts for data generation. Before you run
the data generation commands do the following
1. checkout project avenir
2. copy the avenir/python/lib directory to ../lib with respect to your location of cpu_usage.py file


Create base normal data
=======================
./and_spark.sh crInput <num_of_days> <reading_intervaL> <num_servers> <output_file>
Expand Down
16 changes: 8 additions & 8 deletions resource/spark_dependency.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Build all necessary jars
========================
chombo
mvn install
in chombo
mvn clean install
sbt publishLocal

chombo/spark
sbt package
in chombo/spark
sbt clean package
sbt publishLocal

beymani
mvn install
in beymani
mvn clean install
sbt publishLocal

beymani/spark
sbt package
in beymani/spark
sbt clean package

Build uber jar
==============
Expand Down

0 comments on commit da1f272

Please sign in to comment.