aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9385] [HOT-FIX] [PYSPARK] Comment out Python style checkYin Huai2015-07-271-2/+3
* [SPARK-8988] [YARN] Make sure driver log links appear in secure cluste…Hari Shreedharan2015-07-271-54/+17
* [SPARK-9355][SQL] Remove InternalRow.get generic getter call in columnar cach...Wenchen Fan2015-07-2712-95/+107
* [SPARK-9378] [SQL] Fixes test case "CTAS with serde"Cheng Lian2015-07-271-7/+9
* [SPARK-9349] [SQL] UDAF cleanupYin Huai2015-07-275-101/+187
* Closes #7690 since it has been merged into branch-1.4.Reynold Xin2015-07-270-0/+0
* [HOTFIX] Disable pylint since it is failing master.Reynold Xin2015-07-271-14/+14
* [SPARK-9369][SQL] Support IntervalType in UnsafeRowWenchen Fan2015-07-278-14/+50
* [SPARK-9351] [SQL] remove literals from grouping expressions in AggregateWenchen Fan2015-07-274-12/+57
* [SPARK-7423] [MLLIB] Modify ClassificationModel and Probabalistic model to us...George Dittmar2015-07-272-2/+2
* [SPARK-9376] [SQL] use a seed in RandomDataGeneratorSuiteWenchen Fan2015-07-271-1/+1
* [SPARK-9366] use task's stageAttemptId in TaskEnd eventRyan Williams2015-07-271-1/+1
* [SPARK-9364] Fix array out of bounds and use-after-free bugs in UnsafeExterna...Josh Rosen2015-07-273-4/+31
* Pregel example type fixAlexander Ulanov2015-07-281-1/+1
* [SPARK-4176] [SQL] Supports decimal types with precision > 18 in ParquetRene Treffer2015-07-274-60/+85
* [SPARK-8405] [DOC] Add how to view logs on Web UI when yarn log aggregation i...Carson Wang2015-07-271-2/+2
* [SPARK-7943] [SPARK-8105] [SPARK-8435] [SPARK-8714] [SPARK-8561] Fixes multi-...Cheng Lian2015-07-2712-66/+327
* [SPARK-9371][SQL] fix the support for special chars in column names for hive ...Wenchen Fan2015-07-262-3/+11
* [SPARK-9368][SQL] Support get(ordinal, dataType) generic getter in UnsafeRow.Reynold Xin2015-07-266-8/+58
* [SPARK-9306] [SQL] Don't use SortMergeJoin when joining on unsortable columnsLiang-Chi Hsieh2015-07-263-5/+28
* [SPARK-8867][SQL] Support list / describe function usageCheng Hao2015-07-2613-20/+389
* [SPARK-9095] [SQL] Removes the old Parquet supportCheng Lian2015-07-2627-2152/+1037
* [SPARK-9326] Close lock file used for file downloads.Kay Ousterhout2015-07-261-2/+3
* [SPARK-9352] [SPARK-9353] Add tests for standalone scheduling codeAndrew Or2015-07-262-5/+202
* [SPARK-9356][SQL]Remove the internal use of DecimalType.UnlimitedYijie Shen2015-07-263-17/+10
* [SPARK-9354][SQL] Remove InternalRow.get generic getter call in Hive integrat...Reynold Xin2015-07-263-68/+102
* [SPARK-9337] [MLLIB] Add an ut for Word2Vec to verify the empty vocabulary checkYuhao Yang2015-07-261-0/+10
* [SPARK-9350][SQL] Introduce an InternalRow generic getter that requires a Dat...Reynold Xin2015-07-2528-74/+105
* [SPARK-8881] [SPARK-9260] Fix algorithm for scheduling executors on workersNishkam Ravi2015-07-251-37/+75
* [SPARK-9348][SQL] Remove apply method on InternalRow.Reynold Xin2015-07-2522-111/+113
* [SPARK-9192][SQL] add initialization phase for nondeterministic expressionWenchen Fan2015-07-2512-76/+254
* [SPARK-9285] [SQL] Fixes Row/InternalRow conversion for HadoopFsRelationCheng Lian2015-07-252-8/+20
* [SPARK-9304] [BUILD] Improve backwards compatibility of SPARK-8401Sean Owen2015-07-252-0/+46
* [SPARK-9334][SQL] Remove UnsafeRowConverter in favor of UnsafeProjection.Reynold Xin2015-07-2510-438/+262
* [SPARK-9336][SQL] Remove extra JoinedRowsReynold Xin2015-07-257-498/+8
* [Spark-8668][SQL] Adding expr to functionsJD2015-07-254-2/+41
* [HOTFIX] - Disable Kinesis tests due to rate limitsPatrick Wendell2015-07-241-2/+2
* [SPARK-9331][SQL] Add a code formatter to auto-format generated code.Reynold Xin2015-07-248-10/+148
* [SPARK-9330][SQL] Create specialized getStruct getter in InternalRow.Reynold Xin2015-07-245-40/+77
* [SPARK-7045] [MLLIB] Avoid intermediate representation when creating modelMechCoder2015-07-242-36/+55
* [SPARK-9067] [SQL] Close reader in NewHadoopRDD early if there is no more dataLiang-Chi Hsieh2015-07-242-26/+47
* [SPARK-9270] [PYSPARK] allow --name option in pysparkCheolsoo Park2015-07-243-3/+3
* [SPARK-9261] [STREAMING] Avoid calling APIs that expose shaded classes.Marcelo Vanzin2015-07-242-9/+22
* [SPARK-9295] Analysis should detect sorting on unsupported column typesJosh Rosen2015-07-242-0/+15
* [SPARK-9222] [MLlib] Make class instantiation variables in DistributedLDAMode...MechCoder2015-07-242-4/+19
* [SPARK-9292] Analysis should check that join conditions' data types are Boole...Josh Rosen2015-07-243-1/+14
* [SPARK-9305] Rename org.apache.spark.Row to Item.Reynold Xin2015-07-242-7/+6
* [SPARK-9285][SQL] Remove InternalRow's inheritance from Row.Reynold Xin2015-07-2441-433/+647
* [SPARK-9249] [SPARKR] local variable assigned but may not be usedYu ISHIKAWA2015-07-242-5/+2
* [SPARK-9250] Make change-scala-version more helpful w.r.t. valid Scala versionsFrançois Garillot2015-07-241-4/+8