aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2461] [PySpark] Add a toString method to GeneralizedLinearModelSandy Ryza2014-10-064-4/+9
* [SPARK-3765][Doc] Add test information to sbt build docsscwf2014-10-051-0/+15
* Rectify gereneric parameter names between SparkContext and AccumulablePa...Nathan Kronenfeld2014-10-051-6/+6
* SPARK-3794 [CORE] Building spark core fails due to inadvertent dependency on ...Sean Owen2014-10-052-11/+10
* [SPARK-3776][SQL] Wrong conversion to Catalyst for Option[Product]Renat Yusupov2014-10-052-4/+19
* [SPARK-3645][SQL] Makes table caching eager by default and adds syntax for la...Cheng Lian2014-10-0511-158/+265
* [SPARK-3792][SQL] Enable JavaHiveQLSuitescwf2014-10-051-18/+9
* [Minor] Trivial fix to make codes more readableLiang-Chi Hsieh2014-10-051-1/+1
* HOTFIX: Fix unicode error in merge script.Patrick Wendell2014-10-051-2/+1
* [SPARK-3007][SQL] Fixes dynamic partitioning support for lower Hadoop versionsCheng Lian2014-10-051-4/+22
* SPARK-1656: Fix potential resource leakszsxwing2014-10-053-15/+40
* [SPARK-3597][Mesos] Implement `killTask`.Brenden Matthews2014-10-051-0/+7
* [SPARK-1860] More conservative app directory cleanup.mcheah2014-10-034-27/+62
* [SPARK-3377] [SPARK-3610] Metrics can be accidentally aggregated / History se...Kousuke Saruta2014-10-0329-85/+331
* [SPARK-3763] The example of building with sbt should be "sbt assembly" instea...Kousuke Saruta2014-10-031-1/+1
* [SPARK-3606] [yarn] Correctly configure AmIpFilter for Yarn HA.Marcelo Vanzin2014-10-037-23/+53
* [SPARK-3774] typo comment in bin/utils.shMasayoshi TSUZUKI2014-10-031-1/+1
* [SPARK-3775] Not suitable error message in spark-shell.cmdMasayoshi TSUZUKI2014-10-034-4/+4
* [SPARK-3535][Mesos] Fix resource handling.Brenden Matthews2014-10-034-8/+79
* [SPARK-3212][SQL] Use logical plan matching instead of temporary tables for t...Michael Armbrust2014-10-0323-241/+567
* [SPARK-3007][SQL] Adds dynamic partitioning supportCheng Lian2014-10-0315-306/+450
* [SPARK-2778] [yarn] Add workaround for race in MiniYARNCluster.Marcelo Vanzin2014-10-031-4/+31
* [SPARK-2693][SQL] Supported for UDAF Hive Aggregates like PERCENTILEravipesala2014-10-032-4/+46
* [SPARK-3696]Do not override the user-difined conf_dirWangTaoTheTonic2014-10-031-1/+1
* SPARK-2058: Overriding SPARK_HOME/conf with SPARK_CONF_DIREugenCepoi2014-10-035-28/+71
* [SPARK-3366][MLLIB]Compute best splits distributively in decision treeqiping.lqp2014-10-035-267/+182
* [SPARK-3654][SQL] Implement all extended HiveQL statements/commands with a se...ravipesala2014-10-023-44/+154
* [SQL] Initilize session state before creating CommandProcessorMichael Armbrust2014-10-021-2/+3
* [DEPLOY] SPARK-3759: Return the exit code of the driver processEric Eijkelenboom2014-10-021-1/+2
* [SPARK-3755][Core] avoid trying privileged port when request a non-privileged...scwf2014-10-021-1/+6
* [SPARK-3632] ConnectionManager can run out of receive threads with authentica...Thomas Graves2014-10-023-79/+63
* [SPARK-3495] Block replication fails continuously when the replication target...Tathagata Das2014-10-028-49/+544
* [SPARK-3766][Doc]Snappy is also the default compress codec for broadcast vari...scwf2014-10-021-4/+5
* Modify default YARN memory_overhead-- from an additive constant to a multiplierNishkam Ravi2014-10-025-25/+35
* [SQL][Docs] Update the output of printSchema and fix a typo in SQL programmin...Yin Huai2014-10-021-7/+7
* [SPARK-3706][PySpark] Cannot run IPython REPL with IPYTHON set to "1" and PYS...cocoatomo2014-10-023-17/+18
* SPARK-1767: Prefer HDFS-cached replicas when scheduling data-local tasksColin Patrick Mccabe2014-10-028-17/+162
* [SPARK-3371][SQL] Renaming a function expression with group by gives errorravipesala2014-10-012-1/+6
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2014-10-010-0/+0
* [SPARK-3446] Expose underlying job ids in FutureAction.Marcelo Vanzin2014-10-012-2/+66
* SPARK-3638 | Forced a compatible version of http client in kinesis-asl profileaniketbhatnagar2014-10-013-0/+16
* [SPARK-3704][SQL] Fix ColumnValue type for Short values in thrift serverscwf2014-10-011-2/+2
* [SPARK-3729][SQL] Do all hive session state initialization in lazy valMichael Armbrust2014-10-012-5/+7
* Revert "[SPARK-3755][Core] Do not bind port 1 - 1024 to server in spark"Patrick Wendell2014-10-011-1/+1
* [SQL] Made Command.sideEffectResult protectedCheng Lian2014-10-016-19/+19
* [SPARK-3593][SQL] Add support for sorting BinaryTypeVenkata Ramana Gollamudi2014-10-013-1/+29
* [SPARK-3705][SQL] Add case for VoidObjectInspector to cover NullTypescwf2014-10-011-0/+2
* [SPARK-3708][SQL] Backticks aren't handled correctly is aliasesravipesala2014-10-012-1/+7
* [SPARK-3658][SQL] Start thrift server as a daemonWangTaoTheTonic2014-10-015-30/+43
* [SPARK-3746][SQL] Lock hive client when creating tablesMichael Armbrust2014-10-011-4/+6