You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by dongjoon-hyun <gi...@git.apache.org> on 2017/05/11 08:25:08 UTC

[GitHub] spark pull request #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-t...

GitHub user dongjoon-hyun opened a pull request:

    https://github.com/apache/spark/pull/17947

    [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

    ## What changes were proposed in this pull request?
    
    Since [SPARK-9263](https://issues.apache.org/jira/browse/SPARK-9263), `resolveMavenCoordinates` ignores Spark and Spark's dependencies by using `addExclusionRules`. This PR aims to make [addExclusionRules](https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala#L956-L974) up-to-date to neglect correctly because it fails to neglect some components like the following.
    
    **mllib (correct)**
    ```
    $ bin/spark-shell --packages org.apache.spark:spark-mllib_2.11:2.1.1
    ...
    ---------------------------------------------------------------------
    |                  |            modules            ||   artifacts   |
    |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
    ---------------------------------------------------------------------
    |      default     |   0   |   0   |   0   |   0   ||   0   |   0   |
    ---------------------------------------------------------------------
    ```
    
    **mllib-local (wrong)**
    ```
    $ bin/spark-shell --packages org.apache.spark:spark-mllib-local_2.11:2.1.1
    ...
    ---------------------------------------------------------------------
    |                  |            modules            ||   artifacts   |
    |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
    ---------------------------------------------------------------------
    |      default     |   15  |   2   |   2   |   0   ||   15  |   2   |
    ---------------------------------------------------------------------
    ```
    
    ## How was this patch tested?
    
    Pass the Jenkins with a updated test case.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dongjoon-hyun/spark SPARK-20708

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/17947.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #17947
    
----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    Merged build finished. Test PASSed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    Merged build finished. Test PASSed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by jiangxb1987 <gi...@git.apache.org>.
Github user jiangxb1987 commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    cc @brkyvz to verify the change.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77103/
    Test PASSed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    **[Test build #77560 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77560/testReport)** for PR 17947 at commit [`d562ea2`](https://github.com/apache/spark/commit/d562ea29c35b36afd699ab00b785f9a5ac8053ba).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    **[Test build #77103 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77103/testReport)** for PR 17947 at commit [`6ac403a`](https://github.com/apache/spark/commit/6ac403a06bb8539d3176ea4355b19addff40592f).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-t...

Posted by brkyvz <gi...@git.apache.org>.
Github user brkyvz commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17947#discussion_r119222813
  
    --- Diff: core/src/test/scala/org/apache/spark/deploy/SparkSubmitUtilsSuite.scala ---
    @@ -187,11 +187,12 @@ class SparkSubmitUtilsSuite extends SparkFunSuite with BeforeAndAfterAll {
       }
     
       test("neglects Spark and Spark's dependencies") {
    -    val components = Seq("catalyst_", "core_", "graphx_", "hive_", "mllib_", "repl_",
    -      "sql_", "streaming_", "yarn_", "network-common_", "network-shuffle_", "network-yarn_")
    +    val components = Seq("catalyst_", "core_", "graphx_", "hive_", "hive-thriftserver_",
    --- End diff --
    
    since the `hive`, `mesos` stuff is not in the assembly jar by default, I don't think we need to exclude those


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    **[Test build #76793 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/76793/testReport)** for PR 17947 at commit [`6ac403a`](https://github.com/apache/spark/commit/6ac403a06bb8539d3176ea4355b19addff40592f).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-t...

Posted by brkyvz <gi...@git.apache.org>.
Github user brkyvz commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17947#discussion_r119221767
  
    --- Diff: core/src/test/scala/org/apache/spark/deploy/SparkSubmitUtilsSuite.scala ---
    @@ -187,11 +187,12 @@ class SparkSubmitUtilsSuite extends SparkFunSuite with BeforeAndAfterAll {
       }
     
       test("neglects Spark and Spark's dependencies") {
    -    val components = Seq("catalyst_", "core_", "graphx_", "hive_", "mllib_", "repl_",
    -      "sql_", "streaming_", "yarn_", "network-common_", "network-shuffle_", "network-yarn_")
    +    val components = Seq("catalyst_", "core_", "graphx_", "hive_", "hive-thriftserver_",
    +      "launcher_", "mesos_", "mllib_", "mllib-local_", "network-common_", "network-shuffle_",
    +      "network-yarn_", "repl_", "sketch_", "sql_", "streaming_", "tags_", "unsafe_", "yarn_")
     
         val coordinates =
    -      components.map(comp => s"org.apache.spark:spark-${comp}2.10:1.2.0").mkString(",") +
    +      components.map(comp => s"org.apache.spark:spark-${comp}2.10:2.1.1").mkString(",") +
    --- End diff --
    
    maybe also change Scala version too, since we will remove 2.10 soon


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    **[Test build #77615 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77615/testReport)** for PR 17947 at commit [`2cf5400`](https://github.com/apache/spark/commit/2cf5400cdcd9226bf98fc19741143e49edb17a91).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    **[Test build #77098 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77098/testReport)** for PR 17947 at commit [`6ac403a`](https://github.com/apache/spark/commit/6ac403a06bb8539d3176ea4355b19addff40592f).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77560/
    Test PASSed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77554/
    Test PASSed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by dongjoon-hyun <gi...@git.apache.org>.
Github user dongjoon-hyun commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    Thank you, @jiangxb1987 .


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by dongjoon-hyun <gi...@git.apache.org>.
Github user dongjoon-hyun commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    Hi, @brkyvz .
    Could you review this again?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    **[Test build #77554 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77554/testReport)** for PR 17947 at commit [`bfa5238`](https://github.com/apache/spark/commit/bfa5238b5292376f00a5137f16d0d6bade5897a9).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    Merged build finished. Test FAILed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-t...

Posted by dongjoon-hyun <gi...@git.apache.org>.
Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17947#discussion_r119224404
  
    --- Diff: core/src/test/scala/org/apache/spark/deploy/SparkSubmitUtilsSuite.scala ---
    @@ -187,11 +187,12 @@ class SparkSubmitUtilsSuite extends SparkFunSuite with BeforeAndAfterAll {
       }
     
       test("neglects Spark and Spark's dependencies") {
    -    val components = Seq("catalyst_", "core_", "graphx_", "hive_", "mllib_", "repl_",
    -      "sql_", "streaming_", "yarn_", "network-common_", "network-shuffle_", "network-yarn_")
    +    val components = Seq("catalyst_", "core_", "graphx_", "hive_", "hive-thriftserver_",
    --- End diff --
    
    Maybe, `network-yarn_`, too.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-t...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/spark/pull/17947


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77615/
    Test PASSed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    **[Test build #77614 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77614/testReport)** for PR 17947 at commit [`8b184e7`](https://github.com/apache/spark/commit/8b184e78370a607bbfbad794138d489c04841b15).
     * This patch **fails Scala style tests**.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    Merged build finished. Test PASSed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    **[Test build #77098 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77098/testReport)** for PR 17947 at commit [`6ac403a`](https://github.com/apache/spark/commit/6ac403a06bb8539d3176ea4355b19addff40592f).
     * This patch **fails Spark unit tests**.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-t...

Posted by brkyvz <gi...@git.apache.org>.
Github user brkyvz commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17947#discussion_r119226290
  
    --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala ---
    @@ -964,8 +964,9 @@ private[spark] object SparkSubmitUtils {
         // We need to specify each component explicitly, otherwise we miss spark-streaming-kafka-0-8 and
         // other spark-streaming utility components. Underscore is there to differentiate between
         // spark-streaming_2.1x and spark-streaming-kafka-0-8-assembly_2.1x
    -    val components = Seq("catalyst_", "core_", "graphx_", "hive_", "mllib_", "repl_",
    -      "sql_", "streaming_", "yarn_", "network-common_", "network-shuffle_", "network-yarn_")
    +    val components = Seq("catalyst_", "core_", "graphx_", "launcher_", "mllib_", "mllib-local_",
    --- End diff --
    
    can we also make this a static variable and re-use in tests?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/76793/
    Test PASSed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    **[Test build #77103 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77103/testReport)** for PR 17947 at commit [`6ac403a`](https://github.com/apache/spark/commit/6ac403a06bb8539d3176ea4355b19addff40592f).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by dongjoon-hyun <gi...@git.apache.org>.
Github user dongjoon-hyun commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    Could you review this please, @brkyvz ?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-t...

Posted by brkyvz <gi...@git.apache.org>.
Github user brkyvz commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17947#discussion_r119504377
  
    --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala ---
    @@ -833,6 +833,14 @@ private[spark] object SparkSubmitUtils {
       // Exposed for testing
       var printStream = SparkSubmit.printStream
     
    +  // Exposed for testing.
    +  // We need to specify each component explicitly, otherwise we miss spark-streaming-kafka-0-8 and
    +  // other spark-streaming utility components. Underscore is there to differentiate between
    +  // spark-streaming_2.1x and spark-streaming-kafka-0-8-assembly_2.1x
    +  val components = Seq("catalyst_", "core_", "graphx_", "launcher_", "mllib_", "mllib-local_",
    --- End diff --
    
    since it's in global scope now can we rename it to something more meaningful?
    `IVY_DEFAULT_EXCLUDES`
    
    Also add to the docs, since it has lost its context from the method and the docs now


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    Merged build finished. Test FAILed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    Test FAILed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77614/
    Test FAILed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by dongjoon-hyun <gi...@git.apache.org>.
Github user dongjoon-hyun commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    Hi, @srowen .
    Could you review this PR about `--packages`?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by dongjoon-hyun <gi...@git.apache.org>.
Github user dongjoon-hyun commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    Thank you so much, @brkyvz .


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-t...

Posted by brkyvz <gi...@git.apache.org>.
Github user brkyvz commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17947#discussion_r119226350
  
    --- Diff: core/src/test/scala/org/apache/spark/deploy/SparkSubmitUtilsSuite.scala ---
    @@ -187,11 +187,12 @@ class SparkSubmitUtilsSuite extends SparkFunSuite with BeforeAndAfterAll {
       }
     
       test("neglects Spark and Spark's dependencies") {
    -    val components = Seq("catalyst_", "core_", "graphx_", "hive_", "mllib_", "repl_",
    -      "sql_", "streaming_", "yarn_", "network-common_", "network-shuffle_", "network-yarn_")
    +    val components = Seq("catalyst_", "core_", "graphx_", "launcher_", "mllib_", "mllib-local_",
    +      "network-common_", "network-shuffle_", "repl_", "sketch_", "sql_", "streaming_", "tags_",
    +      "unsafe_")
     
         val coordinates =
    -      components.map(comp => s"org.apache.spark:spark-${comp}2.10:1.2.0").mkString(",") +
    +      components.map(comp => s"org.apache.spark:spark-${comp}2.11:2.1.1").mkString(",") +
    --- End diff --
    
    thanks!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-t...

Posted by brkyvz <gi...@git.apache.org>.
Github user brkyvz commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17947#discussion_r119226320
  
    --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala ---
    @@ -964,8 +964,9 @@ private[spark] object SparkSubmitUtils {
         // We need to specify each component explicitly, otherwise we miss spark-streaming-kafka-0-8 and
         // other spark-streaming utility components. Underscore is there to differentiate between
         // spark-streaming_2.1x and spark-streaming-kafka-0-8-assembly_2.1x
    -    val components = Seq("catalyst_", "core_", "graphx_", "hive_", "mllib_", "repl_",
    -      "sql_", "streaming_", "yarn_", "network-common_", "network-shuffle_", "network-yarn_")
    +    val components = Seq("catalyst_", "core_", "graphx_", "launcher_", "mllib_", "mllib-local_",
    --- End diff --
    
    otherwise it's hard to keep both in sync


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    **[Test build #77560 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77560/testReport)** for PR 17947 at commit [`d562ea2`](https://github.com/apache/spark/commit/d562ea29c35b36afd699ab00b785f9a5ac8053ba).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by brkyvz <gi...@git.apache.org>.
Github user brkyvz commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    Thanks @dongjoon-hyun LGTM. Merging to master


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by dongjoon-hyun <gi...@git.apache.org>.
Github user dongjoon-hyun commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    @brkyvz . Sure. I renamed it into `IVY_DEFAULT_EXCLUDES` and add more documents about that.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by dongjoon-hyun <gi...@git.apache.org>.
Github user dongjoon-hyun commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    Retest this please.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-t...

Posted by brkyvz <gi...@git.apache.org>.
Github user brkyvz commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17947#discussion_r119222865
  
    --- Diff: core/src/test/scala/org/apache/spark/deploy/SparkSubmitUtilsSuite.scala ---
    @@ -187,11 +187,12 @@ class SparkSubmitUtilsSuite extends SparkFunSuite with BeforeAndAfterAll {
       }
     
       test("neglects Spark and Spark's dependencies") {
    -    val components = Seq("catalyst_", "core_", "graphx_", "hive_", "mllib_", "repl_",
    -      "sql_", "streaming_", "yarn_", "network-common_", "network-shuffle_", "network-yarn_")
    +    val components = Seq("catalyst_", "core_", "graphx_", "hive_", "hive-thriftserver_",
    --- End diff --
    
    same for yarn



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    **[Test build #77615 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77615/testReport)** for PR 17947 at commit [`2cf5400`](https://github.com/apache/spark/commit/2cf5400cdcd9226bf98fc19741143e49edb17a91).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by dongjoon-hyun <gi...@git.apache.org>.
Github user dongjoon-hyun commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    Retest this please.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-t...

Posted by dongjoon-hyun <gi...@git.apache.org>.
Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17947#discussion_r119224043
  
    --- Diff: core/src/test/scala/org/apache/spark/deploy/SparkSubmitUtilsSuite.scala ---
    @@ -187,11 +187,12 @@ class SparkSubmitUtilsSuite extends SparkFunSuite with BeforeAndAfterAll {
       }
     
       test("neglects Spark and Spark's dependencies") {
    -    val components = Seq("catalyst_", "core_", "graphx_", "hive_", "mllib_", "repl_",
    -      "sql_", "streaming_", "yarn_", "network-common_", "network-shuffle_", "network-yarn_")
    +    val components = Seq("catalyst_", "core_", "graphx_", "hive_", "hive-thriftserver_",
    --- End diff --
    
    I see. I'll remove `hive`, `hive-thriftserver`, `mesos`, and `yarn`.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    Merged build finished. Test PASSed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    Merged build finished. Test PASSed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    **[Test build #77614 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77614/testReport)** for PR 17947 at commit [`8b184e7`](https://github.com/apache/spark/commit/8b184e78370a607bbfbad794138d489c04841b15).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    Test FAILed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77098/
    Test FAILed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by brkyvz <gi...@git.apache.org>.
Github user brkyvz commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    We shouldn't neglect dependencies that are not in the assembly jar by default. Otherwise thanks for doing this!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    **[Test build #76793 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/76793/testReport)** for PR 17947 at commit [`6ac403a`](https://github.com/apache/spark/commit/6ac403a06bb8539d3176ea4355b19addff40592f).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/17947
  
    **[Test build #77554 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77554/testReport)** for PR 17947 at commit [`bfa5238`](https://github.com/apache/spark/commit/bfa5238b5292376f00a5137f16d0d6bade5897a9).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-t...

Posted by dongjoon-hyun <gi...@git.apache.org>.
Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17947#discussion_r119223844
  
    --- Diff: core/src/test/scala/org/apache/spark/deploy/SparkSubmitUtilsSuite.scala ---
    @@ -187,11 +187,12 @@ class SparkSubmitUtilsSuite extends SparkFunSuite with BeforeAndAfterAll {
       }
     
       test("neglects Spark and Spark's dependencies") {
    -    val components = Seq("catalyst_", "core_", "graphx_", "hive_", "mllib_", "repl_",
    -      "sql_", "streaming_", "yarn_", "network-common_", "network-shuffle_", "network-yarn_")
    +    val components = Seq("catalyst_", "core_", "graphx_", "hive_", "hive-thriftserver_",
    +      "launcher_", "mesos_", "mllib_", "mllib-local_", "network-common_", "network-shuffle_",
    +      "network-yarn_", "repl_", "sketch_", "sql_", "streaming_", "tags_", "unsafe_", "yarn_")
     
         val coordinates =
    -      components.map(comp => s"org.apache.spark:spark-${comp}2.10:1.2.0").mkString(",") +
    +      components.map(comp => s"org.apache.spark:spark-${comp}2.10:2.1.1").mkString(",") +
    --- End diff --
    
    Sure! Thank you for review.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-t...

Posted by dongjoon-hyun <gi...@git.apache.org>.
Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17947#discussion_r119228379
  
    --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala ---
    @@ -964,8 +964,9 @@ private[spark] object SparkSubmitUtils {
         // We need to specify each component explicitly, otherwise we miss spark-streaming-kafka-0-8 and
         // other spark-streaming utility components. Underscore is there to differentiate between
         // spark-streaming_2.1x and spark-streaming-kafka-0-8-assembly_2.1x
    -    val components = Seq("catalyst_", "core_", "graphx_", "hive_", "mllib_", "repl_",
    -      "sql_", "streaming_", "yarn_", "network-common_", "network-shuffle_", "network-yarn_")
    +    val components = Seq("catalyst_", "core_", "graphx_", "launcher_", "mllib_", "mllib-local_",
    --- End diff --
    
    Sure!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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