aboutsummaryrefslogtreecommitdiff
path: root/repl/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'spark-upstream/master' into HEADAnkur Dave2014-01-0813-1561/+2035
|\
| * 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
| * 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
| |\
| * \ Merge branch 'master' into scala-2.10Raymond Liu2013-11-131-7/+29
| |\ \
| * \ \ Merge branch 'master' into scala-2.10Prashant Sharma2013-10-011-1/+1
| |\ \ \
| * | | | ported repl improvements from masterPrashant Sharma2013-09-152-2/+11
| * | | | 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-0617-201/+300
| |\ \ \ \
| * | | | | 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-032-3/+23
| |\ \ \ \ \
| * | | | | | Fix StandaloneClusterReplSuite to allow running multiple testsMatei Zaharia2013-06-082-16/+5
| * | | | | | Fixied other warningsPrashant Sharma2013-04-291-1/+1
| * | | | | | scala 2.10 and master mergePrashant Sharma2013-04-243-16/+2
| * | | | | | Manually merged scala-2.10 and masterPrashant Sharma2013-04-222-3/+18
| |\ \ \ \ \ \
| * | | | | | | Added more testsPrashant Sharma2013-04-193-12/+84
| * | | | | | | Changed spark context as lazy val to become just val.Prashant Sharma2013-04-162-3/+5
| * | | | | | | Added standalone cluster repl suitePrashant Sharma2013-04-153-47/+100
| * | | | | | | 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
| * | | | | | | Fixed broken tests by last commit for repl.Prashant Sharma2013-03-251-8/+7
| * | | | | | | 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
| * | | | | | | Fixed repl maven build to produce artifacts with the appropriate hadoop class...Thomas Dudziak2012-12-184-58/+0
| * | | | | | | Added maven and debian build filesThomas Dudziak2012-11-204-0/+58
* | | | | | | | Merge branch 'master' of github.com:apache/incubator-sparkReynold Xin2013-11-252-4/+42
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Propagate the SparkContext local property from the thread that calls the spar...Reynold Xin2013-11-092-4/+42
| | |_|_|_|_|/ | |/| | | | |
* / | | | | | This commit adds a new graphx-shell which is essentially the same asJoseph E. Gonzalez2013-11-041-83/+91
|/ / / / / /
* | | | | | Makes Spark SIMR ready.Ali Ghodsi2013-10-241-0/+14
* | | | | | Spark shell exits if it cannot create SparkContextAaron Davidson2013-10-171-1/+8
| |_|_|_|/ |/| | | |
* | | | | Update build version in masterPatrick Wendell2013-09-241-1/+1
| |_|_|/ |/| | |
* | | | 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-0111-24/+24
* | | | 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-164-1/+69
| |_|/ |/| |
* | | FormattingMatei Zaharia2013-06-251-3/+4
* | | Added a local-cluster mode test to ReplSuiteMatei Zaharia2013-06-251-5/+26