aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8748][SQL] Move castability test out from Cast case class into Cast ob...Reynold Xin2015-06-301-66/+78
* [SPARK-6602][Core]Remove unnecessary synchronizedzsxwing2015-06-301-5/+2
* [SPARK-8535] [PYSPARK] PySpark : Can't create DataFrame from Pandas dataframe...x1-2015-06-301-1/+3
* [SPARK-8471] [ML] Rename DiscreteCosineTransformer to DCTFeynman Liang2015-06-303-8/+8
* [SPARK-6602][Core] Update Master, Worker, Client, AppClient and related class...zsxwing2015-06-3027-633/+806
* [SPARK-8727] [SQL] Missing python api; md5, log2Tarek Auel2015-06-301-13/+52
* [SPARK-8741] [SQL] Remove e and pi from DataFrame functions.Reynold Xin2015-06-302-26/+0
* [SPARK-7739] [MLLIB] Improve ChiSqSelector example code in user guidesethah2015-06-301-6/+8
* [SPARK-8738] [SQL] [PYSPARK] capture SQL AnalysisException in Python APIDavies Liu2015-06-304-1/+65
* [SPARK-8739] [WEB UI] [WINDOWS] A illegal character `\r` can be contained in ...Kousuke Saruta2015-06-301-1/+1
* [SPARK-8563] [MLLIB] Fixed a bug so that IndexedRowMatrix.computeSVD().U.numC...lee192015-06-302-1/+12
* [SPARK-8705] [WEBUI] Don't display rects when totalExecutionTime is 0zsxwing2015-06-301-22/+30
* [SPARK-8736] [ML] GBTRegressor should not threshold predictionJoseph K. Bradley2015-06-302-3/+23
* [SPARK-8372] Do not show applications that haven't recorded their app ID yet.Marcelo Vanzin2015-06-302-60/+147
* [SPARK-2645] [CORE] Allow SparkEnv.stop() to be called multiple times without...Joshi2015-06-302-32/+47
* [SPARK-8560] [UI] The Executors page will have negative if having resubmitted...xutingjun2015-06-301-3/+10
* [SPARK-7514] [MLLIB] Add MinMaxScaler to feature transformationYuhao Yang2015-06-302-0/+238
* [SPARK-8471] [ML] Discrete Cosine Transform Feature TransformerFeynman Liang2015-06-303-0/+223
* [SPARK-8628] [SQL] Race condition in AbstractSparkSQLParser.parseVinod K C2015-06-302-3/+5
* [SPARK-8664] [ML] Add PCA transformerYanbo Liang2015-06-303-1/+195
* [SPARK-6785] [SQL] fix DateTimeUtils for dates before 1970Christian Kadner2015-06-307-22/+75
* [SPARK-8619] [STREAMING] Don't recover keytab and principal configuration wit...huangzhaowei2015-06-301-2/+14
* [SPARK-8630] [STREAMING] Prevent from checkpointing QueueInputDStreamzsxwing2015-06-305-8/+56
* [SPARK-7988] [STREAMING] Round-robin scheduling of receivers by defaultnishkamravi22015-06-302-13/+141
* [SPARK-8615] [DOCUMENTATION] Fixed Sample deprecated codeTijo Thomas2015-06-301-5/+5
* [SPARK-8713] Make codegen thread safeDavies Liu2015-06-3012-54/+24
* [SPARK-8679] [PYSPARK] [MLLIB] Default values in Pipeline API should be immut...MechCoder2015-06-302-7/+21
* [SPARK-4127] [MLLIB] [PYSPARK] Python bindings for StreamingLinearRegressionW...MechCoder2015-06-304-47/+269
* [SPARK-8437] [DOCS] Corrected: Using directory path without wildcard for file...Sean Owen2015-06-301-3/+5
* [SPARK-8592] [CORE] CoarseGrainedExecutorBackend: Cannot register with driver...xuchenCN2015-06-301-1/+4
* [SPARK-8236] [SQL] misc functions: crc32Shilei2015-06-305-0/+76
* [SPARK-8680] [SQL] Slightly improve PropagateTypesLiang-Chi Hsieh2015-06-301-14/+16
* [SPARK-8723] [SQL] improve divide and remainder code genWenchen Fan2015-06-301-18/+36
* [SPARK-8590] [SQL] add code gen for ExtractValueWenchen Fan2015-06-3011-101/+199
* [SPARK-7756] [CORE] More robust SSL options processing.Tim Ellison2015-06-304-23/+85
* [SPARK-8551] [ML] Elastic net python code exampleShuo Xiang2015-06-291-0/+67
* [SPARK-8434][SQL]Add a "pretty" parameter to the "show" method to display lon...zsxwing2015-06-294-11/+76
* [SPARK-5161] [HOTFIX] Fix bug in Python test failure reportingJosh Rosen2015-06-291-12/+23
* [SPARK-8650] [SQL] Use the user-specified app name priority in SparkSQLCLIDri...Yadong Qi2015-06-291-1/+6
* [SPARK-8721][SQL] Rename ExpectsInputTypes => AutoCastInputTypes.Reynold Xin2015-06-296-79/+71
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2015-06-290-0/+0
* [SPARK-5161] Parallelize Python test executionJosh Rosen2015-06-295-25/+101
* [SPARK-7667] [MLLIB] MLlib Python API consistency checkYanbo Liang2015-06-291-5/+10
* [SPARK-8669] [SQL] Fix crash with BINARY (ENUM) fields with Parquet 1.7Steven She2015-06-292-1/+9
* [SPARK-8715] ArrayOutOfBoundsException fixed for DataFrameStatSuite.crosstabBurak Yavuz2015-06-291-1/+1
* [SPARK-8456] [ML] Ngram featurizer pythonFeynman Liang2015-06-292-1/+81
* Revert "[SPARK-8437] [DOCS] Using directory path without wildcard for filenam...Andrew Or2015-06-291-6/+2
* [SPARK-8019] [SPARKR] Support SparkR spawning worker R processes with a comma...Michael Sannella x2682015-06-291-1/+1
* [SPARK-8410] [SPARK-8475] remove previous ivy resolution when using spark-submitBurak Yavuz2015-06-292-17/+26
* [SPARK-8437] [DOCS] Using directory path without wildcard for filename slow f...Sean Owen2015-06-291-2/+6