forked from CODAIT/spark-bench
-
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.
Merge branch 'issue#7' into 'master'
Fixing Issue#7 move parameters to be set into conf/env.sh See merge request !11
- Loading branch information
Showing
70 changed files
with
851 additions
and
555 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
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
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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# application parameters | ||
numV=50000 | ||
numPar=-1 | ||
mu=4.0 | ||
sigma=1.3 | ||
|
||
SPARK_STORAGE_MEMORYFRACTION=0.5 |
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
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
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
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# for gen_data.sh; 200M data size = 1 million points | ||
NUM_OF_EXAMPLES=5000 #00000 | ||
NUM_OF_PARTITIONS=120 #0 | ||
memoryFraction=0.01 | ||
[ -n "$MEM_FRACTION_GLOBAL" ] && memoryFraction=${MEM_FRACTION_GLOBAL} | ||
NUM_OF_FEATURES=6 | ||
|
||
# for run.sh | ||
NUM_OF_CLASS_C=10 | ||
impurityC="gini" | ||
maxDepthC=5 | ||
maxBinsC=100 | ||
modeC="Classification" | ||
#${NUM_OF_CLASS_C} ${impurityC} ${maxDepthC} ${maxBinsC} ${modeC} | ||
|
||
NUM_OF_CLASS_R=10 | ||
impurityR="variance" | ||
maxDepthR=5 | ||
maxBinsR=100 | ||
modeR="Regression" | ||
#${NUM_OF_CLASS_R} ${impurityR} ${maxDepthR} ${maxBinsR} ${modeR} | ||
|
||
MAX_ITERATION=3 | ||
|
||
SPARK_STORAGE_MEMORYFRACTION=0.79 |
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
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
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
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# for prepare | ||
NUM_OF_POINTS=1000 | ||
NUM_OF_CLUSTERS=10 | ||
DIMENSIONS=20 | ||
SCALING=0.6 | ||
NUM_OF_PARTITION=10 | ||
#NUM_OF_SAMPLES=20000000 | ||
#SAMPLES_PER_INPUTFILE=4000000 | ||
#SAMPLES_PER_INPUTFILE=6000000 | ||
MAX_ITERATION=5 | ||
NUM_RUN=1 | ||
|
||
SPARK_STORAGE_MEMORYFRACTION=0.48 |
Oops, something went wrong.