aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-9207] [SQL] Enables Parquet filter push-down by defaultCheng Lian2015-07-232-13/+4
* [SPARK-9286] [SQL] Methods in Unevaluable should be final and AlgebraicAggreg...Josh Rosen2015-07-233-20/+10
* [SPARK-5447][SQL] Replace reference 'schema rdd' with DataFrame @rxin.David Arroyo Cazorla2015-07-231-1/+1
* [SPARK-9243] [Documentation] null -> zero in crosstab docXiangrui Meng2015-07-233-3/+3
* [SPARK-9183] confusing error message when looking up missing function in Spar...Yijie Shen2015-07-233-0/+12
* [Build][Minor] Fix building error & performanceCheng Hao2015-07-232-1/+2
* [SPARK-9082] [SQL] [FOLLOW-UP] use `partition` in `PushPredicateThroughProject`Wenchen Fan2015-07-231-14/+8
* [SPARK-9212] [CORE] upgrade Netty version to 4.0.29.FinalZhang, Liye2015-07-231-1/+1
* Revert "[SPARK-8579] [SQL] support arbitrary object in UnsafeRow"Reynold Xin2015-07-2324-631/+355
* [SPARK-9266] Prevent "managed memory leak detected" exception from masking or...Josh Rosen2015-07-232-2/+30
* [SPARK-8695] [CORE] [MLLIB] TreeAggregation shouldn't be triggered when it do...Perinkulam I. Ganesh2015-07-231-1/+3
* [SPARK-8935] [SQL] Implement code generation for all castsYijie Shen2015-07-222-51/+508
* [SPARK-7254] [MLLIB] Run PowerIterationClustering directly on graphLiang-Chi Hsieh2015-07-222-0/+94
* [SPARK-9268] [ML] Removed varargs annotation from Params.setDefault taking mu...Joseph K. Bradley2015-07-222-4/+4
* [SPARK-8364] [SPARKR] Add crosstab to SparkR DataFramesXiangrui Meng2015-07-224-0/+46
* [SPARK-9144] Remove DAGScheduler.runLocallyWithinThread and spark.localExecut...Josh Rosen2015-07-2219-229/+108
* [SPARK-9262][build] Treat Scala compiler warnings as errorsReynold Xin2015-07-2212-18/+55
* [SPARK-8484] [ML] Added TrainValidationSplit for hyper-parameter tuning.martinzapletal2015-07-224-32/+368
* [SPARK-9223] [PYSPARK] [MLLIB] Support model save/load in LDAMechCoder2015-07-221-1/+42
* [SPARK-9180] fix spark-shell to accept --name optionKenichi Maehashi2015-07-224-5/+5
* [SPARK-8975] [STREAMING] Adds a mechanism to send a new rate from the driver ...Iulian Dragos2015-07-228-8/+153