aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-8393][STREAMING] JavaStreamingContext#awaitTermination() throws non-de...Sean Owen2016-04-2111-14/+16
* [SPARK-14753][CORE] remove internal flag in AccumulableWenchen Fan2016-04-2114-122/+98
* [SPARK-14794][SQL] Don't pass analyze command into HiveReynold Xin2016-04-212-6/+8
* [HOTFIX] Disable flaky testsReynold Xin2016-04-211-2/+2
* [SPARK-14792][SQL] Move as many parsing rules as possible into SQL parserReynold Xin2016-04-2114-489/+568
* [SPARK-14786] Remove hive-cli dependency from hive subprojectJosh Rosen2016-04-203-7/+33
* [SPARK-14782][SPARK-14778][SQL] Remove HiveConf dependency from HiveSqlAstBui...Reynold Xin2016-04-204-40/+27
* [HOTFIX] Ignore all Docker integration testsJosh Rosen2016-04-203-0/+9
* [SPARK-14775][SQL] Remove TestHiveSparkSession.rewritePathsReynold Xin2016-04-204-22/+17
* [SPARK-14602][YARN] Use SparkConf to propagate the list of cached files.Marcelo Vanzin2016-04-2011-175/+239
* [SPARK-14769][SQL] Create built-in functionality for variable substitutionReynold Xin2016-04-203-0/+215
* [SPARK-14770][SQL] Remove unused queries in hive module test resourcesReynold Xin2016-04-20690-5352/+0
* [SPARK-14749][SQL, TESTS] PlannerSuite failed when it run individuallySubhobrata Dey2016-04-201-1/+4
* [SPARK-13842] [PYSPARK] pyspark.sql.types.StructType accessor enhancementsSheamus K. Parkes2016-04-202-9/+58
* [SPARK-14678][SQL] Add a file sink log to support versioning and compactionShixiong Zhu2016-04-206-27/+616
* [MINOR][ML][PYSPARK] Fix omissive params which should use TypeConverterYanbo Liang2016-04-202-4/+5
* [SPARK-14720][SPARK-13643] Move Hive-specific methods into HiveSessionState a...Andrew Or2016-04-2043-547/+797
* [SPARK-14741][SQL] Fixed error in reading json file stream inside a partition...Tathagata Das2016-04-202-1/+26
* [SPARK-14478][ML][MLLIB][DOC] Doc that StandardScaler uses the corrected samp...Joseph K. Bradley2016-04-202-0/+10
* [MINOR][ML][PYSPARK] Fix omissive param setters which should use _set methodYanbo Liang2016-04-201-2/+2
* [SPARK-14725][CORE] Remove HttpServer classjerryshao2016-04-202-234/+0
* [SPARK-14742][DOCS] Redirect spark-ec2 doc to new locationSean Owen2016-04-201-0/+7
* [SPARK-14555] First cut of Python API for Structured StreamingBurak Yavuz2016-04-2019-48/+397
* [SPARK-8171][WEB UI] Javascript based infinite scrolling for the log pageAlex Bozarth2016-04-205-44/+175
* [SPARK-14635][ML] Documentation and Examples for TF-IDF only refer to HashingTFYuhao Yang2016-04-204-3/+18
* [SPARK-14687][CORE][SQL][MLLIB] Call path.getFileSystem(conf) instead of call...Liwei Lin2016-04-205-7/+9
* [SPARK-14679][UI] Fix UI DAG visualization OOM.Ryan Blue2016-04-202-0/+55
* [SPARK-9013][SQL] generate MutableProjection directly instead of return a fun...Wenchen Fan2016-04-2014-39/+35
* [SPARK-14639] [PYTHON] [R] Add `bround` function in Python/R.Dongjoon Hyun2016-04-195-4/+47
* [MINOR] [SQL] Re-enable `explode()` and `json_tuple()` testcases in Expressio...Dongjoon Hyun2016-04-191-4/+2
* [SPARK-14600] [SQL] Push predicates through ExpandWenchen Fan2016-04-195-14/+34
* [SPARK-14704][CORE] create accumulators in TaskMetricsWenchen Fan2016-04-1931-775/+271
* [SPARK-13419] [SQL] Update SubquerySuite to use checkAnswer for validationLuciano Resende2016-04-191-28/+38
* [SPARK-13905][SPARKR] Change signature of as.data.frame() to be consistent wi...Sun Rui2016-04-194-8/+10
* [SPARK-14705][YARN] support Multiple FileSystem for YARN STAGING DIRLianhui Wang2016-04-192-36/+25
* [SPARK-13929] Use Scala reflection for UDTsJoan2016-04-197-114/+157
* [SPARK-14407][SQL] Hides HadoopFsRelation related data source API into execut...Cheng Lian2016-04-1925-549/+566
* [SPARK-14717] [PYTHON] Scala, Python APIs for Dataset.unpersist differ in def...felixcheung2016-04-192-2/+4
* Revert "[SPARK-14719] WriteAheadLogBasedBlockHandler should ignore BlockManag...Josh Rosen2016-04-192-40/+31
* [SPARK-12224][SPARKR] R support for JDBC sourcefelixcheung2016-04-197-1/+146
* [SPARK-14733] Allow custom timing control in microbenchmarksEric Liang2016-04-191-8/+49
* [SPARK-4226] [SQL] Support IN/EXISTS SubqueriesHerman van Hovell2016-04-1912-42/+476
* [SPARK-14042][CORE] Add custom coalescer supportNezih Yigitbasi2016-04-195-54/+209
* [SPARK-14656][CORE] Fix Benchmark.getPorcessorName() always return "Unknown p...Kazuaki Ishizaki2016-04-191-2/+2
* [SPARK-14675][SQL] ClassFormatError when use Seq as Aggregator buffer typeWenchen Fan2016-04-193-4/+37
* [SPARK-14676] Wrap and re-throw Await.result exceptions in order to capture f...Josh Rosen2016-04-1928-116/+191
* [SPARK-12457] Fixed the Wrong Description and Missing Example in Collection F...gatorsmile2016-04-192-6/+7
* [SPARK-13904] Add exit code parameter to exitExecutor()tedyu2016-04-191-6/+6
* [SPARK-14491] [SQL] refactor object operator framework to make it easy to eli...Wenchen Fan2016-04-1911-217/+254
* [SPARK-13681][SPARK-14458][SPARK-14566][SQL] Add back once removed CommitFail...Cheng Lian2016-04-197-8/+403