aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6308] [MLlib] [Sql] Override TypeName in VectorUDT and MatrixUDTMechCoder2015-03-234-0/+8
* [SPARK-6397][SQL] Check the missingInput simplyYadong Qi2015-03-232-5/+5
* Revert "[SPARK-6397][SQL] Check the missingInput simply"Cheng Lian2015-03-232-4/+3
* [SPARK-6397][SQL] Check the missingInput simplyq002515982015-03-232-3/+4
* [SPARK-4985] [SQL] parquet support for date typeDaoyuan Wang2015-03-235-1/+35
* [SPARK-6337][Documentation, SQL]Spark 1.3 doc fixesvinodkc2015-03-223-4/+7
* [HOTFIX] Build break due to https://github.com/apache/spark/pull/5128Reynold Xin2015-03-221-2/+2
* [SPARK-6122][Core] Upgrade Tachyon client version to 0.6.1.Calvin Jia2015-03-224-17/+18
* SPARK-6454 [DOCS] Fix links to pyspark apiKamil Smuga2015-03-225-19/+19
* [SPARK-6453][Mesos] Some Mesos*Suite have a different package with their classesJongyoul Lee2015-03-222-10/+7
* [SPARK-6455] [docs] Correct some mistakes and typosHangchen Yu2015-03-223-6/+6
* [SPARK-6448] Make history server log parse exceptionsRyan Williams2015-03-221-1/+2
* [SPARK-6408] [SQL] Fix JDBCRDD filtering string literalsypcat2015-03-222-7/+24
* [SPARK-6428][SQL] Added explicit type for all public methods for Hive moduleReynold Xin2015-03-2116-62/+79
* [SPARK-6250][SPARK-6146][SPARK-5911][SQL] Types are now reserved words in DDL...Yin Huai2015-03-216-120/+241
* [SPARK-5680][SQL] Sum function on all null values, should return zeroVenkata Ramana Gollamudi2015-03-214-3/+67
* [SPARK-5320][SQL]Add statistics method at NoRelation (override super).x1-2015-03-211-0/+9
* [SPARK-5821] [SQL] JSON CTAS command should throw error message when delete p...Yanbo Liang2015-03-212-8/+53
* [SPARK-6315] [SQL] Also tries the case class string parser while reading Parq...Cheng Lian2015-03-212-5/+60
* [SPARK-5821] [SQL] ParquetRelation2 CTAS should check if delete is successfulYanbo Liang2015-03-211-5/+14
* [SPARK-6025] [MLlib] Add helper method evaluateEachIteration to extract learn...MechCoder2015-03-207-46/+96
* [SPARK-6428][SQL] Added explicit type for all public methods in sql/coreReynold Xin2015-03-2053-330/+438
* [SPARK-6421][MLLIB] _regression_train_wrapper does not test initialWeights co...lewuathe2015-03-202-1/+9
* [SPARK-6309] [SQL] [MLlib] Implement MatrixUDTMechCoder2015-03-202-0/+103
* [SPARK-6423][Mesos] MemoryUtils should use memoryOverhead if it's setJongyoul Lee2015-03-203-12/+53
* [SPARK-5955][MLLIB] add checkpointInterval to ALSXiangrui Meng2015-03-204-5/+82
* [Spark 6096][MLlib] Add Naive Bayes load save methods in PythonXusen Yin2015-03-202-1/+41
* [MLlib] SPARK-5954: Top by keyShuo Xiang2015-03-202-0/+96
* [SPARK-6095] [MLLIB] Support model save/load in Python's linear modelsYanbo Liang2015-03-203-3/+145
* [SPARK-6371] [build] Update version to 1.4.0-SNAPSHOT.Marcelo Vanzin2015-03-2033-33/+47
* [SPARK-6426][Doc]User could also point the yarn cluster config directory via ...WangTaoTheTonic2015-03-201-2/+2
* [SPARK-6370][core] Documentation: Improve all 3 docs for RDD.samplembonaci2015-03-203-0/+23
* [SPARK-6428][MLlib] Added explicit type for public methods and implemented ha...Reynold Xin2015-03-2023-61/+101
* SPARK-6338 [CORE] Use standard temp dir mechanisms in tests to avoid orphane...Sean Owen2015-03-2033-153/+116
* SPARK-5134 [BUILD] Bump default Hadoop version to 2+Sean Owen2015-03-201-1/+1
* [SPARK-6286][Mesos][minor] Handle missing Mesos case TASK_ERRORJongyoul Lee2015-03-203-2/+5
* Tighten up field/method visibility in Executor and made some code more clear ...Reynold Xin2015-03-195-106/+120
* [SPARK-6219] [Build] Check that Python code compilesNicholas Chammas2015-03-192-19/+29
* [Core][minor] remove unused `visitedStages` in `DAGScheduler.stageDependsOn`Wenchen Fan2015-03-191-2/+0
* [SPARK-5313][Project Infra]: Create simple framework for highlighting changes...Brennon York2015-03-193-44/+135
* [SPARK-6291] [MLLIB] GLM toString & toDebugStringYanbo Liang2015-03-193-1/+14
* [SPARK-5843] [API] Allowing map-side combine to be specified in Java.mcheah2015-03-192-12/+87
* [SPARK-6402][DOC] - Remove some refererences to shark in docs and ec2Pierre Borckmans2015-03-193-6/+3
* [SPARK-4012] stop SparkContext when the exception is thrown from an infinite ...CodingCat2015-03-189-16/+51
* [SPARK-6222][Streaming] Dont delete checkpoint data when doing pre-batch-star...Tathagata Das2015-03-193-12/+153
* [SPARK-6394][Core] cleanup BlockManager companion object and improve the getC...Wenchen Fan2015-03-183-23/+22
* SPARK-6085 Part. 2 Increase default value for memory overheadJongyoul Lee2015-03-181-3/+3
* [SPARK-6374] [MLlib] add get for GeneralizedLinearAlgoYuhao Yang2015-03-181-0/+10
* [SPARK-6325] [core,yarn] Do not change target executor count when killing exe...Marcelo Vanzin2015-03-184-6/+37
* [SPARK-6286][minor] Handle missing Mesos case TASK_ERROR.Iulian Dragos2015-03-183-19/+4