GitHub user techaddict opened a pull request:

    https://github.com/apache/spark/pull/571

    SPARK-1637: Clean up examples for 1.0

    1. Move all of them into subpackages of org.apache.spark.examples (right 
now some are in org.apache.spark.streaming.examples, for instance, and others 
are in org.apache.spark.examples.mllib)
    2. Move Python examples into examples/src/main/python
    3. Update docs to reflect these changes
    4. Clarify that the hand-written K-means and logistic regression examples 
are for demo purposes, but in reality you might want to use MLlib (we will add 
examples for these using MLlib too)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/techaddict/spark SPARK-1637

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/571.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #571
    
----
commit 0a8dd77f7c4e5e32f447c653cd87918f84ab5020
Author: Sandeep <sand...@techaddict.me>
Date:   2014-04-27T08:49:36Z

    Move all Scala Examples to org.apache.spark.examples (some are in 
org.apache.spark.streaming.examples, for instance, and others are in 
org.apache.spark.examples.mllib)

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to