aboutsummaryrefslogtreecommitdiff
path: root/repl
Commit message (Expand)AuthorAgeFilesLines
* Use scala.binary.version in POMsMark Hamstra2013-12-151-7/+7
* Review comments on the PR for scala 2.10 migration.Prashant Sharma2013-12-131-1/+0
* Style fixes and addressed review comments at #221Prashant Sharma2013-12-101-7/+7
* Incorporated Patrick's feedback comment on #211 and made maven build/dep-reso...Prashant Sharma2013-12-071-1/+1
* Fixed compile time warnings and formatting post merge.Prashant Sharma2013-11-261-65/+74
* Various merge correctionsAaron Davidson2013-11-142-12/+4
* Merge branch 'master' into scala-2.10Raymond Liu2013-11-141-2/+34
|\
| * Propagate the SparkContext local property from the thread that calls the spar...Reynold Xin2013-11-092-4/+42
* | Merge branch 'master' into scala-2.10Raymond Liu2013-11-131-7/+29
|\|
| * Makes Spark SIMR ready.Ali Ghodsi2013-10-241-0/+14
| * Spark shell exits if it cannot create SparkContextAaron Davidson2013-10-171-1/+8
* | Merge branch 'master' into wip-merge-masterPrashant Sharma2013-10-081-8/+8
|\|
| * Merging build changes in from 0.8Patrick Wendell2013-10-051-10/+10
* | Merge branch 'master' into scala-2.10Prashant Sharma2013-10-012-2/+2
|\|
| * Bug fix in master buildPatrick Wendell2013-09-261-1/+1
| * Update build version in masterPatrick Wendell2013-09-241-1/+1
* | fixed maven build for scala 2.10Prashant Sharma2013-09-261-6/+6
* | ported repl improvements from masterPrashant Sharma2013-09-152-2/+11
* | Merge branch 'master' of git://github.com/mesos/spark into scala-2.10Prashant Sharma2013-09-151-12/+0
|\|
| * Minor YARN build cleanupsJey Kottalam2013-09-061-12/+0
* | Fixed repl suitePrashant Sharma2013-09-152-7/+7
* | Few more fixes to tests broken during mergePrashant Sharma2013-09-101-50/+0
* | Merged with masterPrashant Sharma2013-09-0618-372/+369
|\|
| * Updated LICENSE with third-party licensesMatei Zaharia2013-09-021-0/+17
| * Move some classes to more appropriate packages:Matei Zaharia2013-09-011-1/+1
| * Fix some URLsMatei Zaharia2013-09-011-1/+1
| * Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-0112-30/+30
| * Synced sbt and maven buildsMark Hamstra2013-08-211-0/+6
| * Remove redundant dependencies from POMsJey Kottalam2013-08-181-15/+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-63/+1
| * Maven build now works with CDH hadoop-2.0.0-mr1Jey Kottalam2013-08-161-54/+10
| * Initial changes to make Maven build agnostic of hadoop versionJey Kottalam2013-08-161-50/+22
| * Set SPARK_CLASSPATH for maven repl testsShivaram Venkataraman2013-08-131-0/+30
| * Format cleanup.Benjamin Hindman2013-07-301-1/+3
| * Added property 'spark.executor.uri' for launching on Mesos withoutBenjamin Hindman2013-07-291-0/+2
| * Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-165-1/+86
* | Added add jars functionality to new repl, which was dropped while merging wit...Prashant Sharma2013-07-123-4/+11
* | Removed an unnecessary test casePrashant Sharma2013-07-111-101/+0
* | Merge branch 'master' into master-mergePrashant Sharma2013-07-033-14/+91
|\|
| * FormattingMatei Zaharia2013-06-251-3/+4
| * Added a local-cluster mode test to ReplSuiteMatei Zaharia2013-06-251-5/+26
| * Fix search path for REPL class loader to really find added JARsMatei Zaharia2013-06-221-1/+3
| * ADD_JARS environment variable for spark-shellMatei Zaharia2013-06-221-2/+7
| * Update ASM to version 4.0Matei Zaharia2013-06-191-2/+1
| * Remove spark-repl's extraneous dependency on spark-streamingJey Kottalam2013-05-011-14/+0
| * Attempt to fix streaming test failures after yarn branch mergeMridul Muralidharan2013-04-281-0/+1
| * Attempt at fixing merge conflictMridul Muralidharan2013-04-242-2/+2
| |\
| * | Add support for building against hadoop2-yarn : adding new maven profile for itMridul Muralidharan2013-04-071-0/+71
* | | Merge pull request #652 from ScrapCodes/scala-2.10Matei Zaharia2013-06-141-0/+2
|\ \ \