You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/03/23 23:26:07 UTC

[GitHub] [spark] huaxingao opened a new pull request #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

huaxingao opened a new pull request #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994
 
 
   
   ### What changes were proposed in this pull request?
   https://issues.apache.org/jira/browse/SPARK-31223
   set seed in np.random when generating test data......
   
   
   ### Why are the changes needed?
   so the same set of test data can be regenerated later. 
   
   
   ### Does this PR introduce any user-facing change?
   No
   
   
   ### How was this patch tested?
   exiting tests
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-604026948
 
 
   Merged build finished. Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-603970270
 
 
   Merged build finished. Test FAILed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-602913737
 
 
   Merged build finished. Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-603927887
 
 
   **[Test build #120364 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/120364/testReport)** for PR 27994 at commit [`54a7b9f`](https://github.com/apache/spark/commit/54a7b9ff30b00152983a19e81965338fd993989e).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-604026954
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/120368/
   Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-603928633
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/25074/
   Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-603979607
 
 
   **[Test build #120368 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/120368/testReport)** for PR 27994 at commit [`54a7b9f`](https://github.com/apache/spark/commit/54a7b9ff30b00152983a19e81965338fd993989e).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-604025982
 
 
   **[Test build #120368 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/120368/testReport)** for PR 27994 at commit [`54a7b9f`](https://github.com/apache/spark/commit/54a7b9ff30b00152983a19e81965338fd993989e).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-603927887
 
 
   **[Test build #120364 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/120364/testReport)** for PR 27994 at commit [`54a7b9f`](https://github.com/apache/spark/commit/54a7b9ff30b00152983a19e81965338fd993989e).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] huaxingao commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
huaxingao commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-603976529
 
 
   retest this please

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-602913737
 
 
   Merged build finished. Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-603980191
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/25077/
   Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-602913304
 
 
   **[Test build #120222 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/120222/testReport)** for PR 27994 at commit [`54a7b9f`](https://github.com/apache/spark/commit/54a7b9ff30b00152983a19e81965338fd993989e).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-603980191
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/25077/
   Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-602913742
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/24935/
   Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-602927920
 
 
   Merged build finished. Test FAILed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-603928622
 
 
   Merged build finished. Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] zhengruifeng closed pull request #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
zhengruifeng closed pull request #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-603928633
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/25074/
   Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-603970283
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/120364/
   Test FAILed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-603970283
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/120364/
   Test FAILed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-602927674
 
 
   **[Test build #120222 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/120222/testReport)** for PR 27994 at commit [`54a7b9f`](https://github.com/apache/spark/commit/54a7b9ff30b00152983a19e81965338fd993989e).
    * This patch **fails PySpark pip packaging tests**.
    * This patch merges cleanly.
    * This patch adds no public classes.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-602913304
 
 
   **[Test build #120222 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/120222/testReport)** for PR 27994 at commit [`54a7b9f`](https://github.com/apache/spark/commit/54a7b9ff30b00152983a19e81965338fd993989e).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-604026954
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/120368/
   Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-603928622
 
 
   Merged build finished. Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] zhengruifeng commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
zhengruifeng commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-604244459
 
 
   Merged to master

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] huaxingao commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
huaxingao commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-603923175
 
 
   retest this please

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-603979607
 
 
   **[Test build #120368 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/120368/testReport)** for PR 27994 at commit [`54a7b9f`](https://github.com/apache/spark/commit/54a7b9ff30b00152983a19e81965338fd993989e).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-602927920
 
 
   Merged build finished. Test FAILed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-602927929
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/120222/
   Test FAILed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-604026948
 
 
   Merged build finished. Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-602927929
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/120222/
   Test FAILed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-603970270
 
 
   Merged build finished. Test FAILed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-603969481
 
 
   **[Test build #120364 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/120364/testReport)** for PR 27994 at commit [`54a7b9f`](https://github.com/apache/spark/commit/54a7b9ff30b00152983a19e81965338fd993989e).
    * This patch **fails PySpark unit tests**.
    * This patch merges cleanly.
    * This patch adds no public classes.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-603980184
 
 
   Merged build finished. Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-603980184
 
 
   Merged build finished. Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27994: [SPARK-31223][ML] Set seed in np.random to regenerate test data
URL: https://github.com/apache/spark/pull/27994#issuecomment-602913742
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/24935/
   Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org