Skip to content
Snippets Groups Projects
  • jyotiska's avatar
    2ef37c93
    Merge pull request #562 from jyotiska/master. Closes #562. · 2ef37c93
    jyotiska authored
    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
    2ef37c93
    History
    Merge pull request #562 from jyotiska/master. Closes #562.
    jyotiska authored
    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