aboutsummaryrefslogtreecommitdiff
path: root/external/kafka/pom.xml
diff options
context:
space:
mode:
authorReynold Xin <rxin@apache.org>2014-01-09 00:32:19 -0800
committerReynold Xin <rxin@apache.org>2014-01-09 00:32:19 -0800
commit73c724e1237db383737a9d37c1c8d697064ec28e (patch)
tree6ff3f85fc0065d145ab43c67a6d7cce37a86fd92 /external/kafka/pom.xml
parentdceedb466032eca38f943cb97a8dca27496ca914 (diff)
parent49cbf48bcc4a3866984c8370da1917dd1c142115 (diff)
downloadspark-73c724e1237db383737a9d37c1c8d697064ec28e.tar.gz
spark-73c724e1237db383737a9d37c1c8d697064ec28e.tar.bz2
spark-73c724e1237db383737a9d37c1c8d697064ec28e.zip
Merge pull request #368 from pwendell/sbt-fix
Don't delegate to users `sbt`. This changes our `sbt/sbt` script to not delegate to the user's `sbt` even if it is present. If users already have sbt installed and they want to use their own sbt, we'd expect them to just call sbt directly from within Spark. We no longer set any enironment variables or anything from this script, so they should just launch sbt directly on their own. There are a number of hard-to-debug issues which can come from the current appraoch. One is if the user is unaware of an existing sbt installation and now without explanation their build breaks because they haven't configured options correctly (such as permgen size) within their sbt (reported by @patmcdonough). Another is if the user has a much older version of sbt hanging around, in which case some of the older versions don't acutally work well when newer verisons of sbt are specified in the build file (reported by @marmbrus). A third is if the user has done some other modification to their sbt script, such as setting it to delegate to sbt/sbt in Spark, and this causes that to break (also reported by @marmbrus). So to keep things simple let's just avoid this path and remove it. Any user who already has sbt and wants to build spark with it should be able to understand easily how to do it.
Diffstat (limited to 'external/kafka/pom.xml')
0 files changed, 0 insertions, 0 deletions