aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-8414] Ensure context cleaner periodic cleanupsAndrew Or2015-12-011-1/+20
* [SPARK-11596][SQL] In TreeNode's argString, if a TreeNode is not a child of t...Yin Huai2015-12-011-1/+1
* [SPARK-11352][SQL] Escape */ in the generated comments.Yin Huai2015-12-013-3/+18
* [SPARK-11788][SQL] surround timestamp/date value with quotes in JDBC data sourceHuaxin Gao2015-12-012-1/+14
* [SPARK-11328][SQL] Improve error message when hitting this issueNong Li2015-12-012-3/+22
* [SPARK-12075][SQL] Speed up HiveComparisionTest by avoiding / speeding up Tes...Josh Rosen2015-12-023-14/+62
* [SPARK-12002][STREAMING][PYSPARK] Fix python direct stream checkpoint recover...jerryshao2015-12-012-6/+56
* [SPARK-11961][DOC] Add docs of ChiSqSelectorXusen Yin2015-12-013-0/+178
* Revert "[SPARK-12060][CORE] Avoid memory copy in JavaSerializerInstance.seria...Shixiong Zhu2015-12-012-34/+4
* [SPARK-12004] Preserve the RDD partitioner through RDD checkpointingTathagata Das2015-12-013-31/+173
* [SPARK-12030] Fix Platform.copyMemory to handle overlapping regions.Nong Li2015-12-012-6/+82
* [SPARK-12065] Upgrade Tachyon from 0.8.1 to 0.8.2Josh Rosen2015-12-012-2/+2
* [SPARK-11821] Propagate Kerberos keytab for all environmentswoj-i2015-12-013-5/+10
* [SPARK-11905][SQL] Support Persist/Cache and Unpersist in Dataset APIsgatorsmile2015-12-016-18/+162
* [SPARK-11954][SQL] Encoder for JavaBeansWenchen Fan2015-12-019-20/+608
* [SPARK-11856][SQL] add type cast if the real type is different but compatible...Wenchen Fan2015-12-0110-32/+335
* [SPARK-12068][SQL] use a single column in Dataset.groupBy and count will failWenchen Fan2015-12-014-7/+27
* [SPARK-12046][DOC] Fixes various ScalaDoc/JavaDoc issuesCheng Lian2015-12-0125-133/+152
* [SPARK-12060][CORE] Avoid memory copy in JavaSerializerInstance.serializeShixiong Zhu2015-12-012-4/+34
* [SPARK-11949][SQL] Set field nullable property for GroupingSets to get correc...Liang-Chi Hsieh2015-12-012-2/+18
* [SPARK-11898][MLLIB] Use broadcast for the global tables in Word2VecYuhao Yang2015-12-011-1/+6
* [SPARK-12018][SQL] Refactor common subexpression elimination codeLiang-Chi Hsieh2015-11-303-34/+14
* [HOTFIX][SPARK-12000] Add missing quotes in Jekyll API docs plugin.Josh Rosen2015-11-301-1/+1
* [SPARK-12049][CORE] User JVM shutdown hook can cause deadlock at shutdownSean Owen2015-11-301-17/+16
* [SPARK-12007][NETWORK] Avoid copies in the network lib's RPC layer.Marcelo Vanzin2015-11-3050-307/+589
* [SPARK-12037][CORE] initialize heartbeatReceiverRef before calling startDrive...CodingCat2015-11-301-3/+4
* [SPARK-12035] Add more debug information in include_example tag of JekyllXusen Yin2015-11-301-4/+6
* [SPARK-12000] Fix API doc generation issuesJosh Rosen2015-11-304-9/+14
* [SPARK-12058][HOTFIX] Disable KinesisStreamTestsShixiong Zhu2015-11-301-0/+1
* fix Maven buildDavies Liu2015-11-301-1/+1
* [SPARK-11960][MLLIB][DOC] User guide for streaming testsFeynman Liang2015-11-303-0/+28
* [SPARK-11975][ML] Remove duplicate mllib example (DT/RF/GBT in Java/Python)Yanbo Liang2015-11-306-692/+0
* [SPARK-11689][ML] Add user guide and example code for LDA under spark.mlYuhao Yang2015-11-305-1/+208
* [SPARK-12053][CORE] EventLoggingListener.getLogPath needs 4 parametersTeng Qiu2015-12-011-1/+1
* Revert "[SPARK-11206] Support SQL UI on the history server"Josh Rosen2015-11-3021-327/+135
* [MINOR][DOCS] fixed list display in ml-ensemblesBenFradet2015-11-301-0/+1
* [SPARK-11982] [SQL] improve performance of cartesian productDavies Liu2015-11-304-9/+139
* [SPARK-11700] [SQL] Remove thread local SQLContext in SparkPlanDavies Liu2015-11-306-21/+14
* [SPARK-11989][SQL] Only use commit in JDBC data source if the underlying data...CK502015-11-301-3/+19
* [SPARK-12023][BUILD] Fix warnings while packaging spark with maven.Prashant Sharma2015-11-302-5/+5
* [DOC] Explicitly state that top maintains the order of elementsWieland Hoffmann2015-11-302-3/+4
* [MINOR][BUILD] Changed the comment to reflect the plugin project is there to ...Prashant Sharma2015-11-301-3/+2
* [SPARK-11859][MESOS] SparkContext accepts invalid Master URLs in the form zk:...toddwan2015-11-302-6/+15
* [SPARK-12039] [SQL] Ignore HiveSparkSubmitSuite's "SPARK-9757 Persist Parquet...Yin Huai2015-11-291-1/+1
* [SPARK-12024][SQL] More efficient multi-column counting.Herman van Hovell2015-11-296-86/+33
* [SPARK-11781][SPARKR] SparkR has problem in inferring type of raw type.Sun Rui2015-11-294-32/+47
* [SPARK-9319][SPARKR] Add support for setting column names, typesfelixcheung2015-11-285-55/+185
* [SPARK-12029][SPARKR] Improve column functions signature, param check, tests,...felixcheung2015-11-282-34/+96
* [SPARK-12028] [SQL] get_json_object returns an incorrect result when the valu...gatorsmile2015-11-272-2/+25
* [SPARK-12020][TESTS][TEST-HADOOP2.0] PR builder cannot trigger hadoop 2.0 testYin Huai2015-11-271-1/+1