You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by liancheng <gi...@git.apache.org> on 2014/04/16 15:17:38 UTC

[GitHub] spark pull request: [SPARK-959] Updated SBT from 0.13.1 to 0.13.2

GitHub user liancheng opened a pull request:

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

    [SPARK-959] Updated SBT from 0.13.1 to 0.13.2

    JIRA issue: [SPARK-959](https://spark-project.atlassian.net/browse/SPARK-959)
    
    SBT 0.13.2 has been officially released. This version updated Ivy 2.0 to Ivy 2.3, which fixes [IVY-899](https://issues.apache.org/jira/browse/IVY-899). This PR also removed previous workaround.

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

    $ git pull https://github.com/liancheng/spark updateSbt

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

    https://github.com/apache/spark/pull/426.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 #426
    
----
commit 95e3dc83abf3e81b6ae56a14c342ab8a2574fb60
Author: Cheng Lian <li...@gmail.com>
Date:   2014-04-16T11:52:09Z

    Updated SBT from 0.13.1 to 0.13.2 to fix SPARK-959

----


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

[GitHub] spark pull request: [SPARK-959] Updated SBT from 0.13.1 to 0.13.2

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

    https://github.com/apache/spark/pull/426#issuecomment-40597057
  
     Merged build triggered. 


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

[GitHub] spark pull request: [SPARK-959] Updated SBT from 0.13.1 to 0.13.2

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

    https://github.com/apache/spark/pull/426#issuecomment-40614059
  
    We should probably also add at least the `incOptions := incOptions.value.withNameHashing(true)` for improved incremental builds, and perhaps some of the other options from [IncOptions.scala](https://github.com/sbt/sbt/blob/0.13/compile/inc/src/main/scala/sbt/inc/IncOptions.scala)


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

[GitHub] spark pull request: [SPARK-959] Updated SBT from 0.13.1 to 0.13.2

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

    https://github.com/apache/spark/pull/426#issuecomment-40601389
  
    Merged build finished. All automated tests 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.
---

[GitHub] spark pull request: [SPARK-959] Updated SBT from 0.13.1 to 0.13.2

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

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


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

[GitHub] spark pull request: [SPARK-959] Updated SBT from 0.13.1 to 0.13.2

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

    https://github.com/apache/spark/pull/426#issuecomment-40601390
  
    All automated tests passed.
    Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/14175/


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

[GitHub] spark pull request: [SPARK-959] Updated SBT from 0.13.1 to 0.13.2

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

    https://github.com/apache/spark/pull/426#issuecomment-40823670
  
    So I did spend some time comparing various incremental builds with and without the `withNameHashing` `incOption`.  Either I'm not understanding how to set and use that parameter correctly, or it's of no real use to us, because I am not able to discern any difference in build times with or without the option set.
    
    Looks like it's going to take the further efforts of someone who understands SBT better and/or has more time to put into the investigation of `incOptions` than I do if we are going to realize any benefit from those options. 


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

[GitHub] spark pull request: [SPARK-959] Updated SBT from 0.13.1 to 0.13.2

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

    https://github.com/apache/spark/pull/426#issuecomment-40616149
  
    @liancheng thanks a lot I'm merging this. @markhamstra would love a follow-on patch with any of the options you think are helpful.


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

[GitHub] spark pull request: [SPARK-959] Updated SBT from 0.13.1 to 0.13.2

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

    https://github.com/apache/spark/pull/426#issuecomment-40597072
  
    Merged build started. 


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