aboutsummaryrefslogtreecommitdiff
path: root/repl-bin
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'scripts-reorg' of github.com:shane-huang/incubator-spark into ↵Prashant Sharma2014-01-021-2/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | spark-915-segregate-scripts Conflicts: bin/spark-shell core/pom.xml core/src/main/scala/org/apache/spark/SparkContext.scala core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/CoarseMesosSchedulerBackend.scala core/src/main/scala/org/apache/spark/ui/UIWorkloadGenerator.scala core/src/test/scala/org/apache/spark/DriverSuite.scala python/run-tests sbin/compute-classpath.sh sbin/spark-class sbin/stop-slaves.sh
| * deprecate "spark" script and SPAKR_CLASSPATH environment variableAndrew xia2013-10-121-2/+1
| |
* | Use scala.binary.version in POMsMark Hamstra2013-12-151-3/+3
| |
* | Merge branch 'master' into akka-bug-fixPrashant Sharma2013-12-112-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: core/pom.xml core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala pom.xml project/SparkBuild.scala streaming/pom.xml yarn/src/main/scala/org/apache/spark/deploy/yarn/YarnAllocationHandler.scala
| * | [Deb] fix package of Spark classes adding org.apache prefix in scripts ↵dhardy922013-11-212-2/+2
| | | | | | | | | | | | embeded in .deb
* | | Style fixes and addressed review comments at #221Prashant Sharma2013-12-101-3/+3
| | |
* | | Incorporated Patrick's feedback comment on #211 and made maven ↵Prashant Sharma2013-12-071-1/+1
| | | | | | | | | | | | build/dep-resolution atleast a bit faster.
* | | Merge branch 'master' into wip-merge-masterPrashant Sharma2013-10-081-5/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bagel/pom.xml core/pom.xml core/src/test/scala/org/apache/spark/ui/UISuite.scala examples/pom.xml mllib/pom.xml pom.xml project/SparkBuild.scala repl/pom.xml streaming/pom.xml tools/pom.xml In scala 2.10, a shorter representation is used for naming artifacts so changed to shorter scala version for artifacts and made it a property in pom.
| * | Merging build changes in from 0.8Patrick Wendell2013-10-051-5/+5
| |/
* | Merge branch 'master' into scala-2.10Prashant Sharma2013-10-011-1/+1
|\| | | | | | | | | | | | | | | Conflicts: core/src/main/scala/org/apache/spark/ui/jobs/JobProgressUI.scala docs/_config.yml project/SparkBuild.scala repl/src/main/scala/org/apache/spark/repl/SparkILoop.scala
| * Update build version in masterPatrick Wendell2013-09-241-1/+1
| |
* | version changed 2.9.3 -> 2.10 in shell script.Prashant Sharma2013-09-151-1/+1
|/
* Minor YARN build cleanupsJey Kottalam2013-09-061-10/+0
|
* Fix some URLsMatei Zaharia2013-09-011-1/+1
|
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-6/+6
|
* Remove redundant dependencies from POMsJey Kottalam2013-08-181-5/+0
|
* Updates to repl and example POMs to match SBT buildJey Kottalam2013-08-161-6/+0
|
* Maven build now also works with YARNJey Kottalam2013-08-161-46/+1
|
* Forgot to remove a few references to ${classifier}Jey Kottalam2013-08-161-4/+4
|
* Maven build now works with CDH hadoop-2.0.0-mr1Jey Kottalam2013-08-161-40/+0
|
* Initial changes to make Maven build agnostic of hadoop versionJey Kottalam2013-08-161-45/+31
|
* Consistently invoke bash with /usr/bin/env bash in scripts to make code more ↵Ubuntu2013-07-183-3/+3
| | | | portable (JIRA Ticket SPARK-817)
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-164-1/+69
|
* Attempt at fixing merge conflictMridul Muralidharan2013-04-241-1/+1
|\
| * Bump development version to 0.8.0Jey Kottalam2013-03-281-1/+1
| |
* | Patch from Thomas Graves to improve the YARN Client, and move to more ↵Mridul Muralidharan2013-04-241-0/+5
| | | | | | | | production ready hadoop yarn branch
* | Ensure that maven package adds yarn jars as part of shaded jar for ↵Mridul Muralidharan2013-04-231-3/+3
| | | | | | | | hadoop2-yarn profile
* | Add support for building against hadoop2-yarn : adding new maven profile for itMridul Muralidharan2013-04-071-0/+50
|/
* Add a log4j compile dependency to fix build in IntelliJMikhail Bautin2013-03-151-1/+1
| | | | | Also rename parent project to spark-parent (otherwise it shows up as "parent" in IntelliJ, which is very confusing).
* bump version to 0.7.1-SNAPSHOT in the subproject poms to keep the maven ↵Mark Hamstra2013-02-281-1/+1
| | | | build building.
* Remove activation of profiles by defaultMikhail Bautin2013-01-311-11/+0
| | | | | See the discussion at https://github.com/mesos/spark/pull/355 for why default profile activation is a problem.
* Rename environment variable for hadoop profiles to hadoopVersionShivaram Venkataraman2013-01-121-2/+2
|
* Activate hadoop2 profile in pom.xml with -Dhadoop=2Shivaram Venkataraman2013-01-101-0/+6
|
* Activate hadoop1 if property hadoop is missing. hadoop2 can be activated nowShivaram Venkataraman2013-01-081-1/+3
| | | | by using -Dhadoop -Phadoop2.
* Activate hadoop1 profile by default for maven buildsShivaram Venkataraman2013-01-071-0/+3
|
* Tweaked debian packaging to be a bit more in line with debian standardsThomas Dudziak2012-12-192-4/+5
|
* Fixed repl maven build to produce artifacts with the appropriate hadoop ↵Thomas Dudziak2012-12-185-0/+289
classifier and extracted repl fat-jar and debian packaging into a separate project to make Maven happy