[GitHub] spark pull request #17757: [Minor][ML] Fix some PySpark & SparkR flaky tests

2017-04-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17757 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #17757: [Minor][ML] Fix some PySpark & SparkR flaky tests

2017-04-25 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/17757#discussion_r113362917 --- Diff: R/pkg/inst/tests/testthat/test_mllib_classification.R --- @@ -284,22 +284,11 @@ test_that("spark.mlp", { c("1.0", "1.0",

[GitHub] spark pull request #17757: [Minor][ML] Fix some PySpark & SparkR flaky tests

2017-04-25 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/17757#discussion_r113362748 --- Diff: R/pkg/inst/tests/testthat/test_mllib_classification.R --- @@ -284,22 +284,11 @@ test_that("spark.mlp", { c("1.0", "1.0",

[GitHub] spark pull request #17757: [Minor][ML] Fix some PySpark & SparkR flaky tests

2017-04-25 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/17757#discussion_r113361559 --- Diff: R/pkg/inst/tests/testthat/test_mllib_classification.R --- @@ -284,22 +284,11 @@ test_that("spark.mlp", { c("1.0", "1.0",

[GitHub] spark pull request #17757: [Minor][ML] Fix some PySpark & SparkR flaky tests

2017-04-25 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/17757#discussion_r113269591 --- Diff: R/pkg/inst/tests/testthat/test_mllib_classification.R --- @@ -284,22 +284,11 @@ test_that("spark.mlp", { c("1.0", "1.0",

[GitHub] spark pull request #17757: [Minor][ML] Fix some PySpark & SparkR flaky tests

2017-04-25 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/17757#discussion_r113215088 --- Diff: R/pkg/inst/tests/testthat/test_mllib_classification.R --- @@ -284,22 +284,11 @@ test_that("spark.mlp", { c("1.0", "1.0",

[GitHub] spark pull request #17757: [Minor][ML] Fix some PySpark & SparkR flaky tests

2017-04-25 Thread yanboliang
GitHub user yanboliang opened a pull request: https://github.com/apache/spark/pull/17757 [Minor][ML] Fix some PySpark & SparkR flaky tests ## What changes were proposed in this pull request? Fix some PySpark & SparkR flaky tests. ## How was this patch tested?