aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SPARK-3874: Provide stable TaskContext APIPrashant Sharma2014-10-1616-223/+186
* [SQL] Fixes the race condition that may cause test failureCheng Lian2014-10-161-6/+0
* [SPARK-3971] [MLLib] [PySpark] hotfix: Customized pickler should work in clus...Davies Liu2014-10-1614-34/+101
* [SPARK-3944][Core] Code re-factored as suggestedShiti2014-10-161-8/+8
* [Core] Upgrading ScalaStyle version to 0.5 and removing SparkSpaceAfterCommen...prudhvi2014-10-163-60/+2
* [SPARK-2098] All Spark processes should support spark-defaults.conf, config fileGuoQiang Li2014-10-148-50/+124
* SPARK-1307 [DOCS] Don't use term 'standalone' to refer to a Spark ApplicationSean Owen2014-10-145-36/+37
* [SPARK-3943] Some scripts bin\*.cmd pollutes environment variables in WindowsMasayoshi TSUZUKI2014-10-146-289/+342
* [SPARK-3869] ./bin/spark-class miss Java version with _JAVA_OPTIONS setcocoatomo2014-10-141-1/+1
* SPARK-3803 [MLLIB] ArrayIndexOutOfBoundsException found in executing computeP...Sean Owen2014-10-141-7/+15
* [SPARK-3944][Core] Using Option[String] where value of String can be nullshitis2014-10-141-12/+14
* [SPARK-3946] gitignore in /python includes wrong directoryMasayoshi TSUZUKI2014-10-141-1/+1
* SPARK-3178 setting SPARK_WORKER_MEMORY to a value without a label (m or g) s...Bill Bejeck2014-10-142-2/+93
* [SPARK-3921] Fix CoarseGrainedExecutorBackend's arguments for Standalone modeAaron Davidson2014-10-135-12/+15
* [SPARK-3912][Streaming] Fixed flakyFlumeStreamSuiteTathagata Das2014-10-131-64/+102
* [SPARK-3809][SQL] Fixes test suites in hive-thriftserverCheng Lian2014-10-132-39/+60
* [SQL]Small bug in unresolved.scalaLiquan Pei2014-10-131-1/+1
* SPARK-3807: SparkSql does not work for tables created using custom serdechirag2014-10-133-2/+9
* [SQL] Add type checking debugging functionsMichael Armbrust2014-10-138-20/+163
* [SPARK-3559][SQL] Remove unnecessary columns from List of needed Column Ids i...Venkata Ramana Gollamudi2014-10-132-4/+12
* [SPARK-3771][SQL] AppendingParquetOutputFormat should use reflection to preve...Takuya UESHIN2014-10-131-1/+9
* [SPARK-3529] [SQL] Delete the temp files after test exitCheng Hao2014-10-131-2/+5
* [SPARK-2066][SQL] Adds checks for non-aggregate attributes with aggregationCheng Lian2014-10-132-5/+57
* [SPARK-3407][SQL]Add Date type supportDaoyuan Wang2014-10-13150-42/+872
* [SPARK-3892][SQL] remove redundant type nameDaoyuan Wang2014-10-131-5/+0
* [Spark] RDD take() method: overestimate too muchyingjieMiao2014-10-133-9/+16
* [SPARK-3861][SQL] Avoid rebuilding hash tables for broadcast joins on each pa...Reynold Xin2014-10-135-32/+187
* Bug Fix: without unpersist method in RandomForest.scalaomgteam2014-10-131-0/+2
* [SPARK-3899][Doc]fix wrong links in streaming docw002289702014-10-121-1/+1
* Add echo "Run streaming tests ..."Ken Takagiwa2014-10-121-0/+1
* [SPARK-3905][Web UI]The keys for sorting the columns of Executor page ,Stage ...GuoQiang Li2014-10-123-12/+12
* [SPARK-3121] Wrong implementation of implicit bytesWritableConverterJakub Dubovský2014-10-122-1/+45
* [HOTFIX] Fix compilation error for Yarn 2.0.*-alphaAndrew Or2014-10-121-1/+1
* SPARK-3716 [GraphX] Update Analytics.scala for partitionStrategy assignmentNamelessAnalyst2014-10-121-15/+4
* [SPARK-3887] Send stracktrace in ConnectionManager error repliesJosh Rosen2014-10-124-13/+28
* [SPARK-2377] Python API for Streaminggiwa2014-10-1217-13/+2133
* [SPARK-3909][PySpark][Doc] A corrupted format in Sphinx documents and buildin...cocoatomo2014-10-114-7/+9
* [SPARK-3867][PySpark] ./python/run-tests failed when it run with Python 2.6 a...cocoatomo2014-10-112-2/+10
* [SPARK-2924] Required by scala 2.11, only one fun/ctor amongst overriden alte...Prashant Sharma2014-10-102-6/+21
* HOTFIX: Fix build issue with Akka 2.3.4 upgrade.Patrick Wendell2014-10-101-1/+13
* [SPARK-3886] [PySpark] use AutoBatchedSerializer by defaultDavies Liu2014-10-102-6/+9
* [SPARK-3889] Attempt to avoid SIGBUS by not mmapping files in ConnectionManagerAaron Davidson2014-10-101-1/+15
* [SPARK-2805] Upgrade Akka to 2.3.4Anand Avati2014-10-106-78/+7
* [SPARK-3834][SQL] Backticks not correctly handled in subquery aliasesravipesala2014-10-092-2/+8
* [SPARK-3824][SQL] Sets in-memory table default storage level to MEMORY_AND_DISKCheng Lian2014-10-093-12/+17
* [SPARK-3654][SQL] Unifies SQL and HiveQL parsersCheng Lian2014-10-0912-401/+414
* SPARK-3811 [CORE] More robust / standard Utils.deleteRecursively, Utils.creat...Sean Owen2014-10-0920-92/+102
* [SPARK-3798][SQL] Store the output of a generator in a valMichael Armbrust2014-10-091-2/+3
* [SPARK-3772] Allow `ipython` to be used by Pyspark workers; IPython support i...Josh Rosen2014-10-094-20/+51
* [SPARK-3813][SQL] Support "case when" conditional functions in Spark SQL.ravipesala2014-10-092-2/+27