Created
October 6, 2015 09:40
-
-
Save Kornel/084fe23e4e961c990cc5 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
MAHOUT_HOME=$PWD/mahout-mahout-0.11.0 | |
#export MAHOUT_LOCAL=$PWD/mahout-mahout-0.11.0 | |
SPARK_HOME=/usr/lib/spark1.5/ | |
INPUT=/projects/reco_prod/data/sessions-cf/second/ | |
OUTPUT=/projects/reco_prod/data/sessions-cf/similarity | |
EXECUTOR_MEM=14g | |
$MAHOUT_HOME/bin/mahout spark-itemsimilarity --input $INPUT --output $OUTPUT -sem $EXECUTOR_MEM -ma yarn-client -D:spark.yarn.queue=reco_prod | |
#$MAHOUT_HOME/bin/mahout spark-itemsimilarity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment