Skip to content
Snippets Groups Projects
  1. Apr 25, 2014
    • Patrick Wendell's avatar
      SPARK-1619 Launch spark-shell with spark-submit · dc3b640a
      Patrick Wendell authored
      This simplifies the shell a bunch and passes all arguments through to spark-submit.
      
      There is a tiny incompatibility from 0.9.1 which is that you can't put `-c` _or_ `--cores`, only `--cores`. However, spark-submit will give a good error message in this case, I don't think many people used this, and it's a trivial change for users.
      
      Author: Patrick Wendell <pwendell@gmail.com>
      
      Closes #542 from pwendell/spark-shell and squashes the following commits:
      
      9eb3e6f [Patrick Wendell] Updating Spark docs
      b552459 [Patrick Wendell] Andrew's feedback
      97720fa [Patrick Wendell] Review feedback
      aa2900b [Patrick Wendell] SPARK-1619 Launch spark-shell with spark-submit
      dc3b640a
  2. Mar 30, 2014
    • Prashant Sharma's avatar
      SPARK-1336 Reducing the output of run-tests script. · df1b9f7b
      Prashant Sharma authored
      Author: Prashant Sharma <prashant.s@imaginea.com>
      Author: Prashant Sharma <scrapcodes@gmail.com>
      
      Closes #262 from ScrapCodes/SPARK-1336/ReduceVerbosity and squashes the following commits:
      
      87dfa54 [Prashant Sharma] Further reduction in noise and made pyspark tests to fail fast.
      811170f [Prashant Sharma] Reducing the ouput of run-tests script.
      df1b9f7b
  3. Mar 24, 2014
    • Patrick Wendell's avatar
      SPARK-1094 Support MiMa for reporting binary compatibility accross versions. · dc126f21
      Patrick Wendell authored
      This adds some changes on top of the initial work by @scrapcodes in #20:
      
      The goal here is to do automated checking of Spark commits to determine whether they break binary compatibility.
      
      1. Special case for inner classes of package-private objects.
      2. Made tools classes accessible when running `spark-class`.
      3. Made some declared types in MLLib more general.
      4. Various other improvements to exclude-generation script.
      5. In-code documentation.
      
      Author: Patrick Wendell <pwendell@gmail.com>
      Author: Prashant Sharma <prashant.s@imaginea.com>
      Author: Prashant Sharma <scrapcodes@gmail.com>
      
      Closes #207 from pwendell/mima and squashes the following commits:
      
      22ae267 [Patrick Wendell] New binary changes after upmerge
      6c2030d [Patrick Wendell] Merge remote-tracking branch 'apache/master' into mima
      3666cf1 [Patrick Wendell] Minor style change
      0e0f570 [Patrick Wendell] Small fix and removing directory listings
      647c547 [Patrick Wendell] Reveiw feedback.
      c39f3b5 [Patrick Wendell] Some enhancements to binary checking.
      4c771e0 [Prashant Sharma] Added a tool to generate mima excludes and also adapted build to pick automatically.
      b551519 [Prashant Sharma] adding a new exclude after rebasing with master
      651844c [Prashant Sharma] Support MiMa for reporting binary compatibility accross versions.
      dc126f21
    • Prashant Sharma's avatar
      SPARK-1144 Added license and RAT to check licenses. · 21109fba
      Prashant Sharma authored
      Author: Prashant Sharma <prashant.s@imaginea.com>
      
      Closes #125 from ScrapCodes/rat-integration and squashes the following commits:
      
      64f7c7d [Prashant Sharma] added license headers.
      fcf28b1 [Prashant Sharma] Review feedback.
      c0648db [Prashant Sharma] SPARK-1144 Added license and RAT to check licenses.
      21109fba
  4. Jan 20, 2014
  5. Jan 04, 2014
  6. Jan 03, 2014
  7. Nov 19, 2013
  8. Nov 13, 2013
  9. Aug 29, 2013
  10. Jul 15, 2013
  11. May 14, 2013
  12. Apr 30, 2013
  13. Mar 11, 2013
  14. Jan 21, 2013
  15. Dec 30, 2012
  16. Dec 18, 2012
  17. Oct 01, 2012
  18. Sep 16, 2012
    • Andy Konwinski's avatar
      - Add docs/api to .gitignore · 52c29071
      Andy Konwinski authored
      - Rework/expand the nav bar with more of the docs site
      - Removing parts of docs about EC2 and Mesos that differentiate between
        running 0.5 and before
          - Merged subheadings from running-on-amazon-ec2.html that are still relevant
            (i.e., "Using a newer version of Spark" and "Accessing Data in S3") into
            ec2-scripts.html and deleted running-on-amazon-ec2.html
      - Added some TODO comments to a few docs
      - Updated the blurb about AMP Camp
      - Renamed programming-guide to spark-programming-guide
      - Fixing typos/etc. in Standalone Spark doc
      52c29071
  19. Sep 12, 2012
  20. Aug 01, 2012
  21. Jun 29, 2012
  22. Feb 08, 2011
  23. Feb 02, 2011
  24. Nov 28, 2010
  25. Nov 14, 2010
  26. Nov 13, 2010
  27. Sep 29, 2010
  28. Aug 13, 2010
  29. Jul 25, 2010
  30. Jun 10, 2010
  31. Mar 29, 2010
Loading