svn commit: r1708909 [2/2] - in /spark/site: ./ graphx/ mllib/ news/ releases/ screencasts/ sql/ streaming/

2015-10-15 Thread pwendell
Added: spark/site/news/submit-talks-to-spark-summit-east-2016.html URL: http://svn.apache.org/viewvc/spark/site/news/submit-talks-to-spark-summit-east-2016.html?rev=1708909&view=auto == --- spark/site/news/submit-talks-to-

svn commit: r1708909 [1/2] - in /spark/site: ./ graphx/ mllib/ news/ releases/ screencasts/ sql/ streaming/

2015-10-15 Thread pwendell
Author: pwendell Date: Fri Oct 16 05:39:23 2015 New Revision: 1708909 URL: http://svn.apache.org/viewvc?rev=1708909&view=rev Log: Spark Summit East CFP Added: spark/site/news/submit-talks-to-spark-summit-east-2016.html Modified: spark/site/community.html spark/site/documentation.html

spark git commit: [SPARK-11135] [SQL] Exchange incorrectly skips sorts when existing ordering is non-empty subset of required ordering

2015-10-15 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.5 13920d5fe -> 7aaf485f3 [SPARK-11135] [SQL] Exchange incorrectly skips sorts when existing ordering is non-empty subset of required ordering In Spark SQL, the Exchange planner tries to avoid unnecessary sorts in cases where the data ha

spark git commit: [SPARK-11135] [SQL] Exchange incorrectly skips sorts when existing ordering is non-empty subset of required ordering

2015-10-15 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 6a2359ff1 -> eb0b4d6e2 [SPARK-11135] [SQL] Exchange incorrectly skips sorts when existing ordering is non-empty subset of required ordering In Spark SQL, the Exchange planner tries to avoid unnecessary sorts in cases where the data has al

spark git commit: [SPARK-10412] [SQL] report memory usage for tungsten sql physical operator

2015-10-15 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master 3b364ff0a -> 6a2359ff1 [SPARK-10412] [SQL] report memory usage for tungsten sql physical operator https://issues.apache.org/jira/browse/SPARK-10412 some screenshots: ### aggregate: ![screen shot 2015-10-12 at 2 23 11 pm](https://cloud.git

spark git commit: [SPARK-11078] Ensure spilling tests actually spill

2015-10-15 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master 2d000124b -> 3b364ff0a [SPARK-11078] Ensure spilling tests actually spill #9084 uncovered that many tests that test spilling don't actually spill. This is a follow-up patch to fix that to ensure our unit tests actually catch potential bug

spark git commit: [SPARK-10515] When killing executor, the pending replacement executors should not be lost

2015-10-15 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.5 166fdf4e3 -> 13920d5fe [SPARK-10515] When killing executor, the pending replacement executors should not be lost If the heartbeat receiver kills executors (and new ones are not registered to replace them), the idle timeout for the old

spark git commit: [SPARK-10515] When killing executor, the pending replacement executors should not be lost

2015-10-15 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master 723aa75a9 -> 2d000124b [SPARK-10515] When killing executor, the pending replacement executors should not be lost If the heartbeat receiver kills executors (and new ones are not registered to replace them), the idle timeout for the old exe

spark git commit: fix typo bellow -> below

2015-10-15 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master a5719804c -> 723aa75a9 fix typo bellow -> below Author: Britta Weber Closes #9136 from brwe/typo-bellow. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/723aa75a Tre

spark git commit: [SPARK-11071] [LAUNCHER] Fix flakiness in LauncherServerSuite::timeout.

2015-10-15 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master b591de7c0 -> a5719804c [SPARK-11071] [LAUNCHER] Fix flakiness in LauncherServerSuite::timeout. The test could fail depending on scheduling of the various threads involved; the change removes some sources of races, while making the test a li

spark git commit: [SPARK-11039][Documentation][Web UI] Document additional ui configurations

2015-10-15 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master d45a0d3ca -> b591de7c0 [SPARK-11039][Documentation][Web UI] Document additional ui configurations Add documentation for configuration: - spark.sql.ui.retainedExecutions - spark.streaming.ui.retainedBatches Author: Nick Pritchard Closes #

spark git commit: [SPARK-11039][Documentation][Web UI] Document additional ui configurations

2015-10-15 Thread joshrosen
Repository: spark Updated Branches: refs/heads/branch-1.5 025e16b32 -> 166fdf4e3 [SPARK-11039][Documentation][Web UI] Document additional ui configurations Add documentation for configuration: - spark.sql.ui.retainedExecutions - spark.streaming.ui.retainedBatches Author: Nick Pritchard Clos

spark git commit: [SPARK-11047] Internal accumulators miss the internal flag when replaying events in the history server

2015-10-15 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.5 63ca9f921 -> 025e16b32 [SPARK-11047] Internal accumulators miss the internal flag when replaying events in the history server Internal accumulators don't write the internal flag to event log. So on the history server Web UI, all accum

spark git commit: [SPARK-11047] Internal accumulators miss the internal flag when replaying events in the history server

2015-10-15 Thread rxin
Repository: spark Updated Branches: refs/heads/master 523adc24a -> d45a0d3ca [SPARK-11047] Internal accumulators miss the internal flag when replaying events in the history server Internal accumulators don't write the internal flag to event log. So on the history server Web UI, all accumulat

spark git commit: [SPARK-11066] Update DAGScheduler's "misbehaved ResultHandler"

2015-10-15 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.5 c27e19042 -> 63ca9f921 [SPARK-11066] Update DAGScheduler's "misbehaved ResultHandler" Restrict tasks (of job) to only 1 to ensure that the causing Exception asserted for job failure is the deliberately thrown DAGSchedulerSuiteDummyExce

spark git commit: [SPARK-11066] Update DAGScheduler's "misbehaved ResultHandler"

2015-10-15 Thread srowen
Repository: spark Updated Branches: refs/heads/master aec4400be -> 523adc24a [SPARK-11066] Update DAGScheduler's "misbehaved ResultHandler" Restrict tasks (of job) to only 1 to ensure that the causing Exception asserted for job failure is the deliberately thrown DAGSchedulerSuiteDummyExceptio

spark git commit: [SPARK-11099] [SPARK SHELL] [SPARK SUBMIT] Default conf property file i…

2015-10-15 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 0f62c2282 -> aec4400be [SPARK-11099] [SPARK SHELL] [SPARK SUBMIT] Default conf property file i… Please help review it. Thanks Author: Jeff Zhang Closes #9114 from zjffdu/SPARK-11099. Project: http://git-wip-us.apache.org/repos/asf/sp

spark git commit: [SPARK-11093] [CORE] ChildFirstURLClassLoader#getResources should return all found resources, not just those in the child classloader

2015-10-15 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 9808052b5 -> 0f62c2282 [SPARK-11093] [CORE] ChildFirstURLClassLoader#getResources should return all found resources, not just those in the child classloader Author: Adam Lewandowski Closes #9106 from alewando/childFirstFix. Project: ht