-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains 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
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 |