spark git commit: [SPARK-20505][ML] Add docs and examples for ml.stat.Correlation and ml.stat.ChiSquareTest.

2017-05-17 Thread yliang
Repository: spark Updated Branches: refs/heads/branch-2.2 b8fa79cec -> ba0117c27 [SPARK-20505][ML] Add docs and examples for ml.stat.Correlation and ml.stat.ChiSquareTest. ## What changes were proposed in this pull request? Add docs and examples for ```ml.stat.Correlation``` and

spark git commit: [SPARK-20505][ML] Add docs and examples for ml.stat.Correlation and ml.stat.ChiSquareTest.

2017-05-17 Thread yliang
Repository: spark Updated Branches: refs/heads/master 324a904d8 -> 697a5e551 [SPARK-20505][ML] Add docs and examples for ml.stat.Correlation and ml.stat.ChiSquareTest. ## What changes were proposed in this pull request? Add docs and examples for ```ml.stat.Correlation``` and

spark git commit: [SPARK-13747][CORE] Add ThreadUtils.awaitReady and disallow Await.ready

2017-05-17 Thread zsxwing
Repository: spark Updated Branches: refs/heads/master f8e0f0f47 -> 324a904d8 [SPARK-13747][CORE] Add ThreadUtils.awaitReady and disallow Await.ready ## What changes were proposed in this pull request? Add `ThreadUtils.awaitReady` similar to `ThreadUtils.awaitResult` and disallow

spark git commit: [SPARK-13747][CORE] Add ThreadUtils.awaitReady and disallow Await.ready

2017-05-17 Thread zsxwing
Repository: spark Updated Branches: refs/heads/branch-2.2 2db610100 -> b8fa79cec [SPARK-13747][CORE] Add ThreadUtils.awaitReady and disallow Await.ready ## What changes were proposed in this pull request? Add `ThreadUtils.awaitReady` similar to `ThreadUtils.awaitResult` and disallow

spark git commit: [SPARK-20788][CORE] Fix the Executor task reaper's false alarm warning logs

2017-05-17 Thread zsxwing
Repository: spark Updated Branches: refs/heads/branch-2.2 dac0b50b6 -> 2db610100 [SPARK-20788][CORE] Fix the Executor task reaper's false alarm warning logs ## What changes were proposed in this pull request? Executor task reaper may fail to detect if a task is finished or not when a task

spark git commit: [SPARK-20788][CORE] Fix the Executor task reaper's false alarm warning logs

2017-05-17 Thread zsxwing
Repository: spark Updated Branches: refs/heads/master 199541769 -> f8e0f0f47 [SPARK-20788][CORE] Fix the Executor task reaper's false alarm warning logs ## What changes were proposed in this pull request? Executor task reaper may fail to detect if a task is finished or not when a task is

spark git commit: [SPARK-20769][DOC] Incorrect documentation for using Jupyter notebook

2017-05-17 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.1 14b6a9d34 -> ba35c6bd3 [SPARK-20769][DOC] Incorrect documentation for using Jupyter notebook ## What changes were proposed in this pull request? SPARK-13973 incorrectly removed the required PYSPARK_DRIVER_PYTHON_OPTS=notebook from

spark git commit: [SPARK-20769][DOC] Incorrect documentation for using Jupyter notebook

2017-05-17 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.2 d42c67a1f -> dac0b50b6 [SPARK-20769][DOC] Incorrect documentation for using Jupyter notebook ## What changes were proposed in this pull request? SPARK-13973 incorrectly removed the required PYSPARK_DRIVER_PYTHON_OPTS=notebook from