aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* Python SQL Example Codejyotiska2014-10-011-0/+73
* Typo error in KafkaWordCount exampleGaspar Munoz2014-10-011-2/+2
* [SQL] Kill dangerous trailing space in query stringCheng Lian2014-10-012-1/+1
* [SPARK-3756] [Core]check exception is caused by an address-port collision pro...scwf2014-10-011-0/+3
* [SPARK-3755][Core] Do not bind port 1 - 1024 to server in sparkscwf2014-10-011-1/+1
* SPARK-2626 [DOCS] Stop SparkContext in all examplesSean Owen2014-10-0111-11/+34
* [SPARK-3749] [PySpark] fix bugs in broadcast large closure of RDDDavies Liu2014-10-014-19/+37
* [SPARK-3757] mvn clean doesn't delete some filesMasayoshi TSUZUKI2014-10-011-0/+11
* [SPARK-3748] Log thread name in unit test logsReynold Xin2014-10-0116-16/+16
* [SPARK-3751] [mllib] DecisionTree: example update + print optionsJoseph K. Bradley2014-10-014-42/+111
* [SPARK-3747] TaskResultGetter could incorrectly abort a stage if it cannot ge...Reynold Xin2014-10-011-2/+5
* [SPARK-3478] [PySpark] Profile the Python tasksDavies Liu2014-09-307-7/+127
* [SPARK-3701][MLLIB] update python linalg api and small fixesXiangrui Meng2014-09-302-33/+125
* Remove compiler warning from TaskContext change.Reynold Xin2014-09-301-4/+4
* SPARK-3744 [STREAMING] FlumeStreamSuite will fail during port contentionSean Owen2014-09-301-10/+15
* [Build] Post commit hash with timeout messagesNicholas Chammas2014-09-301-2/+4
* SPARK-3745 - fix check-license to properly download and check jarshane knapp2014-09-301-7/+8
* [SPARK-3356] [DOCS] Document when RDD elements' ordering within partitions is...Sean Owen2014-09-303-6/+25
* HOTFIX: Ignore flaky tests in YARNPatrick Wendell2014-09-301-2/+2
* Revert "[SPARK-3007][SQL]Add Dynamic Partition support to Spark Sql hive"Patrick Wendell2014-09-3014-443/+299
* [SPARK-3734] DriverRunner should not read SPARK_HOME from submitter's environ...Josh Rosen2014-09-291-4/+1
* [SPARK-3709] Executors don't always report broadcast block removal properly b...Reynold Xin2014-09-292-3/+3
* [SPARK-3613] Record only average block size in MapStatus for large stagesReynold Xin2014-09-299-98/+240
* Minor cleanup of code.Reynold Xin2014-09-293-47/+31
* Fixed the condition in StronglyConnectedComponents Issue: SPARK-3635oded2014-09-291-1/+1