aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-4249][GraphX]fix a problem of EdgePartitionBuilder in Graphxlianhuiwang2014-11-061-2/+2
* [SPARK-4158] Fix for missing resources.Brenden Matthews2014-11-052-4/+2
* SPARK-3223 runAsSparkUser cannot change HDFS write permission properly i...Jongyoul Lee2014-11-052-2/+2
* [branch-1.1][SPARK-4148][PySpark] fix seed distribution and add some tests fo...Xiangrui Meng2014-11-053-9/+20
* [SPARK-4115][GraphX] Add overrided count for edge counting of EdgeRDD.luluorta2014-11-011-1/+6
* [SPARK-4097] Fix the race condition of 'thread'zsxwing2014-10-291-1/+5
* [SPARK-4065] Add check for IPython on WindowsMichael Griffiths2014-10-281-1/+6
* [SPARK-4107] Fix incorrect handling of read() and skip() return values (branc...Josh Rosen2014-10-285-32/+22
* [SPARK-4110] Wrong comments about default settings in spark-daemon.shKousuke Saruta2014-10-281-2/+2
* [MLlib] SPARK-3987: add test case on objective value for NNLScoderxiang2014-10-272-1/+31
* Fix build breakage introduced by 6c10c2770c718287f9cc2af4109b701fa1057b70Josh Rosen2014-10-251-0/+1
* Revert "[SPARK-4056] Upgrade snappy-java to 1.1.1.5"Josh Rosen2014-10-251-1/+1
* [SPARK-4056] Upgrade snappy-java to 1.1.1.5Josh Rosen2014-10-241-1/+1
* [SPARK-4080] Only throw IOException from [write|read][Object|External]Josh Rosen2014-10-2429-47/+78
* [SPARK-4006] In long running contexts, we encountered the situation of d...Tal Sliwowicz2014-10-241-12/+13
* [SPARK-4075] [Deploy] Jar url validation is not enough for Jar fileKousuke Saruta2014-10-242-1/+16
* [SPARK-4076] Parameter expansion in spark-config is wrongKousuke Saruta2014-10-241-2/+2
* [SPARK-2652] [PySpark] donot use KyroSerializer as default serializerDavies Liu2014-10-231-1/+0
* [SPARK-3426] Fix sort-based shuffle error when spark.shuffle.compress and spa...Josh Rosen2014-10-226-11/+61
* [SPARK-3877][YARN] Throw an exception when application is not successful so t...zsxwing2014-10-222-32/+22
* [SPARK-4010][Web UI]Spark UI returns 500 in yarn-client modeGuoQiang Li2014-10-202-5/+5
* [SPARK-3948][Shuffle]Fix stream corruption bug in sort-based shufflejerryshao2014-10-202-5/+27
* [SPARK-2546] Clone JobConf for each task (branch-1.0 / 1.1 backport)Josh Rosen2014-10-192-15/+47
* SPARK-3926 [CORE] Result of JavaRDD.collectAsMap() is not SerializableSean Owen2014-10-184-9/+23
* [SPARK-3606] [yarn] Correctly configure AmIpFilter for Yarn HA (1.1 vers...Marcelo Vanzin2014-10-177-27/+76
* [SPARK-3067] JobProgressPage could not show Fair Scheduler Pools section some...yantangzhai2014-10-161-1/+4
* [SPARK-3890][Docs]remove redundant spark.executor.memory in docWangTaoTheTonic2014-10-161-12/+4
* [SQL]typo in HiveFromSparkKun Li2014-10-161-1/+1
* SPARK-3807: SparkSql does not work for tables created using custom serdechirag2014-10-133-2/+9
* [SPARK-3899][Doc]fix wrong links in streaming docw002289702014-10-121-1/+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
* SPARK-3716 [GraphX] Update Analytics.scala for partitionStrategy assignmentNamelessAnalyst2014-10-121-15/+4
* [SPARK-3711][SQL] Optimize where in clause filter queriesYash Datta2014-10-094-2/+132
* [SPARK-3844][UI] Truncate appName in WebUI if it is too longXiangrui Meng2014-10-091-1/+5
* [SPARK-3788] [yarn] Fix compareFs to do the right thing for HDFS namespaces (...Marcelo Vanzin2014-10-081-18/+11
* [SPARK-3829] Make Spark logo image on the header of HistoryPage as a link to ...Kousuke Saruta2014-10-071-2/+4
* [SPARK-3777] Display "Executor ID" for Tasks in Stage pagezsxwing2014-10-071-2/+2
* [SPARK-3731] [PySpark] fix memory leak in PythonRDDDavies Liu2014-10-071-0/+4
* [SPARK-3825] Log more detail when unrolling a block failsAndrew Or2014-10-072-8/+39
* [SPARK-3808] PySpark fails to start in WindowsMasayoshi TSUZUKI2014-10-071-1/+1
* [SPARK-3827] Very long RDD names are not rendered properly in web UIHossein2014-10-071-0/+5
* [SPARK-3792][SQL] Enable JavaHiveQLSuitescwf2014-10-051-18/+9
* SPARK-1656: Fix potential resource leakszsxwing2014-10-053-15/+40
* [SPARK-3597][Mesos] Implement `killTask`.Brenden Matthews2014-10-051-0/+7
* [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-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