You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spark.apache.org by jyotiska <gi...@git.apache.org> on 2014/02/08 11:13:53 UTC

[GitHub] incubator-spark pull request: Added example Python code for sort

GitHub user jyotiska opened a pull request:

    https://github.com/apache/incubator-spark/pull/562

    Added example Python code for sort

    I added an example Python code for sort. Right now, PySpark has limited examples for new people willing to use the project. This example code sorts integers stored in a file. I was able to sort 5 million, 10 million and 25 million integers with this code.

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

    $ git pull https://github.com/apache/incubator-spark master

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

    https://github.com/apache/incubator-spark/pull/562.patch

----
commit 945e39a5d68daa7e5bab0d96cbd35d7c4b04eafb
Author: jyotiska <jy...@gmail.com>
Date:   2014-02-08T07:29:09Z

    Added example python code for sort

commit 6f98f1e313f4472a7c2207d36c4f0fbcebc95a8c
Author: jyotiska <jy...@gmail.com>
Date:   2014-02-08T07:42:37Z

    Updated python example code sort.py

----