Skip to content

Commit

Permalink
Single Command Update
Browse files Browse the repository at this point in the history
  • Loading branch information
tdevine1 committed Feb 25, 2021
1 parent ee12cea commit 1c34f12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/singlecommand.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
spark-submit --class edu.wvu.rascl.SparkMLRF --master yarn --deploy-mode cluster --driver-memory 2048m --num-executors 20 --executor-memory 2048m --executor-cores 2 --conf spark.executor.memoryOverhead=972 --queue default /home/hduser/workspace-scala/SelfLearningMLRF/target/SelfLearningMLRF-0.0.1-SNAPSHOT.jar 2 100 gini 4 32 /data/gbt350drift/gbt350drift_2class_labeled.csv SelfLearningMLRF-classes.2-exec.20-trees.100-labeled.10-rep.1 10

spark-submit --class edu.wvu.rascl.SupervisedMLRF --master yarn --deploy-mode cluster --driver-memory 2048m --num-executors 4 --executor-memory 2048m --executor-cores 2 --conf spark.executor.memoryOverhead=972 --queue default [PATH_TO-JAR]SupervisedLearningMLRF-0.0.1-SNAPSHOT.jar 2 100 gini 4 32 [PATH_TO_INPUT_FILE]palfa_2class_labeled.csv [OUTFILE-NAME]-classes.2-exec.4-trees.100-labeled.100-rep.1 100

0 comments on commit 1c34f12

Please sign in to comment.