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/09 22:45:45 UTC

[GitHub] [spark] huaxingao opened a new pull request #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

huaxingao opened a new pull request #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859
 
 
   
   
   ### What changes were proposed in this pull request?
   jira link: https://issues.apache.org/jira/browse/SPARK-30930
   
   Remove ML/MLLIB DeveloperApi annotations.
   
   ### Why are the changes needed?
   
   The Developer APIs in ML/MLLIB have been there for a long time. They are stable now and are very unlikely to be changed or removed, so I unmark these Developer APIs in this PR.
   
   
   ### Does this PR introduce any user-facing change?
   Yes. DeveloperApi annotations are removed from docs.
   
   
   ### How was this patch tested?
   existing 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] SparkQA removed a comment on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-596833291
 
 
   **[Test build #119591 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/119591/testReport)** for PR 27859 at commit [`a651343`](https://github.com/apache/spark/commit/a651343ef58697eca189adf5b788d2e9227014fc).

----------------------------------------------------------------
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 #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-596831763
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/24320/
   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 #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-596829962
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/119589/
   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 #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-596831755
 
 
   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] gatorsmile commented on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
gatorsmile commented on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-598052462
 
 
   Yes. https://github.com/apache/spark/commit/87bd1f9ef7d547ee54a8a83214b45462e0751efb shows the definition and original motivation. 
   
   +1 to remove them for the stable APIs. 

----------------------------------------------------------------
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] mengxr commented on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
mengxr commented on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-597770915
 
 
   @srowen I actually used the annotation to indicate the APIs are for developer use instead of end users. I just checked the definition of the annotation, it seems I misunderstood it. If we always use it to label very unstable API, then I agree that we should remove them. But I still hope that we have some annotation to separate user and developer APIs. cc: @gatorsmile 

----------------------------------------------------------------
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 #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-596816776
 
 
   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] srowen commented on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
srowen commented on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-599672023
 
 
   Merged to master/3.0

----------------------------------------------------------------
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 #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-596833291
 
 
   **[Test build #119591 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/119591/testReport)** for PR 27859 at commit [`a651343`](https://github.com/apache/spark/commit/a651343ef58697eca189adf5b788d2e9227014fc).

----------------------------------------------------------------
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 #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-596816438
 
 
   **[Test build #119589 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/119589/testReport)** for PR 27859 at commit [`a651343`](https://github.com/apache/spark/commit/a651343ef58697eca189adf5b788d2e9227014fc).

----------------------------------------------------------------
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 #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-596816438
 
 
   **[Test build #119589 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/119589/testReport)** for PR 27859 at commit [`a651343`](https://github.com/apache/spark/commit/a651343ef58697eca189adf5b788d2e9227014fc).

----------------------------------------------------------------
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 #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-596849207
 
 
   **[Test build #119591 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/119591/testReport)** for PR 27859 at commit [`a651343`](https://github.com/apache/spark/commit/a651343ef58697eca189adf5b788d2e9227014fc).
    * 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] AmplabJenkins removed a comment on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-596829962
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/119589/
   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 #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-596816778
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/24319/
   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 #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-596831755
 
 
   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 #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-596816778
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/24319/
   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] srowen commented on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
srowen commented on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-597079160
 
 
   This is a good one for @mengxr @marmbrus and maybe @gatorsmile -- the theory here which I agree with is that, from 3.0 on, we almost surely will not change these public APIs. Therefore marking them as anything less like "Experimental" or "DeveloperApi" doesn't mean much of anything. What do you think? is "DeveloperApi" different, communicating that it's public and stable just generally not meant for applications to call?

----------------------------------------------------------------
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 #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
huaxingao commented on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-599681566
 
 
   Thank you all!

----------------------------------------------------------------
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 #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-596831763
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/24320/
   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 #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-596849450
 
 
   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] marmbrus commented on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
marmbrus commented on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-597774360
 
 
   +1 to remove them if we expect stability here.

----------------------------------------------------------------
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 #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-596829957
 
 
   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 #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-596849457
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/119591/
   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 #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-596829769
 
 
   **[Test build #119589 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/119589/testReport)** for PR 27859 at commit [`a651343`](https://github.com/apache/spark/commit/a651343ef58697eca189adf5b788d2e9227014fc).
    * 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 #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-596849450
 
 
   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 #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-596816776
 
 
   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] srowen closed pull request #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
srowen closed pull request #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859
 
 
   

----------------------------------------------------------------
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 #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
huaxingao commented on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-596831460
 
 
   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 #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-596849457
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/119591/
   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 #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27859: [SPARK-30930][ML] Remove ML/MLLIB DeveloperApi annotations
URL: https://github.com/apache/spark/pull/27859#issuecomment-596829957
 
 
   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