aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-12105] [SQL] add convenient show functionsJean-Baptiste Onofré2015-12-151-9/+16
* [SPARK-12236][SQL] JDBC filter tests all pass if filters are not really pushe...hyukjinkwon2015-12-153-21/+19
* [SPARK-12271][SQL] Improve error message when Dataset.as[ ] has incompatible ...Nong Li2015-12-154-7/+18
* [MINOR][ML] Rename weights to coefficients for examples/DeveloperApiExampleYanbo Liang2015-12-152-19/+19
* [STREAMING][MINOR] Fix typo in function name of StateImpljerryshao2015-12-153-3/+3
* [SPARK-12332][TRIVIAL][TEST] Fix minor typo in ResetSystemPropertiesHolden Karau2015-12-151-1/+1
* [SPARK-12288] [SQL] Support UnsafeRow in Coalesce/Except/Intersect.gatorsmile2015-12-142-1/+46
* [SPARK-12188][SQL][FOLLOW-UP] Code refactoring and comment correction in Data...gatorsmile2015-12-141-1/+1
* [SPARK-12274][SQL] WrapOption should not have type constraint for childWenchen Fan2015-12-141-4/+1
* [SPARK-12327] Disable commented code lintr temporarilyShivaram Venkataraman2015-12-141-1/+1
* [SPARK-12016] [MLLIB] [PYSPARK] Wrap Word2VecModel when loading it in pysparkLiang-Chi Hsieh2015-12-143-34/+67
* [MINOR][DOC] Fix broken word2vec linkBenFradet2015-12-141-1/+1
* [SPARK-12275][SQL] No plan for BroadcastHint in some conditionyucai2015-12-132-1/+8
* [SPARK-12213][SQL] use multiple partitions for single distinct queryDavies Liu2015-12-1310-990/+422
* [SPARK-12281][CORE] Fix a race condition when reporting ExecutorState in the ...Shixiong Zhu2015-12-133-3/+9
* [SPARK-12267][CORE] Store the remote RpcEnv address to send the correct disco...Shixiong Zhu2015-12-124-1/+65
* [SPARK-12199][DOC] Follow-up: Refine example code in ml-features.mdXusen Yin2015-12-124-15/+15
* [SPARK-11193] Use Java ConcurrentHashMap instead of SynchronizedMap trait in ...Jean-Baptiste Onofré2015-12-121-8/+8
* [SPARK-12158][SPARKR][SQL] Fix 'sample' functions that break R unit test casesgatorsmile2015-12-112-6/+15
* [SPARK-12298][SQL] Fix infinite loop in DataFrame.sortWithinPartitionsAnkur Dave2015-12-112-3/+3
* [SPARK-11978][ML] Move dataset_example.py to examples/ml and rename to datafr...Yanbo Liang2015-12-112-26/+38
* [SPARK-12217][ML] Document invalid handling for StringIndexerBenFradet2015-12-111-0/+36
* [SPARK-11497][MLLIB][PYTHON] PySpark RowMatrix Constructor Has Type Erasure I...Mike Dusenberry2015-12-111-1/+1
* [SPARK-12273][STREAMING] Make Spark Streaming web UI list Receivers in orderproflin2015-12-111-2/+3
* [SPARK-11964][DOCS][ML] Add in Pipeline Import/Export Documentationanabranch2015-12-111-0/+13
* [SPARK-12146][SPARKR] SparkR jsonFile should support multiple input filesYanbo Liang2015-12-115-116/+138
* [SPARK-12258] [SQL] passing null into ScalaUDF (follow-up)Davies Liu2015-12-112-16/+23
* [SPARK-10991][ML] logistic regression training summary handle empty predictio...Holden Karau2015-12-112-2/+29
* [SPARK-12258][SQL] passing null into ScalaUDFDavies Liu2015-12-102-6/+10
* [STREAMING][DOC][MINOR] Update the description of direct Kafka stream docjerryshao2015-12-101-1/+1
* [SPARK-12155][SPARK-12253] Fix executor OOM in unified memory managementAndrew Or2015-12-104-31/+114
* [SPARK-12251] Document and improve off-heap memory configurationsJosh Rosen2015-12-1015-22/+65
* [SPARK-11713] [PYSPARK] [STREAMING] Initial RDD updateStateByKey for PySparkBryan Cutler2015-12-104-5/+47
* [SPARK-11563][CORE][REPL] Use RpcEnv to transfer REPL-generated classes.Marcelo Vanzin2015-12-1015-98/+183
* [SPARK-12212][ML][DOC] Clarifies the difference between spark.ml, spark.mllib...Timothy Hunter2015-12-1031-1793/+149
* [SPARK-12228][SQL] Try to run execution hive's derby in memory.Yin Huai2015-12-104-5/+9
* [SPARK-12250][SQL] Allow users to define a UDAF without providing details of ...Yin Huai2015-12-102-5/+64
* [SPARK-12234][SPARKR] Fix ```subset``` function error when only set ```select...Yanbo Liang2015-12-102-2/+11
* [SPARK-11602][MLLIB] Refine visibility for 1.6 scala API auditYuhao Yang2015-12-104-5/+5
* [SPARK-12198][SPARKR] SparkR support read.parquet and deprecate parquetFileYanbo Liang2015-12-103-6/+22
* [SPARK-11832][CORE] Process arguments in spark-shell for Scala 2.11Jakob Odersky2015-12-102-13/+27
* [SPARK-12242][SQL] Add DataFrame.transform methodReynold Xin2015-12-102-1/+14
* [SPARK-11530][MLLIB] Return eigenvalues with PCA modelSean Owen2015-12-107-25/+67
* [SPARK-12136][STREAMING] rddToFileName does not properly handle prefix and su...bomeng2015-12-101-6/+7
* [SPARK-12252][SPARK-12131][SQL] refactor MapObjects to make it less hackyWenchen Fan2015-12-104-47/+35
* [SPARK-12244][SPARK-12245][STREAMING] Rename trackStateByKey to mapWithState ...Tathagata Das2015-12-0913-382/+389
* [SPARK-11796] Fix httpclient and httpcore depedency issues related to docker-...Mark Grover2015-12-093-2/+50
* [SPARK-11678][SQL][DOCS] Document basePath in the programming guide.Yin Huai2015-12-091-0/+7
* [SPARK-12165][ADDENDUM] Fix outdated comments on unroll testAndrew Or2015-12-091-4/+9
* [SPARK-12211][DOC][GRAPHX] Fix version number in graphx doc for migration fro...Andrew Ray2015-12-091-1/+1