You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by srowen <gi...@git.apache.org> on 2015/02/11 01:42:29 UTC

[GitHub] spark pull request: SPARK-5727 [BUILD] Deprecate Debian packaging

GitHub user srowen opened a pull request:

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

    SPARK-5727 [BUILD] Deprecate Debian packaging

    This just adds a deprecation message. It's intended for backporting to branch 1.3 but can go in master too, to be followed by another PR that removes it for 1.4.

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

    $ git pull https://github.com/srowen/spark SPARK-5727.1

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

    https://github.com/apache/spark/pull/4516.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 #4516
    
----
commit 6c1c8b38a074e85bab3e25f6f9a449912ed7b805
Author: Sean Owen <so...@cloudera.com>
Date:   2015-02-11T00:41:07Z

    Deprecate Debian packaging

----


---
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: SPARK-5727 [BUILD] Deprecate Debian packaging

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

    https://github.com/apache/spark/pull/4516#issuecomment-73823195
  
      [Test build #27249 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27249/consoleFull) for   PR 4516 at commit [`6c1c8b3`](https://github.com/apache/spark/commit/6c1c8b38a074e85bab3e25f6f9a449912ed7b805).
     * 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 pull request: SPARK-5727 [BUILD] Deprecate Debian packaging

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

    https://github.com/apache/spark/pull/4516#discussion_r24478002
  
    --- Diff: docs/building-spark.md ---
    @@ -161,6 +161,8 @@ For help in setting up IntelliJ IDEA or Eclipse for Spark development, and troub
     
     # Building Spark Debian Packages
     
    +_NOTE: Debian packaging is deprecated and will be removed in a future release._
    --- End diff --
    
    Yes, will do. That sounds like a good idea.


---
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: SPARK-5727 [BUILD] Deprecate Debian packaging

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

    https://github.com/apache/spark/pull/4516#issuecomment-73816020
  
      [Test build #27249 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27249/consoleFull) for   PR 4516 at commit [`6c1c8b3`](https://github.com/apache/spark/commit/6c1c8b38a074e85bab3e25f6f9a449912ed7b805).
     * This patch merges cleanly.


---
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: SPARK-5727 [BUILD] Deprecate Debian packaging

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

    https://github.com/apache/spark/pull/4516#issuecomment-73823199
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/27249/
    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 pull request: SPARK-5727 [BUILD] Deprecate Debian packaging

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

    https://github.com/apache/spark/pull/4516#discussion_r24477671
  
    --- Diff: docs/building-spark.md ---
    @@ -161,6 +161,8 @@ For help in setting up IntelliJ IDEA or Eclipse for Spark development, and troub
     
     # Building Spark Debian Packages
     
    +_NOTE: Debian packaging is deprecated and will be removed in a future release._
    --- End diff --
    
    Should we maybe just say "in Spark 1.4"? It might be good to set expectations conservatively... no harm if we decide to keep it longer.


---
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: SPARK-5727 [BUILD] Deprecate Debian packaging

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

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


---
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