You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by sun-rui <gi...@git.apache.org> on 2015/12/18 04:33:18 UTC

[GitHub] spark pull request: [SPARK-10500][SPARKR] sparkr.zip cannot be cre...

GitHub user sun-rui opened a pull request:

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

    [SPARK-10500][SPARKR] sparkr.zip cannot be created if /R/lib is unwritable

    Backport https://github.com/apache/spark/pull/9390 and https://github.com/apache/spark/pull/9744 to branch-1.5.

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

    $ git pull https://github.com/sun-rui/spark SPARK-10500-branch-1.5

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

    https://github.com/apache/spark/pull/10372.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 #10372
    
----
commit 9e076f9f1ee651870b5468efe3d71b5543288b9d
Author: Sun Rui <ru...@intel.com>
Date:   2015-10-31T10:25:21Z

    [SPARK-10500][SPARKR] sparkr.zip cannot be created if /R/lib is unwritable

commit 697f76063d5e18a0ceabfa1064f2f9f36d3a4c08
Author: Sun Rui <ru...@intel.com>
Date:   2015-11-01T05:21:00Z

    Support accessing the built R packages in SparkR shell.

commit d490cfd7a6a4cab197dd54dfef7b9dc7cd7ea8b0
Author: Sun Rui <ru...@intel.com>
Date:   2015-11-05T07:55:22Z

    Exit when running SparkR with mesos cluster.

commit d3edf9f1342e6a8efb792406e1a96d9517ff1c05
Author: Sun Rui <ru...@intel.com>
Date:   2015-11-12T15:28:54Z

    Fix R package installation failure if it depends on SparkR.

commit 8f53e78a6d4280257904d2d98feabe7ec4ab1768
Author: Sun Rui <ru...@intel.com>
Date:   2015-11-13T03:42:48Z

    Fix comments.

commit 2b114383a3c18e60af1bb1ff8cdab453b6b92030
Author: Shivaram Venkataraman <sh...@cs.berkeley.edu>
Date:   2015-11-16T20:53:52Z

    Disable flaky SparkR package build test

commit bdb46ac2ef28bd9c27a1919b06b648ad4a655bed
Author: Shivaram Venkataraman <sh...@cs.berkeley.edu>
Date:   2015-11-16T21:49:40Z

    Use ignore instead of commenting it out

----


---
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-10500][SPARKR] sparkr.zip cannot be cre...

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

    https://github.com/apache/spark/pull/10372#issuecomment-165847552
  
    @sun-rui Could you close this PR ? For branches other than `master` we need to do this manually.


---
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-10500][SPARKR] sparkr.zip cannot be cre...

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

    https://github.com/apache/spark/pull/10372#issuecomment-165661047
  
    Just checking: Did the patches apply cleanly on branch-1.5 or were there any conflicts ?


---
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-10500][SPARKR] sparkr.zip cannot be cre...

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

    https://github.com/apache/spark/pull/10372#issuecomment-165664446
  
    Thanks a lot @sun-rui .


---
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-10500][SPARKR] sparkr.zip cannot be cre...

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

    https://github.com/apache/spark/pull/10372#issuecomment-165946896
  
    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


[GitHub] spark pull request: [SPARK-10500][SPARKR] sparkr.zip cannot be cre...

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

    https://github.com/apache/spark/pull/10372#issuecomment-165688571
  
      [Test build #47981 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/47981/console) for   PR 10372 at commit [`bdb46ac`](https://github.com/apache/spark/commit/bdb46ac2ef28bd9c27a1919b06b648ad4a655bed).
     * 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-10500][SPARKR] sparkr.zip cannot be cre...

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

    https://github.com/apache/spark/pull/10372#issuecomment-165688776
  
    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 pull request: [SPARK-10500][SPARKR] sparkr.zip cannot be cre...

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

    https://github.com/apache/spark/pull/10372#issuecomment-165663441
  
    clean


---
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-10500][SPARKR] sparkr.zip cannot be cre...

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

    https://github.com/apache/spark/pull/10372#issuecomment-165801034
  
    LGTM. Thanks @sun-rui -- Merging this to branch-1.5


---
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-10500][SPARKR] sparkr.zip cannot be cre...

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

    https://github.com/apache/spark/pull/10372#issuecomment-165662564
  
      [Test build #47981 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/47981/consoleFull) for   PR 10372 at commit [`bdb46ac`](https://github.com/apache/spark/commit/bdb46ac2ef28bd9c27a1919b06b648ad4a655bed).


---
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-10500][SPARKR] sparkr.zip cannot be cre...

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

    https://github.com/apache/spark/pull/10372#issuecomment-165663611
  
    cc @jerryshao 


---
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-10500][SPARKR] sparkr.zip cannot be cre...

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

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


---
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-10500][SPARKR] sparkr.zip cannot be cre...

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

    https://github.com/apache/spark/pull/10372#issuecomment-165688780
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/47981/
    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