Github user harsha2010 commented on the pull request:

    https://github.com/apache/spark/pull/6115#issuecomment-101629044
  
    @jkbradley , can you please review the example code? I have tested them out 
using bin/spark-submit locally
    I'm starting work on documentation on a separate PR, but for now you can 
use the following website for testing the examples if you'd like.
    
    http://www.csie.ntu.edu.tw/~cjlin/libsvmtools/datasets/multiclass.html
    (Not all datasets in this collection are labeled 0- (numClasses -1), but 
mnist as well as connect-4 should be.)
    
    ====== Sample Submission for Java =========================
    bin/spark-submit --class org.apache.spark.examples.ml.JavaOneVsRestExample 
--driver-memory 4g examples/target/spark-examples_2.10-1.4.0-SNAPSHOT.jar 
~/Downloads/mnist.bz2 
    
    =======Sample Submission for Scala ========================
    bin/spark-submit --class org.apache.spark.examples.ml.OneVsRestExample 
--driver-memory 4g examples/target/spark-examples_2.10-1.4.0-SNAPSHOT.jar 
~/Downloads/mnist.bz2 --fracTest 0.3 --regParam 0.01


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to