aboutsummaryrefslogtreecommitdiff
path: root/repl
AgeCommit message (Expand)Author
2017-04-24[SPARK-20453] Bump master branch version to 2.3.0-SNAPSHOTJosh Rosen
2017-04-10[SPARK-20156][CORE][SQL][STREAMING][MLLIB] Java String toLowerCase "Turkish l...Sean Owen
2017-03-08[SPARK-18055][SQL] Use correct mirror in ExpresionEncoderMichael Armbrust
2017-02-09[SPARK-19481] [REPL] [MAVEN] Avoid to leak SparkContext in Signaling.cancelOn...Shixiong Zhu
2017-01-18[SPARK-19227][SPARK-19251] remove unused imports and outdated commentsuncleGen
2016-12-27[SPARK-18842][TESTS] De-duplicate paths in classpaths in processes for local-...hyukjinkwon
2016-12-21[SPARK-17807][CORE] split test-tags into test-JARRyan Williams
2016-12-03[SPARK-18685][TESTS] Fix URI and release resources after opening in tests at ...hyukjinkwon
2016-12-02[SPARK-18695] Bump master branch version to 2.2.0-SNAPSHOTReynold Xin
2016-11-04[SPARK-18189] [SQL] [Followup] Move test from ReplSuite to prevent java.lang....Reynold Xin
2016-11-01[SPARK-18189][SQL] Fix serialization issue in KeyValueGroupedDatasetErgin Seyfe
2016-10-11[SPARK-17720][SQL] introduce static SQL confWenchen Fan
2016-09-08[SPARK-15487][WEB UI] Spark Master UI to reverse proxy Application and Worker...Gurvinder Singh
2016-08-31[SPARK-17318][TESTS] Fix ReplSuite replicating blocks of object with class de...Shixiong Zhu
2016-08-30[SPARK-17318][TESTS] Fix ReplSuite replicating blocks of object with class de...Shixiong Zhu
2016-08-22[SPARK-16550][SPARK-17042][CORE] Certain classes fail to deserialize in block...Eric Liang
2016-08-17[SPARK-16736][CORE][SQL] purge superfluous fs callsSteve Loughran
2016-08-08[SPARK-16779][TRIVIAL] Avoid using postfix operators where they do not add mu...Holden Karau
2016-08-03[SPARK-16770][BUILD] Fix JLine dependency management and version (Sca…Stefan Schulze
2016-07-30[SPARK-16812] Open up SparkILoop.getAddedJarsReynold Xin
2016-07-19[SPARK-16535][BUILD] In pom.xml, remove groupId which is redundant definition...Xin Ren
2016-07-14[SPARK-16540][YARN][CORE] Avoid adding jars twice for Spark running on yarnjerryshao
2016-07-11[SPARK-16477] Bump master version to 2.1.0-SNAPSHOTReynold Xin
2016-06-24[SPARK-16125][YARN] Fix not test yarn cluster mode correctly in YarnClusterSuitepeng.zhang
2016-06-19[SPARK-15942][REPL] Unblock `:reset` command in REPL.Prashant Sharma
2016-06-16[SPARK-15782][YARN] Fix spark.jars and spark.yarn.dist.jars handlingNezih Yigitbasi
2016-06-15Revert "[SPARK-15782][YARN] Set spark.jars system property in client mode"Davies Liu
2016-06-15[SPARK-15782][YARN] Set spark.jars system property in client modeNezih Yigitbasi
2016-06-13[SPARK-15697][REPL] Unblock some of the useful repl commands.Prashant Sharma
2016-06-09[SPARK-15841][Tests] REPLSuite has incorrect env set for a couple of tests.Prashant Sharma
2016-06-02[SPARK-15322][SQL][FOLLOWUP] Use the new long accumulator for old int accumul...hyukjinkwon
2016-05-31[SPARK-15236][SQL][SPARK SHELL] Add spark-defaults property to switch to use ...xin Wu
2016-05-31[SPARK-15622][SQL] Wrap the parent classloader of Janino's classloader in the...Yin Huai
2016-05-17[SPARK-15290][BUILD] Move annotations, like @Since / @DeveloperApi, into spar...Sean Owen
2016-05-04[SPARK-15116] In REPL we should create SparkSession first and get SparkContex...Wenchen Fan
2016-05-03[SPARK-15073][SQL] Hide SparkSession constructor from the publicAndrew Or
2016-04-28Revert "[SPARK-14613][ML] Add @Since into the matrix and vector classes in sp...Yin Huai
2016-04-28[SPARK-14613][ML] Add @Since into the matrix and vector classes in spark-mlli...Pravin Gadakh
2016-04-28[SPARK-14576][WEB UI] Spark console should display Web UI urlErgin Seyfe
2016-04-25[SPARK-14828][SQL] Start SparkSession in REPL instead of SQLContextAndrew Or
2016-04-22[SPARK-10001] Consolidate Signaling and SignalLogger.Reynold Xin
2016-04-21[SPARK-10001] [CORE] Interrupt tasks in repl with Ctrl+CJakob Odersky
2016-04-20[SPARK-14725][CORE] Remove HttpServer classjerryshao
2016-04-14[SPARK-14558][CORE] In ClosureCleaner, clean the outer pointer if it's a REPL...Wenchen Fan
2016-04-12[SPARK-14508][BUILD] Add a new ScalaStyle Rule `OmitBracesInCase`Dongjoon Hyun
2016-04-09[SPARK-14451][SQL] Move encoder definition into Aggregator interfaceReynold Xin
2016-04-06[SPARK-14134][CORE] Change the package name used for shading classes.Marcelo Vanzin
2016-04-06[SPARK-14446][TESTS] Fix ReplSuite for Scala 2.10.Marcelo Vanzin
2016-04-02[MINOR][DOCS] Use multi-line JavaDoc comments in Scala code.Dongjoon Hyun
2016-03-28[SPARK-14102][CORE] Block `reset` command in SparkShellDongjoon Hyun