Skip to content

Commit

Permalink
whpauto
Browse files Browse the repository at this point in the history
  • Loading branch information
jtengyp committed Oct 30, 2017
1 parent 8004832 commit 32a149a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/workloads/ml/als/spark/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ OPTION="--numUsers $NUM_USERS_ALS \
--numIterations $NUM_ITERATIONS_ALS \
--kryo $KYRO_ALS \
--implicitPrefs $IMPLICITPREFS_ALS \
--numProductBlocks PRODUCTBLOCKS_ALS \
--numUserBlocks USERBLOCKS_ALS \
--numProductBlocks $PRODUCTBLOCKS_ALS \
--numUserBlocks $USERBLOCKS_ALS \
--lambda $LAMBDA_ALS"
run_spark_job com.intel.hibench.sparkbench.ml.ALSExample $OPTION $INPUT_HDFS
END_TIME=`timestamp`
Expand Down

0 comments on commit 32a149a

Please sign in to comment.