aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* [graphX] GraphOps: random pick vertex bugyingjieMiao2014-09-291-1/+1
* [SPARK-3007][SQL]Add Dynamic Partition support to Spark Sql hivebaishuo(白硕)2014-09-2914-299/+443
* Add more debug message for ManagedBufferReynold Xin2014-09-292-6/+51
* [SPARK-3032][Shuffle] Fix key comparison integer overflow introduced sorting ...jerryshao2014-09-292-1/+56
* [MLlib] [SPARK-2885] DIMSUM: All-pairs similarityReza Zadeh2014-09-295-6/+259
* [EC2] Sort long, manually-inputted dictionariesNicholas Chammas2014-09-291-31/+38
* [CORE] Bugfix: LogErr format in DAGScheduler.scalaZhang, Liye2014-09-291-1/+1
* [EC2] Cleanup Python parens and disk dictNicholas Chammas2014-09-281-30/+30
* [SPARK-1545] [mllib] Add Random ForestsJoseph K. Bradley2014-09-2814-511/+1410
* [SPARK-3543] TaskContext remaining cleanup work.Reynold Xin2014-09-285-13/+9
* SPARK-2761 refactor #maybeSpill into SpillableJim Lim2014-09-283-92/+133
* Revert "[SPARK-1021] Defer the data-driven computation of partition bounds in...Reynold Xin2014-09-283-66/+34
* [SPARK-3715][Docs]minor typoWangTaoTheTonic2014-09-281-3/+3
* SPARK-3699: SQL and Hive console tasks now clean up appropriatelyWilliam Benton2014-09-281-2/+4
* Minor fix for the previous commit.Reynold Xin2014-09-272-6/+5