Skip to content
Snippets Groups Projects
  1. Feb 27, 2014
    • Sean Owen's avatar
      SPARK 1084.1 (resubmitted) · 12bbca20
      Sean Owen authored
      (Ported from https://github.com/apache/incubator-spark/pull/637 )
      
      Author: Sean Owen <sowen@cloudera.com>
      
      Closes #31 from srowen/SPARK-1084.1 and squashes the following commits:
      
      6c4a32c [Sean Owen] Suppress warnings about legitimate unchecked array creations, or change code to avoid it
      f35b833 [Sean Owen] Fix two misc javadoc problems
      254e8ef [Sean Owen] Fix one new style error introduced in scaladoc warning commit
      5b2fce2 [Sean Owen] Fix scaladoc invocation warning, and enable javac warnings properly, with plugin config updates
      007762b [Sean Owen] Remove dead scaladoc links
      b8ff8cb [Sean Owen] Replace deprecated Ant <tasks> with <target>
      12bbca20
  2. Feb 26, 2014
    • Sandy Ryza's avatar
      SPARK-1053. Don't require SPARK_YARN_APP_JAR · b8a18719
      Sandy Ryza authored
      It looks this just requires taking out the checks.
      
      I verified that, with the patch, I was able to run spark-shell through yarn without setting the environment variable.
      
      Author: Sandy Ryza <sandy@cloudera.com>
      
      Closes #553 from sryza/sandy-spark-1053 and squashes the following commits:
      
      b037676 [Sandy Ryza] SPARK-1053.  Don't require SPARK_YARN_APP_JAR
      b8a18719
  3. Feb 08, 2014
    • Mark Hamstra's avatar
      Merge pull request #542 from markhamstra/versionBump. Closes #542. · c2341c92
      Mark Hamstra authored
      Version number to 1.0.0-SNAPSHOT
      
      Since 0.9.0-incubating is done and out the door, we shouldn't be building 0.9.0-incubating-SNAPSHOT anymore.
      
      @pwendell
      
      Author: Mark Hamstra <markhamstra@gmail.com>
      
      == Merge branch commits ==
      
      commit 1b00a8a7c1a7f251b4bb3774b84b9e64758eaa71
      Author: Mark Hamstra <markhamstra@gmail.com>
      Date:   Wed Feb 5 09:30:32 2014 -0800
      
          Version number to 1.0.0-SNAPSHOT
      c2341c92
  4. Feb 06, 2014
    • Thomas Graves's avatar
      Merge pull request #526 from tgravescs/yarn_client_stop_am_fix. Closes #526. · 38020961
      Thomas Graves authored
      spark on yarn - yarn-client mode doesn't always exit immediately
      
      https://spark-project.atlassian.net/browse/SPARK-1049
      
      If you run in the yarn-client mode but you don't get all the workers you requested right away and then you exit your application, the application master stays around until it gets the number of workers you initially requested. This is a waste of resources.  The AM should exit immediately upon the client going away.
      
      This fix simply checks to see if the driver closed while its waiting for the initial # of workers.
      
      Author: Thomas Graves <tgraves@apache.org>
      
      == Merge branch commits ==
      
      commit 03f40a62584b6bdd094ba91670cd4aa6afe7cd81
      Author: Thomas Graves <tgraves@apache.org>
      Date:   Fri Jan 31 11:23:10 2014 -0600
      
          spark on yarn - yarn-client mode doesn't always exit immediately
      38020961
  5. Jan 21, 2014
  6. Jan 20, 2014
  7. Jan 13, 2014
  8. Jan 12, 2014
  9. Jan 09, 2014
  10. Jan 06, 2014
  11. Jan 03, 2014
  12. Jan 02, 2014
  13. Dec 28, 2013
    • Matei Zaharia's avatar
      Various fixes to configuration code · 642029e7
      Matei Zaharia authored
      - Got rid of global SparkContext.globalConf
      - Pass SparkConf to serializers and compression codecs
      - Made SparkConf public instead of private[spark]
      - Improved API of SparkContext and SparkConf
      - Switched executor environment vars to be passed through SparkConf
      - Fixed some places that were still using system properties
      - Fixed some tests, though others are still failing
      
      This still fails several tests in core, repl and streaming, likely due
      to properties not being set or cleared correctly (some of the tests run
      fine in isolation).
      642029e7
  14. Dec 25, 2013
Loading