Skip to content
Snippets Groups Projects
  1. Sep 01, 2013
  2. Aug 29, 2013
  3. Aug 23, 2013
  4. Aug 21, 2013
  5. Jul 17, 2013
    • Ubuntu's avatar
      Consistently invoke bash with /usr/bin/env bash in scripts to make code more... · 88a0823c
      Ubuntu authored
      Consistently invoke bash with /usr/bin/env bash in scripts to make code more portable (JIRA Ticket SPARK-817)
      88a0823c
    • ctn's avatar
      [BUGFIX] Fix for sbt/sbt script SPARK_HOME setting · a1d2c343
      ctn authored
      In some environments, this command
      
          export SPARK_HOME=$(cd "$(dirname $0)/.."; pwd)
      
      echoes two paths, one by the "cd ..", and one by the "pwd". Note the resulting
      erroneous -jar paths below:
      
          ctn@ubuntu:~/src/spark$ sbt/sbt
          + EXTRA_ARGS=
          + '[' '' '!=' '' ']'
          +++ dirname sbt/sbt
          ++ cd sbt/..
          ++ pwd
          + export 'SPARK_HOME=/home/ctn/src/spark
          /home/ctn/src/spark'
          + SPARK_HOME='/home/ctn/src/spark
          /home/ctn/src/spark'
          + export SPARK_TESTING=1
          + SPARK_TESTING=1
          + java -Xmx1200m -XX:MaxPermSize=350m -XX:ReservedCodeCacheSize=128m -jar /home/ctn/src/spark /home/ctn/src/spark/sbt/sbt-launch-0.11.3-2.jar
          Error: Invalid or corrupt jarfile /home/ctn/src/spark
      
      Committer: ctn <ctn@adatao.com>
      
      On branch master
      Changes to be committed:
      
      - Send output of the "cd .." part to /dev/null
      	modified:   sbt/sbt
      a1d2c343
  6. Jul 16, 2013
  7. Jul 13, 2013
  8. Apr 16, 2013
  9. Feb 10, 2013
  10. Jan 27, 2013
  11. Oct 07, 2012
    • Patrick Wendell's avatar
      Adding Sonatype releases to SBT. · 14719b93
      Patrick Wendell authored
      This does a few things to get this branch ready for release:
      
      1. Upgrades the sbt and Scala version
      2. Sets the release number to 0.5.1
      3. Adds the Sonatype publishing target
      4. Installs the PGP signing plugin
      5. Removes the Mesos jar dependency
      14719b93
  12. Oct 06, 2012
  13. Sep 24, 2012
  14. Jun 17, 2012
  15. Jun 13, 2012
  16. Jun 08, 2012
  17. Nov 07, 2011
  18. Sep 26, 2011
  19. Jul 14, 2011
  20. Jun 01, 2011
  21. May 19, 2011
  22. May 09, 2011
  23. Feb 08, 2011
  24. Nov 14, 2010
Loading