aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8900] [SPARKR] Fix sparkPackages in init documentationShivaram Venkataraman2015-07-081-1/+1
* [SPARK-8657] [YARN] Fail to upload resource to viewfsTao Li2015-07-081-1/+2
* [SPARK-8888][SQL] Use java.util.HashMap in DynamicPartitionWriterContainer.Reynold Xin2015-07-081-13/+23
* [SPARK-8753][SQL] Create an IntervalType data typeWenchen Fan2015-07-087-20/+185
* [SPARK-5707] [SQL] fix serialization of generated projectionDavies Liu2015-07-083-4/+3
* [SPARK-6912] [SQL] Throw an AnalysisException when unsupported Java Map<K,V> ...Takeshi YAMAMURO2015-07-084-0/+108
* [SPARK-8785] [SQL] Improve Parquet schema mergingLiang-Chi Hsieh2015-07-081-34/+48
* [SPARK-8894] [SPARKR] [DOC] Example code errors in SparkR documentation.Sun Rui2015-07-082-2/+2
* [SPARK-8872] [MLLIB] added verification results from R for FPGrowthSuiteKashif Rasul2015-07-081-0/+114
* [SPARK-7050] [BUILD] Fix Python Kafka test assembly jar not found issue under...jerryshao2015-07-081-0/+1
* [SPARK-8883][SQL]Remove the OverrideFunctionRegistryCheng Hao2015-07-084-17/+3
* [SPARK-8886][Documentation]python Style updateTijo Thomas2015-07-071-1/+1
* [SPARK-8879][SQL] Remove EmptyRow class.Reynold Xin2015-07-073-20/+9
* [SPARK-8878][SQL] Improve unit test coverage for bitwise expressions.Reynold Xin2015-07-071-47/+61
* [SPARK-8868] SqlSerializer2 can go into infinite loop when row consists only ...Yin Huai2015-07-072-6/+39
* [SPARK-7190] [SPARK-8804] [SPARK-7815] [SQL] unsafe UTF8StringDavies Liu2015-07-078-112/+210
* [SPARK-8876][SQL] Remove InternalRow type alias in expressions package.Reynold Xin2015-07-0785-48/+114
* [SPARK-8794] [SQL] Make PrunedScan work for SampleLiang-Chi Hsieh2015-07-072-0/+34
* [SPARK-8845] [ML] ML use of Breeze optimization: use adjustedValue instead o...DB Tsai2015-07-072-60/+80
* [SPARK-8704] [ML] [PySpark] Add missing methods in StandardScalerMechCoder2015-07-072-0/+24
* [SPARK-8559] [MLLIB] Support Association Rule GenerationFeynman Liang2015-07-075-4/+258
* [SPARK-8821] [EC2] Switched to binary mode for file readingSimon Hafner2015-07-071-1/+1
* [SPARK-8823] [MLLIB] [PYSPARK] Optimizations for SparseVector dot productsMechCoder2015-07-071-12/+8
* [SPARK-8711] [ML] Add additional methods to PySpark ML tree modelsMechCoder2015-07-073-7/+64
* [SPARK-8570] [MLLIB] [DOCS] Improve MLlib Local Matrix Documentation.Mike Dusenberry2015-07-071-7/+37
* [SPARK-8788] [ML] Add Java unit test for PCA transformerYanbo Liang2015-07-071-0/+114
* [SPARK-6731] [CORE] Addendum: Upgrade Apache commons-math3 to 3.4.1Sean Owen2015-07-071-3/+0
* [HOTFIX] Rename release-profile to releasePatrick Wendell2015-07-062-3/+3
* [SPARK-8759][SQL] add default eval to binary and unary expression according t...Wenchen Fan2015-07-0611-543/+292
* [SPARK-5562] [MLLIB] LDA should handle empty document.Alok Singh2015-07-063-5/+23
* [SPARK-6747] [SQL] Throw an AnalysisException when unsupported Java list type...Takeshi YAMAMURO2015-07-064-2/+98
* Revert "[SPARK-8781] Fix variables in published pom.xml are not resolved"Andrew Or2015-07-062-12/+15
* [SPARK-8819] Fix build for maven 3.3.xAndrew Or2015-07-062-2/+26
* [SPARK-8463][SQL] Use DriverRegistry to load jdbc driver at writing pathLiang-Chi Hsieh2015-07-061-5/+6
* [SPARK-8072] [SQL] Better AnalysisException for writing DataFrame with identi...animesh2015-07-063-1/+73
* [SPARK-8588] [SQL] Regression testYin Huai2015-07-062-0/+37
* [SPARK-8765] [MLLIB] Fix PySpark PowerIterationClustering test issueYanbo Liang2015-07-061-2/+14
* Revert "[SPARK-7212] [MLLIB] Add sequence learning flag"Xiangrui Meng2015-07-063-82/+12
* [SPARK-6707] [CORE] [MESOS] Mesos Scheduler should allow the user to specify ...Ankur Chauhan2015-07-069-128/+376
* [SPARK-8656] [WEBUI] Fix the webUI and JSON API number is not syncedWisely Chen2015-07-062-4/+7
* [MINOR] [SQL] remove unused code in ExchangeDaoyuan Wang2015-07-061-14/+0
* [SPARK-4485] [SQL] 1) Add broadcast hash outer join, (2) Fix SparkPlanTestkai2015-07-067-99/+441
* [SPARK-8784] [SQL] Add Python API for hex and unhexDavies Liu2015-07-065-47/+93
* Small update in the readme fileDirceu Semighini Filho2015-07-061-1/+1
* [SPARK-8837][SPARK-7114][SQL] support using keyword in column nameWenchen Fan2015-07-062-10/+27
* [SPARK-8124] [SPARKR] Created more examples on SparkR DataFramesDaniel Emaasit (PhD Student)2015-07-061-0/+107
* [SPARK-8841] [SQL] Fix partition pruning percentage log messageSteve Lindemann2015-07-061-1/+1
* [SPARK-8831][SQL] Support AbstractDataType in TypeCollection.Reynold Xin2015-07-053-6/+12
* [SQL][Minor] Update the DataFrame API for encode/decodeCheng Hao2015-07-053-18/+25
* [SPARK-8549] [SPARKR] Fix the line length of SparkRYu ISHIKAWA2015-07-057-31/+51