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/02/17 03:29:09 UTC

[GitHub] [spark] Ngone51 opened a new pull request #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Ngone51 opened a new pull request #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599
 
 
   <!--
   Thanks for sending a pull request!  Here are some tips for you:
     1. If this is your first time, please read our contributor guidelines: https://spark.apache.org/contributing.html
     2. Ensure you have added or run the appropriate tests for your PR: https://spark.apache.org/developer-tools.html
     3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][SPARK-XXXX] Your PR title ...'.
     4. Be sure to keep the PR description updated to reflect all changes.
     5. Please write your PR title to summarize what this PR proposes.
     6. If possible, provide a concise example to reproduce the issue for a faster review.
   -->
   
   ### What changes were proposed in this pull request?
   <!--
   Please clarify what changes you are proposing. The purpose of this section is to outline the changes and how this PR fixes the issue. 
   If possible, please consider writing useful notes for better and faster reviews in your PR. See the examples below.
     1. If you refactor some codes with changing classes, showing the class hierarchy will help reviewers.
     2. If you fix some SQL features, you can provide some references of other DBMSes.
     3. If there is design documentation, please add the link.
     4. If there is a discussion in the mailing list, please add the link.
   -->
   
   Add `AccumulatorV2` API in `JavaSparkContext` and replace old usage of AccumulatorV2 in Java with the new API.
   
   ### Why are the changes needed?
   <!--
   Please clarify why the changes are needed. For instance,
     1. If you propose a new API, clarify the use case for a new API.
     2. If you fix a bug, you can clarify why it is a bug.
   -->
   Officially, we should add any APIs in `SparkContext` to `JavaSparkContext`. And with the API, Java user could directly use `AccumulatorV2`, e.g. `JavaSparkContext.longAccumulator`,  comparing to current way, `JavaSparkContext.sc().longAccumulator`.
   
   ### Does this PR introduce any user-facing change?
   <!--
   If yes, please clarify the previous behavior and the change this PR proposes - provide the console output, description and/or an example to show the behavior difference if possible.
   If no, write 'No'.
   -->
   
   Yes. Java user could directly use `AccumulatorV2`.
   
   
   ### How was this patch tested?
   <!--
   If tests were added, say they were added here. Please make sure to add some test cases that check the changes thoroughly including negative and positive cases if possible.
   If it was tested in a way different from regular unit tests, please clarify how you tested step by step, ideally copy and paste-able, so that other reviewers can test and check, and descendants can verify in the future.
   If tests were not added, please describe why they were not added and/or why it was difficult to add.
   -->
   
   Updated exist 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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-605595633
 
 
   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] HyukjinKwon commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590885129
 
 
   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 commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-586974264
 
 
   **[Test build #118560 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/118560/testReport)** for PR 27599 at commit [`518958c`](https://github.com/apache/spark/commit/518958c0133e76a45f1ba39859b3654b21b7f0a2).
    * 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 commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590756122
 
 
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-605561110
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/25253/
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-586892251
 
 
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-605595564
 
 
   **[Test build #120547 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/120547/testReport)** for PR 27599 at commit [`070e372`](https://github.com/apache/spark/commit/070e372d5e27a74958514f274eff973591351d96).
    * This patch **fails due to an unknown error code, -9**.
    * 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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590888735
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/23671/
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-586805479
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/118522/
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590756128
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/23663/
   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] HyukjinKwon commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-605560494
 
 
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-586802570
 
 
   **[Test build #118522 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/118522/testReport)** for PR 27599 at commit [`090045e`](https://github.com/apache/spark/commit/090045e97c4d5c0d53db63597fd8f01b134f12ba).

----------------------------------------------------------------
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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590715372
 
 
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590736233
 
 
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-586802862
 
 
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-586805451
 
 
   **[Test build #118522 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/118522/testReport)** for PR 27599 at commit [`090045e`](https://github.com/apache/spark/commit/090045e97c4d5c0d53db63597fd8f01b134f12ba).
    * This patch **fails MiMa 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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-586802862
 
 
   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] Ngone51 commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
Ngone51 commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-605798176
 
 
   After discussing with @cloud-fan offline, we think it should be fine to use v2 api via `JavaSparkContext.sc`. So, I'm going to close this. Thanks 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 removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590821309
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/118914/
   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] Ngone51 commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
Ngone51 commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590711791
 
 
   In general, **java-friendly** really refer to: https://github.com/apache/spark/blob/56e9e97073cf1896e301371b3941c9307e42ff77/core/src/main/scala/org/apache/spark/api/java/JavaSparkContext.scala#L40-L41
   
   But, practically,  developers do have added duplicate APIs to `JavaSparkContext` as @HyukjinKwon mentioned.

----------------------------------------------------------------
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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-605561108
 
 
   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] HyukjinKwon commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590753600
 
 
   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] Ngone51 commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
