spark-instrumented-optimizer/python/examples
jyotiska 2ef37c9366 Merge pull request #562 from jyotiska/master. Closes #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.

Author: jyotiska <jyotiska123@gmail.com>

== Merge branch commits ==

commit 8ad8faf6c8e02ae1cd68565d98524edf165f54df
Author: jyotiska <jyotiska123@gmail.com>
Date:   Sun Feb 9 11:00:41 2014 +0530

    Added comments in code on collect() method

commit 6f98f1e313f4472a7c2207d36c4f0fbcebc95a8c
Author: jyotiska <jyotiska123@gmail.com>
Date:   Sat Feb 8 13:12:37 2014 +0530

    Updated python example code sort.py

commit 945e39a5d68daa7e5bab0d96cbd35d7c4b04eafb
Author: jyotiska <jyotiska123@gmail.com>
Date:   Sat Feb 8 12:59:09 2014 +0530

    Added example python code for sort
2014-02-08 23:36:48 -08:00
..
als.py Some fixes to Python examples (style and package name for LR) 2013-07-27 21:12:22 -04:00
kmeans.py Some fixes to Python examples (style and package name for LR) 2013-07-27 21:12:22 -04:00
logistic_regression.py Fix string parsing and style in LR 2013-07-31 23:12:30 -07:00
pagerank.py Code update for Matei's suggestions 2013-08-11 22:54:05 +00:00
pi.py Some fixes to Python examples (style and package name for LR) 2013-07-27 21:12:22 -04:00
sort.py Merge pull request #562 from jyotiska/master. Closes #562. 2014-02-08 23:36:48 -08:00
transitive_closure.py Some fixes to Python examples (style and package name for LR) 2013-07-27 21:12:22 -04:00
wordcount.py Add banner to PySpark and make wordcount output nicer 2013-09-01 14:13:16 -07:00