aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-16445][MLLIB][SPARKR] Fix @return description for sparkR mlp summary()...Xin Ren2016-09-102-3/+5
* [SPARK-17396][CORE] Share the task support between UnionRDD instances.Ryan Blue2016-09-101-5/+7
* [SPARK-15509][FOLLOW-UP][ML][SPARKR] R MLlib algorithms should support input ...Yanbo Liang2016-09-108-42/+14
* [SPARK-11496][GRAPHX] Parallel implementation of personalized pagerankYves Raimond2016-09-104-1/+121
* [SPARK-15453][SQL] FileSourceScanExec to extract `outputOrdering` informationTejas Patil2016-09-102-19/+123
* [SPARK-17354] [SQL] Partitioning by dates/timestamps should work with Parquet...hyukjinkwon2016-09-094-3/+78
* [SPARK-17433] YarnShuffleService doesn't handle moving credentials levelDbThomas Graves2016-09-092-18/+50
* Streaming doc correction.Satendra Kumar2016-09-091-1/+1
* [SPARK-17464][SPARKR][ML] SparkR spark.als argument reg should be 0.1 by defa...Yanbo Liang2016-09-091-1/+1
* [SPARK-17456][CORE] Utility for parsing Spark versionsJoseph K. Bradley2016-09-092-0/+128
* [SPARK-15487][WEB UI] Spark Master UI to reverse proxy Application and Worker...Gurvinder Singh2016-09-0816-11/+287
* [SPARK-17405] RowBasedKeyValueBatch should use default page size to prevent OOMsEric Liang2016-09-081-8/+7
* [SPARK-17200][PROJECT INFRA][BUILD][SPARKR] Automate building and testing on ...hyukjinkwon2016-09-083-0/+350
* [SPARK-17442][SPARKR] Additional arguments in write.df are not passed to data...Felix Cheung2016-09-082-1/+12
* [SPARK-17432][SQL] PreprocessDDL should respect case sensitivity when checkin...Wenchen Fan2016-09-082-1/+13
* [SPARK-17052][SQL] Remove Duplicate Test Cases auto_join from HiveCompatibili...gatorsmile2016-09-071-24/+26
* [SPARK-17370] Shuffle service files not invalidated when a slave is lostEric Liang2016-09-0712-31/+92
* [MINOR][SQL] Fixing the typo in unit testSrinivasa Reddy Vundela2016-09-071-2/+2
* [SPARK-17427][SQL] function SIZE should return -1 when parameter is nullDaoyuan Wang2016-09-073-14/+28
* [SPARK-17339][SPARKR][CORE] Fix some R tests and use Path.toUri in SparkConte...hyukjinkwon2016-09-072-6/+12
* [SPARK-17359][SQL][MLLIB] Use ArrayBuffer.+=(A) instead of ArrayBuffer.append...Liwei Lin2016-09-0725-61/+60
* [SPARK-16785] R dapply doesn't return array or raw columnsClark Fitzgerald2016-09-065-1/+72
* [SPARK-17372][SQL][STREAMING] Avoid serialization issues by using Arrays to s...Tathagata Das2016-09-066-18/+65
* [SPARK-17238][SQL] simplify the logic for converting data source table into h...Wenchen Fan2016-09-071-14/+18
* [SPARK-17408][TEST] Flaky test: org.apache.spark.sql.hive.StatisticsSuitegatorsmile2016-09-071-61/+80
* [SPARK-17371] Resubmitted shuffle outputs can get deleted by zombie map tasksEric Liang2016-09-063-5/+0
* [SPARK-17316][CORE] Fix the 'ask' type parameter in 'removeExecutor'Shixiong Zhu2016-09-061-1/+1
* [SPARK-15891][YARN] Clean up some logging in the YARN AM.Marcelo Vanzin2016-09-064-63/+82
* [SPARK-17296][SQL] Simplify parser join processing.Herman van Hovell2016-09-074-58/+102
* [SPARK-17110] Fix StreamCorruptionException in BlockManager.getRemoteValues()Josh Rosen2016-09-066-16/+22
* [MINOR] Remove unnecessary check in MLSerDeZheng RuiFeng2016-09-061-5/+4
* [SPARK-17299] TRIM/LTRIM/RTRIM should not strips characters other than spacesSandeep Singh2016-09-063-8/+18
* [SPARK-17378][BUILD] Upgrade snappy-java to 1.1.2.6Adam Roberts2016-09-066-6/+6
* [SPARK-16922] [SPARK-17211] [SQL] make the address of values portable in Long...Davies Liu2016-09-062-8/+75
* [SPARK-17374][SQL] Better error messages when parsing JSON using DataFrameReaderSean Zhong2016-09-062-2/+66
* [MINOR][ML] Correct weights doc of MultilayerPerceptronClassificationModel.Yanbo Liang2016-09-062-2/+2
* [SPARK-17356][SQL] Fix out of memory issue when generating JSON for TreeNodeSean Zhong2016-09-062-2/+12
* [SPARK-17361][SQL] file-based external table without path should not be createdWenchen Fan2016-09-069-44/+48
* [SPARK-17358][SQL] Cached table(parquet/orc) should be shard between beelinesYadong Qi2016-09-064-9/+7
* [SPARK-17369][SQL] MetastoreRelation toJSON throws AssertException due to mis...Sean Zhong2016-09-062-1/+40
* [SPARK-17279][SQL] better error message for exceptions during ScalaUDF executionWenchen Fan2016-09-063-22/+86
* [SPARK-17072][SQL] support table-level statistics generation and storing into...wangzhenhua2016-09-0516-108/+363
* [SPARK-17394][SQL] should not allow specify database in table/view name after...Wenchen Fan2016-09-056-72/+32
* [SPARK-17393][SQL] Error Handling when CTAS Against the Same Data Source Tabl...gatorsmile2016-09-052-26/+71
* [MINOR][ML][MLLIB] Remove work around for breeze sparse matrix.Yanbo Liang2016-09-042-18/+2
* [SPARK-17311][MLLIB] Standardize Python-Java MLlib API to accept optional lon...Sean Owen2016-09-042-11/+13
* [SPARK-17308] Improved the spark core code by replacing all pattern match on ...Shivansh2016-09-047-43/+44
* [SPARK-17324][SQL] Remove Direct Usage of HiveClient in InsertIntoHiveTablegatorsmile2016-09-0410-68/+168
* [SPARK-16829][SPARKR] sparkR sc.setLogLevel doesn't workwm624@hotmail.com2016-09-031-1/+2
* [SPARK-17315][SPARKR] Kolmogorov-Smirnov test SparkR wrapperJunyang Qian2016-09-035-2/+205