Ngone51 commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-586802670
 
 
   cc @cloud-fan 

----------------------------------------------------------------
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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590715378
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/23651/
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-604998214
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/25198/
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-586892262
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/23315/
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-605561108
 
 
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590736233
 
 
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590820986
 
 
   **[Test build #118914 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/118914/testReport)** for PR 27599 at commit [`070e372`](https://github.com/apache/spark/commit/070e372d5e27a74958514f274eff973591351d96).
    * This patch **fails Spark 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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-586892262
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/23315/
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-586805479
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/118522/
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-586802869
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/23277/
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590888727
 
 
   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 removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-605561007
 
 
   **[Test build #120547 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/120547/testReport)** for PR 27599 at commit [`070e372`](https://github.com/apache/spark/commit/070e372d5e27a74958514f274eff973591351d96).

----------------------------------------------------------------
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] cloud-fan commented on a change in pull request #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
cloud-fan commented on a change in pull request #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#discussion_r399925639
 
 

 ##########
 File path: project/MimaExcludes.scala
 ##########
 @@ -498,7 +498,10 @@ object MimaExcludes {
     ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.sql.streaming.StreamingQueryListener#QueryStartedEvent.this"),
 
     // [SPARK-30667][CORE] Add allGather method to BarrierTaskContext
-    ProblemFilters.exclude[IncompatibleTemplateDefProblem]("org.apache.spark.RequestToSync")
+    ProblemFilters.exclude[IncompatibleTemplateDefProblem]("org.apache.spark.RequestToSync"),
+
+    // [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
+    ProblemFilters.exclude[IncompatibleMethTypeProblem]("org.apache.spark.api.java.JavaSparkContext.doubleAccumulator")
 
 Review comment:
   If we add back some removed APIs, shouldn't we remove some items from Mima instead of adding more?

----------------------------------------------------------------
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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-604998214
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/25198/
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590714924
 
 
   **[Test build #118902 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/118902/testReport)** for PR 27599 at commit [`070e372`](https://github.com/apache/spark/commit/070e372d5e27a74958514f274eff973591351d96).

----------------------------------------------------------------
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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
srowen commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-587026373
 
 
   I don't know if the idea is to duplicate all of SparkContext in JavaSparkContext. It's there to add Java-friendly versions of methods where they are different. Here I don't think they are? One can always get the SparkContext in Java too.

----------------------------------------------------------------
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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590755562
 
 
   **[Test build #118914 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/118914/testReport)** for PR 27599 at commit [`070e372`](https://github.com/apache/spark/commit/070e372d5e27a74958514f274eff973591351d96).

----------------------------------------------------------------
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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-586975218
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/118560/
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-605561007
 
 
   **[Test build #120547 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/120547/testReport)** for PR 27599 at commit [`070e372`](https://github.com/apache/spark/commit/070e372d5e27a74958514f274eff973591351d96).

----------------------------------------------------------------
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] cloud-fan commented on a change in pull request #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
cloud-fan commented on a change in pull request #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#discussion_r379985294
 
 

 ##########
 File path: core/src/test/java/test/org/apache/spark/JavaAPISuite.java
 ##########
 @@ -280,15 +280,15 @@ public void sortBy() {
 
   @Test
   public void foreach() {
-    LongAccumulator accum = sc.sc().longAccumulator();
 
 Review comment:
   is it recommended to get `SparkContext` from `JavaSparkContext` and call APIs? cc @zsxwing @srowen @JoshRosen 

----------------------------------------------------------------
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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-586891362
 
 
   **[Test build #118560 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/118560/testReport)** for PR 27599 at commit [`518958c`](https://github.com/apache/spark/commit/518958c0133e76a45f1ba39859b3654b21b7f0a2).

----------------------------------------------------------------
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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590888727
 
 
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590756122
 
 
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590888099
 
 
   **[Test build #118923 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/118923/testReport)** for PR 27599 at commit [`070e372`](https://github.com/apache/spark/commit/070e372d5e27a74958514f274eff973591351d96).

----------------------------------------------------------------
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] HyukjinKwon commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-605814793
 
 
   Thanks @Ngone51. I am resolving the JIRA as Won't Fix. 

----------------------------------------------------------------
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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-605595633
 
 
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590715372
 
 
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-586892251
 
 
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590821297
 
 
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590821309
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/118914/
   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] HyukjinKwon commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590753946
 
 
   @Ngone51 do you mind if I ask how many APIs are missing in JavaSparkContext compared to SparkContext?

----------------------------------------------------------------
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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590736047
 
 
   **[Test build #118902 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/118902/testReport)** for PR 27599 at commit [`070e372`](https://github.com/apache/spark/commit/070e372d5e27a74958514f274eff973591351d96).
    * This patch **fails due to an unknown error code, -9**.
    * 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 commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590888735
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/23671/
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-586975218
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/118560/
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-586805475
 
 
   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 removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590714924
 
 
   **[Test build #118902 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/118902/testReport)** for PR 27599 at commit [`070e372`](https://github.com/apache/spark/commit/070e372d5e27a74958514f274eff973591351d96).

----------------------------------------------------------------
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] Ngone51 closed pull request #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
Ngone51 closed pull request #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599
 
 
   

----------------------------------------------------------------
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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-586802570
 
 
   **[Test build #118522 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/118522/testReport)** for PR 27599 at commit [`090045e`](https://github.com/apache/spark/commit/090045e97c4d5c0d53db63597fd8f01b134f12ba).

----------------------------------------------------------------
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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-586802869
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/23277/
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590756128
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/23663/
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-605595635
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/120547/
   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] HyukjinKwon commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590681870
 
 
   Agree with Sean's point in general. However, from taking a cursory look, it does duplicate methods where it doesn't even look specific to Java. How many method are missing in `JavaSparkContext` compared to `SparkContext`? Seems not so many.
   
   If there are too many instances missing, let's stick to "add Java-friendly versions of methods where they are different". If it's not too many, let's add it to `JavaSparkContext`, considering that we won't likely add a lot of APIs into `SparkContext`.

----------------------------------------------------------------
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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-586975212
 
 
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-586891362
 
 
   **[Test build #118560 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/118560/testReport)** for PR 27599 at commit [`518958c`](https://github.com/apache/spark/commit/518958c0133e76a45f1ba39859b3654b21b7f0a2).

----------------------------------------------------------------
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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-604998199
 
 
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
gatorsmile commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-605778239
 
 
   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 removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590736240
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/118902/
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-586975212
 
 
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590821297
 
 
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-586805475
 
 
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590755562
 
 
   **[Test build #118914 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/118914/testReport)** for PR 27599 at commit [`070e372`](https://github.com/apache/spark/commit/070e372d5e27a74958514f274eff973591351d96).

----------------------------------------------------------------
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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590736240
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/118902/
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-605595635
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/120547/
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-605561110
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/25253/
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-590715378
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/23651/
   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 #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27599: [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#issuecomment-604998199
 
 
   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