aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9244] Increase some memory defaultsMatei Zaharia2015-07-2227-80/+78
* [SPARK-8536] [MLLIB] Generalize OnlineLDAOptimizer to asymmetric document-top...Feynman Liang2015-07-223-32/+126
* [SPARK-4366] [SQL] [Follow-up] Fix SqlParser compiling warning.Yin Huai2015-07-221-2/+1
* [SPARK-9224] [MLLIB] OnlineLDA Performance ImprovementsFeynman Liang2015-07-221-32/+27
* [SPARK-9024] Unsafe HashJoin/HashOuterJoin/HashSemiJoinDavies Liu2015-07-2220-135/+444
* [SPARK-9165] [SQL] codegen for CreateArray, CreateStruct and CreateNamedStructYijie Shen2015-07-222-5/+76
* [SPARK-9082] [SQL] Filter using non-deterministic expressions should not be p...Wenchen Fan2015-07-222-11/+84
* [SPARK-9254] [BUILD] [HOTFIX] sbt-launch-lib.bash should support HTTP/HTTPS r...Cheng Lian2015-07-221-2/+6
* [SPARK-4233] [SPARK-4367] [SPARK-3947] [SPARK-3056] [SQL] Aggregation Improve...Yin Huai2015-07-2139-100/+3087
* [SPARK-9232] [SQL] Duplicate code in JSONRelationAndrew Or2015-07-211-29/+21
* [SPARK-9121] [SPARKR] Get rid of the warnings about `no visible global functi...Yu ISHIKAWA2015-07-211-3/+9
* [SPARK-9154][SQL] Rename formatString to format_string.Reynold Xin2015-07-215-42/+18
* [SPARK-9154] [SQL] codegen StringFormatTarek Auel2015-07-214-11/+70
* [SPARK-9206] [SQL] Fix HiveContext classloading for GCS connector.Dennis Huo2015-07-211-1/+1
* [SPARK-8906][SQL] Move all internal data source classes into execution.dataso...Reynold Xin2015-07-2132-62/+124
* [SPARK-8357] Fix unsafe memory leak on empty inputs in GeneratedAggregatenavis.ryu2015-07-213-1/+70
* Revert "[SPARK-9154] [SQL] codegen StringFormat"Michael Armbrust2015-07-213-59/+11
* [SPARK-5989] [MLLIB] Model save/load for LDAMechCoder2015-07-213-5/+274
* [SPARK-9154] [SQL] codegen StringFormatTarek Auel2015-07-213-11/+59
* [SPARK-5423] [CORE] Register a TaskCompletionListener to make sure release al...zsxwing2015-07-211-6/+19
* [SPARK-4598] [WEBUI] Task table pagination for the Stage pagezsxwing2015-07-216-222/+1102
* [SPARK-7171] Added a method to retrieve metrics sources in TaskContextJacek Lewandowski2015-07-2112-15/+59
* [SPARK-9128] [CORE] Get outerclasses and objects with only one method calling...Liang-Chi Hsieh2015-07-212-58/+28
* [SPARK-9036] [CORE] SparkListenerExecutorMetricsUpdate messages not included ...Ben2015-07-212-4/+96
* [SPARK-9193] Avoid assigning tasks to "lost" executor(s)Grace2015-07-211-5/+12
* [SPARK-8915] [DOCUMENTATION, MLLIB] Added @since tags to mllib.classificationpetz20002015-07-214-0/+39
* [SPARK-9081] [SPARK-9168] [SQL] nanvl & dropna/fillna supporting nan as wellYijie Shen2015-07-219-88/+222
* [SPARK-8401] [BUILD] Scala version switching build enhancementsMichael Allman2015-07-217-58/+72
* [SPARK-8875] Remove BlockStoreShuffleFetcher classKay Ousterhout2015-07-2110-192/+172
* [SPARK-9173][SQL]UnionPushDown should also support Intersect and ExceptYijie Shen2015-07-213-70/+120
* [SPARK-8230][SQL] Add array/map size methodPedro Rodriguez2015-07-216-1/+152
* [SPARK-8255] [SPARK-8256] [SQL] Add regex_extract/regex_replaceCheng Hao2015-07-218-4/+323
* [SPARK-9100] [SQL] Adds DataFrame reader/writer shortcut methods for ORCCheng Lian2015-07-2113-23/+79
* [SPARK-9161][SQL] codegen FormatNumberTarek Auel2015-07-201-14/+54
* [SPARK-9179] [BUILD] Use default primary author if unspecifiedShivaram Venkataraman2015-07-201-0/+2
* [SPARK-9023] [SQL] Followup for #7456 (Efficiency improvements for UnsafeRows...Josh Rosen2015-07-203-23/+161
* [SPARK-9208][SQL] Remove variant of DataFrame string functions that accept co...Reynold Xin2015-07-205-455/+74
* [SPARK-9157] [SQL] codegen substringTarek Auel2015-07-203-43/+75
* [SPARK-8797] [SPARK-9146] [SPARK-9145] [SPARK-9147] Support NaN ordering and ...Josh Rosen2015-07-2016-26/+243
* [SPARK-9204][ML] Add default params test for linearyregression suiteHolden Karau2015-07-201-0/+25
* [SPARK-9132][SPARK-9163][SQL] codegen convTarek Auel2015-07-204-161/+263
* [SPARK-9201] [ML] Initial integration of MLlib + SparkR using RFormulaEric Liang2015-07-208-3/+185
* [SPARK-9052] [SPARKR] Fix comments after curly bracesYu ISHIKAWA2015-07-212-16/+30
* [SPARK-9164] [SQL] codegen hex/unhexTarek Auel2015-07-201-39/+57
* [SPARK-9142][SQL] Removing unnecessary self types in expressions.Reynold Xin2015-07-203-17/+22
* [SPARK-9156][SQL] codegen StringSplitTarek Auel2015-07-203-4/+28
* [SPARK-9178][SQL] Add an empty string constant to UTF8StringTarek Auel2015-07-202-39/+39
* [SPARK-9187] [WEBUI] Timeline view may show negative value for running tasksCarson Wang2015-07-201-8/+15
* [SPARK-9175] [MLLIB] BLAS.gemm fails to update matrix C when alpha==0 and bet...Meihua Wu2015-07-202-2/+18
* [SPARK-9198] [MLLIB] [PYTHON] Fixed typo in pyspark sparsevector doc testsJoseph K. Bradley2015-07-201-4/+4