aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-9500] add TernaryExpression to simplify ternary expressionsDavies Liu2015-07-314-326/+183
* [SPARK-9496][SQL]do not print the password in configWangTaoTheTonic2015-07-301-1/+5
* [SPARK-9152][SQL] Implement code generation for Like and RLikeLiang-Chi Hsieh2015-07-304-22/+180
* [SPARK-9214] [ML] [PySpark] support ml.NaiveBayes for PythonYanbo Liang2015-07-304-11/+125
* [SPARK-7690] [ML] Multiclass classification EvaluatorRam Sriharsha2015-07-303-0/+179
* [SPARK-8176] [SPARK-8197] [SQL] function to_date/ truncDaoyuan Wang2015-07-308-2/+245
* [SPARK-9472] [STREAMING] consistent hadoop configuration, streaming onlycody koeninger2015-07-304-6/+9
* [SPARK-9489] Remove unnecessary compatibility and requirements checks from Ex...Josh Rosen2015-07-302-94/+17
* [SPARK-9077] [MLLIB] Improve error message for decision trees when numExample...Sean Owen2015-07-301-2/+6
* [SPARK-6319][SQL] Throw AnalysisException when using BinaryType on Join and A...Liang-Chi Hsieh2015-07-303-1/+39
* [SPARK-9425] [SQL] support DecimalType in UnsafeRowDavies Liu2015-07-3023-125/+237
* [SPARK-9458][SPARK-9469][SQL] Code generate prefix computation in sorting & m...Reynold Xin2015-07-3010-161/+138
* [SPARK-7157][SQL] add sampleBy to DataFrameXiangrui Meng2015-07-304-2/+102
* [SPARK-9408] [PYSPARK] [MLLIB] Refactor linalg.py to /linalgXiangrui Meng2015-07-303-2/+2
* [STREAMING] [TEST] [HOTFIX] Fixed Kinesis test to not throw weird errors when...Tathagata Das2015-07-302-15/+16
* [SPARK-9199] [CORE] Update Tachyon dependency from 0.6.4 -> 0.7.0Calvin Jia2015-07-302-30/+6
* [SPARK-8742] [SPARKR] Improve SparkR error messages for DataFrame APIHossein2015-07-303-3/+16
* [SPARK-9463] [ML] Expose model coefficients with names in SparkR RFormulaEric Liang2015-07-309-17/+108
* [SPARK-6684] [MLLIB] [ML] Add checkpointing to GBTsJoseph K. Bradley2015-07-306-57/+114
* [SPARK-8671] [ML] Added isotonic regression to the pipeline API.martinzapletal2015-07-302-0/+292
* [SPARK-9479] [STREAMING] [TESTS] Fix ReceiverTrackerSuite failure for maven b...zsxwing2015-07-3012-103/+183
* [SPARK-9454] Change LDASuite tests to use vector comparisonsFeynman Liang2015-07-301-19/+14
* [SPARK-8186] [SPARK-8187] [SPARK-8194] [SPARK-8198] [SPARK-9133] [SPARK-9290]...Daoyuan Wang2015-07-3010-162/+791
* [SPARK-5567] [MLLIB] Add predict method to LocalLDAModelFeynman Liang2015-07-303-8/+102
* [SPARK-9460] Fix prefix generation for UTF8String.Reynold Xin2015-07-302-3/+41
* [SPARK-8174] [SPARK-8175] [SQL] function unix_timestamp, from_unixtimeDaoyuan Wang2015-07-305-4/+374
* [SPARK-9437] [CORE] avoid overflow in SizeEstimatorImran Rashid2015-07-301-3/+3
* [SPARK-8850] [SQL] Enable Unsafe mode by defaultJosh Rosen2015-07-307-24/+30
* [SPARK-9388] [YARN] Make executor info log messages easier to read.Marcelo Vanzin2015-07-302-4/+11
* [SPARK-8297] [YARN] Scheduler backend is not notified in case node fails in YARNMridul Muralidharan2015-07-306-15/+77
* [SPARK-9361] [SQL] Refactor new aggregation code to reduce the times of check...Liang-Chi Hsieh2015-07-305-164/+188
* [SPARK-9267] [CORE] Retire stringify(Partial)?Value from AccumulatorsFrançois Garillot2015-07-302-7/+2
* [SPARK-9390][SQL] create a wrapper for array typeWenchen Fan2015-07-3034-181/+430
* [SPARK-9248] [SPARKR] Closing curly-braces should always be on their own lineYuu ISHIKAWA2015-07-304-14/+19
* [MINOR] [MLLIB] fix doc for RegexTokenizerXiangrui Meng2015-07-301-1/+1
* [SPARK-9277] [MLLIB] SparseVector constructor must throw an error when declar...Sean Owen2015-07-302-0/+17
* [SPARK-9225] [MLLIB] LDASuite needs unit tests for empty documentsMeihua Wu2015-07-301-0/+40
* [SPARK-] [MLLIB] minor fix on tokenizer docYuhao Yang2015-07-301-1/+1
* [SPARK-8998] [MLLIB] Distribute PrefixSpan computation for large projected da...zhangjiajin2015-07-303-69/+161
* [SPARK-5561] [MLLIB] Generalized PeriodicCheckpointer for RDDs and GraphsJoseph K. Bradley2015-07-306-99/+452
* [SPARK-7368] [MLLIB] Add QR decomposition for RowMatrixYuhao Yang2015-07-303-1/+70
* [SPARK-8838] [SQL] Add config to enable/disable merging part-files when mergi...Liang-Chi Hsieh2015-07-303-1/+52
* Fix flaky HashedRelationSuiteReynold Xin2015-07-302-5/+8
* Revert "[SPARK-9458] Avoid object allocation in prefix generation."Reynold Xin2015-07-308-35/+67
* [SPARK-9335] [TESTS] Enable Kinesis tests only when files in extras/kinesis-a...zsxwing2015-07-302-2/+28
* [SPARK-8005][SQL] Input file nameJoseph Batchik2015-07-2910-16/+128
* [SPARK-9428] [SQL] Add test cases for null inputs for expression unit testsYijie Shen2015-07-2914-81/+167
* HOTFIX: disable HashedRelationSuite.Reynold Xin2015-07-291-3/+3
* [SPARK-9116] [SQL] [PYSPARK] support Python only UDT in __main__Davies Liu2015-07-299-93/+286
* Fix reference to self.names in StructTypeAlex Angelini2015-07-291-1/+1