aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-6483][SQL]Improve ScalaUdf called performance.zzcclp2015-03-251-355/+661
* [DOCUMENTATION]Fixed Missing Type Import in DocumentationBill Chambers2015-03-241-1/+2
* [SPARK-6515] update OpenHashSet implXiangrui Meng2015-03-241-13/+9
* [SPARK-6428][Streaming] Added explicit types for all public methods.Reynold Xin2015-03-2438-114/+127
* [SPARK-6512] add contains to OpenHashMapXiangrui Meng2015-03-244-0/+31
* [SPARK-6469] Improving documentation on YARN local directories usageChristophe Préaud2015-03-241-1/+1
* Revert "[SPARK-5771] Number of Cores in Completed Applications of Standalone ...Andrew Or2015-03-242-27/+7
* Revert "[SPARK-5771][UI][hotfix] Change Requested Cores into * if default cor...Andrew Or2015-03-241-1/+1
* [SPARK-3570] Include time to open files in shuffle write time.Kay Ousterhout2015-03-243-0/+12
* [SPARK-6088] Correct how tasks that get remote results are shown in UI.Kay Ousterhout2015-03-242-10/+23
* [SPARK-6428][SQL] Added explicit types for all public methods in catalystReynold Xin2015-03-2440-586/+626
* [SPARK-6209] Clean up connections in ExecutorClassLoader after failing to loa...Josh Rosen2015-03-243-20/+140
* [SPARK-6458][SQL] Better error messages for invalid data sourcesMichael Armbrust2015-03-241-3/+9
* [SPARK-6376][SQL] Avoid eliminating subqueries until optimizationMichael Armbrust2015-03-249-17/+34
* [SPARK-6375][SQL] Fix formatting of error messages.Michael Armbrust2015-03-247-5/+53
* [SPARK-6054][SQL] Fix transformations of TreeNodes that hold StructTypesMichael Armbrust2015-03-243-3/+25
* [SPARK-6437][SQL] Use completion iterator to close external sorterMichael Armbrust2015-03-241-2/+4
* [SPARK-6459][SQL] Warn when constructing trivially true equals predicateMichael Armbrust2015-03-241-2/+11
* [SPARK-6361][SQL] support adding a column with metadata in DFXiangrui Meng2015-03-243-10/+38
* [SPARK-6475][SQL] recognize array types when infer data types from JavaBeansXiangrui Meng2015-03-242-32/+89
* [ML][docs][minor] Define LabeledDocument/Document classes in CV examplePeter Rudenko2015-03-241-8/+43
* [SPARK-5559] [Streaming] [Test] Remove oppotunity we met flakiness when runni...Kousuke Saruta2015-03-243-3/+10
* [SPARK-6473] [core] Do not try to figure out Scala version if not needed...Marcelo Vanzin2015-03-241-4/+4
* Update the command to use IPython notebookCong Yue2015-03-241-1/+5
* [SPARK-6477][Build]: Run MIMA tests before the Spark test suiteBrennon York2015-03-243-14/+14
* [SPARK-6452] [SQL] Checks for missing attributes and unresolved operator for ...Cheng Lian2015-03-243-7/+33
* [SPARK-6428] Added explicit types for all public methods in core.Reynold Xin2015-03-23142-526/+597
* [SPARK-6124] Support jdbc connection properties in OPTIONS part of the queryVolodymyr Lyubinets2015-03-233-29/+59
* Revert "[SPARK-6122][Core] Upgrade Tachyon client version to 0.6.1."Patrick Wendell2015-03-234-18/+17
* [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