aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SPARK-9238] [SQL] Remove two extra useless entries for bytesOfCodePointInUTF8zhichao.li2015-07-241-1/+1
* [SPARK-9069] [SQL] follow upDavies Liu2015-07-245-26/+55
* [SPARK-9236] [CORE] Make defaultPartitioner not reuse a parent RDD's partitio...François Garillot2015-07-242-1/+24
* [SPARK-8756] [SQL] Keep cached information and avoid re-calculating footers i...Liang-Chi Hsieh2015-07-241-14/+24
* [build] Enable memory leak detection for Tungsten.Reynold Xin2015-07-241-1/+1
* [SPARK-9200][SQL] Don't implicitly cast non-atomic types to string type.Reynold Xin2015-07-242-1/+10
* [SPARK-9294][SQL] cleanup comments, code style, naming typo for the new aggre...Wenchen Fan2015-07-237-89/+46
* [SPARK-8092] [ML] Allow OneVsRest Classifier feature and label column names t...Ram Sriharsha2015-07-232-1/+40
* [SPARK-9216] [STREAMING] Define KinesisBackedBlockRDDsTathagata Das2015-07-235-5/+545
* [SPARK-9122] [MLLIB] [PySpark] spark.mllib regression support batch predictYanbo Liang2015-07-231-2/+10
* [SPARK-9069] [SPARK-9264] [SQL] remove unlimited precision support for Decima...Davies Liu2015-07-2353-473/+459