aboutsummaryrefslogtreecommitdiff
path: root/repl/src/main
Commit message (Expand)AuthorAgeFilesLines
* SPARK-1099: Introduce local[*] mode to infer number of coresAaron Davidson2014-04-071-1/+1
* SPARK-1349: spark-shell gets its own command historyAaron Davidson2014-04-061-1/+11
* SPARK-1096, a space after comment start style checker.Prashant Sharma2014-03-282-3/+3
* SPARK-782 Clean up for ASM dependency.Patrick Wendell2014-03-091-2/+3
* SPARK-1189: Add Security to Spark - Akka, Http, ConnectionManager, UI use ser...Thomas Graves2014-03-063-15/+33
* [SPARK-1089] fix the regression problem on ADD_JARS in 0.9CodingCat2014-02-261-2/+7
* [SPARK-1090] improvement on spark_shell (help information, configure memory)CodingCat2014-02-171-1/+1
* Merge pull request #557 from ScrapCodes/style. Closes #557.Patrick Wendell2014-02-099-6/+25
* Merge pull request #542 from markhamstra/versionBump. Closes #542.Mark Hamstra2014-02-081-1/+1
* Merge pull request #327 from lucarosellini/masterMatei Zaharia2014-01-083-3/+73
|\
| * Added license header and removed @author tagLuca Rosellini2014-01-072-4/+34
| * Added ā€˜-iā€™ command line option to spark REPL.Luca Rosellini2014-01-033-3/+43
* | fixed review commentsPrashant Sharma2014-01-031-1/+3
|/
* Miscellaneous fixes from code review.Matei Zaharia2014-01-011-1/+1
* Various fixes to configuration codeMatei Zaharia2013-12-282-7/+13
* spark-544, introducing SparkConf and related configuration overhaul.Prashant Sharma2013-12-252-8/+6
* Review comments on the PR for scala 2.10 migration.Prashant Sharma2013-12-131-1/+0
* Various merge correctionsAaron Davidson2013-11-141-11/+3
* 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 scala-2.10Prashant Sharma2013-10-011-1/+1
|\|
| * Update build version in masterPatrick Wendell2013-09-241-1/+1
* | ported repl improvements from masterPrashant Sharma2013-09-152-2/+11
* | Fixed repl suitePrashant Sharma2013-09-151-1/+1
* | Merged with masterPrashant Sharma2013-09-0613-45/+92
|\|
| * Updated LICENSE with third-party licensesMatei Zaharia2013-09-021-0/+17
| * Move some classes to more appropriate packages:Matei Zaharia2013-09-011-1/+1
| * Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-0110-21/+21
| * 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-162-0/+34
* | Added add jars functionality to new repl, which was dropped while merging wit...Prashant Sharma2013-07-122-3/+10
* | Merge branch 'master' into master-mergePrashant Sharma2013-07-031-2/+1
|\|
| * 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
* | Fixied other warningsPrashant Sharma2013-04-291-1/+1
* | scala 2.10 and master mergePrashant Sharma2013-04-242-16/+1
* | Manually merged scala-2.10 and masterPrashant Sharma2013-04-221-1/+16
|\|
| * Merge remote-tracking branch 'jey/bump-development-version-to-0.8.0'Matei Zaharia2013-04-081-1/+1
| |\
| | * Bump development version to 0.8.0Jey Kottalam2013-03-281-1/+1
| |/
| * Change version to 0.7.1-SNAPSHOT for development branchMatei Zaharia2013-02-271-1/+1
* | Added more testsPrashant Sharma2013-04-191-4/+1
* | Changed spark context as lazy val to become just val.Prashant Sharma2013-04-162-3/+5
* | Added class wrappers instead of object and incorporated most of matei commentsPrashant Sharma2013-04-102-20/+39
* | Made shell loading synchronous as async loading confuses with out of order st...Prashant Sharma2013-04-101-1/+2
* | Ctrl-D hang bug fixed!Prashant Sharma2013-03-202-1/+13
* | fixed autocompletion apparent hang due to loggingprashant2013-03-192-8/+9
* | porting of repl to scala-2.10Prashant Sharma2013-03-1710-1507/+1895
|/