+1 binding

Verified Signatures and Verification
mvn clean install
On source compiled with `mvn clean install`, `mvn clean package -Phadoop2
-PviennaCL`, and precompiled jars;  ran following in a docker contain
(constructed via maven plugin, details below)

$MAHOUT_HOME/bin/mahout spark-itemsimilarity \
    --master spark://$HOSTNAME:7077 \
     --input /data/ratings.csv \
     --output /tmp/spark_item_sim_output \
     --itemIDColumn 1 \
     --rowIDColumn 0 \
     --sparkExecutorMem 6g

$MAHOUT_HOME/examples/bin/classify-wikipedia.sh -n 2

$MAHOUT_HOME/bin/mahout spark-shell -i
$MAHOUT_HOME/examples/bin/spark-document-classifier.mscala --master
spark://$HOSTNAME:7077


-------------------------------------------------------------------------------------------------------------------------

Maven plugin:

Hadoop Version = 2.4.1
Spark.Version=1.6.3
(^^ from parent pom)

<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
...
<from>sequenceiq/hadoop-docker:${hadoop.version}</from>
<env>
<HADOOP_HOME>/usr/local/hadoop-${hadoop.version}</HADOOP_HOME>
<SPARK_HOME>/usr/local/spark</SPARK_HOME>
<MAHOUT_HOME>/opt/mahout</MAHOUT_HOME>
</env>
<runCmds>
<!-- download spark -->
<run>curl -s
http://d3kbcqa49mib13.cloudfront.net/spark-${spark.version}-bin-hadoop2.6.tgz
| tar -xz -C /usr/local/</run>
<run>cd /usr/local &amp;&amp; ln -s spark-${spark.version}-bin-hadoop2.6
spark</run>
<run>$SPARK_HOME/sbin/start-all.sh</run>
<!-- SparkItem Similarity Test Data-->
<run>echo "Downloading Movie Lens Ratings Data"</run>
<run>curl -s
http://files.grouplens.org/datasets/movielens/ml-latest-small.zip -o
/usr/local/ml-latest-small.zip</run>
<run>unzip /usr/local/ml-latest-small.zip -d /usr/local</run>
</runCmds>

Trevor Grant
Data Scientist
https://github.com/rawkintrevo
http://stackexchange.com/users/3002022/rawkintrevo
http://trevorgrant.org

*"Fortunate is he, who is able to know the causes of things."  -Virgil*


On Tue, Mar 21, 2017 at 11:17 AM, Andrew Musselman <a...@apache.org> wrote:

> This is the vote for release 0.13.0 of Apache Mahout.
>
> The vote will be going for at least 72 hours and will be closed on Friday,
> March 26th, 2017 or once there are at least 3 PMC +1 binding votes
> (whichever
> occurs earlier).  Please download, test and vote with
>
> [ ] +1, accept RC as the official 0.13.0 release of Apache Mahout
> [ ] +0, I don't care either way,
> [ ] -1, do not accept RC as the official 0.13.0 release of Apache Mahout,
> because...
>
>
> Maven staging repo:
>
> https://repository.apache.org/content/repositories/
> orgapachemahout-1038/org/apache/mahout/apache-mahout-distribution/0.13.0
>
> The git tag to be voted upon is mahout-0.13.0
>

Reply via email to