Skip to content
Snippets Groups Projects
  1. Sep 15, 2015
    • Reynold Xin's avatar
      Update version to 1.6.0-SNAPSHOT. · 09b7e7c1
      Reynold Xin authored
      Author: Reynold Xin <rxin@databricks.com>
      
      Closes #8350 from rxin/1.6.
      09b7e7c1
    • Robin East's avatar
      [SPARK-10598] [DOCS] · 6503c4b5
      Robin East authored
      Comments preceding toMessage method state: "The edge partition is encoded in the lower
         * 30 bytes of the Int, and the position is encoded in the upper 2 bytes of the Int.". References to bytes should be changed to bits.
      
      This contribution is my original work and I license the work to the Spark project under it's open source license.
      
      Author: Robin East <robin.east@xense.co.uk>
      
      Closes #8756 from insidedctm/master.
      6503c4b5
    • Jacek Laskowski's avatar
      Small fixes to docs · 833be733
      Jacek Laskowski authored
      Links work now properly + consistent use of *Spark standalone cluster* (Spark uppercase + lowercase the rest -- seems agreed in the other places in the docs).
      
      Author: Jacek Laskowski <jacek.laskowski@deepsense.io>
      
      Closes #8759 from jaceklaskowski/docs-submitting-apps.
      833be733
  2. Sep 14, 2015
  3. Sep 13, 2015
  4. Sep 12, 2015
    • Josh Rosen's avatar
      [SPARK-10330] Add Scalastyle rule to require use of SparkHadoopUtil JobContext methods · b3a7480a
      Josh Rosen authored
      This is a followup to #8499 which adds a Scalastyle rule to mandate the use of SparkHadoopUtil's JobContext accessor methods and fixes the existing violations.
      
      Author: Josh Rosen <joshrosen@databricks.com>
      
      Closes #8521 from JoshRosen/SPARK-10330-part2.
      b3a7480a
    • JihongMa's avatar
      [SPARK-6548] Adding stddev to DataFrame functions · f4a22808
      JihongMa authored
      Adding STDDEV support for DataFrame using 1-pass online /parallel algorithm to compute variance. Please review the code change.
      
      Author: JihongMa <linlin200605@gmail.com>
      Author: Jihong MA <linlin200605@gmail.com>
      Author: Jihong MA <jihongma@jihongs-mbp.usca.ibm.com>
      Author: Jihong MA <jihongma@Jihongs-MacBook-Pro.local>
      
      Closes #6297 from JihongMA/SPARK-SQL.
      f4a22808
    • Sean Owen's avatar
      [SPARK-10547] [TEST] Streamline / improve style of Java API tests · 22730ad5
      Sean Owen authored
      Fix a few Java API test style issues: unused generic types, exceptions, wrong assert argument order
      
      Author: Sean Owen <sowen@cloudera.com>
      
      Closes #8706 from srowen/SPARK-10547.
      22730ad5
    • Nithin Asokan's avatar
      [SPARK-10554] [CORE] Fix NPE with ShutdownHook · 8285e3b0
      Nithin Asokan authored
      https://issues.apache.org/jira/browse/SPARK-10554
      
      Fixes NPE when ShutdownHook tries to cleanup temporary folders
      
      Author: Nithin Asokan <Nithin.Asokan@Cerner.com>
      
      Closes #8720 from nasokan/SPARK-10554.
      8285e3b0
    • Daniel Imfeld's avatar
      [SPARK-10566] [CORE] SnappyCompressionCodec init exception handling masks... · 6d836780
      Daniel Imfeld authored
      [SPARK-10566] [CORE] SnappyCompressionCodec init exception handling masks important error information
      
      When throwing an IllegalArgumentException in SnappyCompressionCodec.init, chain the existing exception. This allows potentially important debugging info to be passed to the user.
      
      Manual testing shows the exception chained properly, and the test suite still looks fine as well.
      
      This contribution is my original work and I license the work to the project under the project's open source license.
      
      Author: Daniel Imfeld <daniel@danielimfeld.com>
      
      Closes #8725 from dimfeld/dimfeld-patch-1.
      6d836780
  5. Sep 11, 2015
Loading