Re: How to Run Machine Learning Examples

2014-05-22 Thread Krishna Sankar
email, your message will be added to the discussion > > below: > > > http://apache-spark-user-list.1001560.n3.nabble.com/How-to-Run-Machine-Learning-Examples-tp6277p6278.html > > To unsubscribe from How to Run Machine Learning Examples, click here. > > NAML > > > > -- > View this message in context: Re: How to Run Machine Learning > Examples<http://apache-spark-user-list.1001560.n3.nabble.com/How-to-Run-Machine-Learning-Examples-tp6277p6287.html> > > Sent from the Apache Spark User List mailing list > archive<http://apache-spark-user-list.1001560.n3.nabble.com/>at Nabble.com. >

Re: How to Run Machine Learning Examples

2014-05-22 Thread yxzhao
Thanks. I used the following commnad line to run the SVM, but it seems that the path is not correct. What the right path or command line should be? Thanks. ./bin/run-example org.apache.spark.mllib.classification.SVM spark://100.1.255.193:7077 train.csv 20 Exception in thread "main" java.lang.NoClas

Re: How to Run Machine Learning Examples

2014-05-22 Thread yxzhao
Thanks Stephen, I used the following commnad line to run the SVM, but it seems that the path is not correct. What the right path or command line should be? Thanks. *./bin/run-example org.apache.spark.mllib.classification.SVM spark://100.1.255.193:7077 train.csv 20* Excep

Re: How to Run Machine Learning Examples

2014-05-22 Thread Marco Shaw
About run-example, I've tried MapR, Hortonworks and Cloudera distributions with there Spark packages and none seem to package it. Am I missing something? Is this only provided with the Spark project pre-built binaries or from source installs? Marco > On May 22, 2014, at 5:04 PM, Stephen Boes

Re: How to Run Machine Learning Examples

2014-05-22 Thread Stephen Boesch
There is a bin/run-example.sh [] 2014-05-22 12:48 GMT-07:00 yxzhao : > I want to run the LR, SVM, and NaiveBayes algorithms implemented in the > following directory on my data set. But I did not find the sample command > line to run them. Anybody help? Thanks. > > spark-0.9.0-incubating/mllib/s