You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by ravwojdyla <gi...@git.apache.org> on 2014/07/21 02:57:42 UTC

[GitHub] bigtop pull request: Fix HBase and Spark versions

GitHub user ravwojdyla opened a pull request:

    https://github.com/apache/bigtop/pull/4

    Fix HBase and Spark versions

    Add missing '-hadoop2' suffix to hbase artifact
    Fix Spark version - bump from 2.9.3 to 2.10

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

    $ git pull https://github.com/ravwojdyla/bigtop rav/fix_hbase_version

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

    https://github.com/apache/bigtop/pull/4.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 #4
    
----
commit 24c6dd306d3bc81c19722bd63b8f1a0f16456950
Author: Rafal Wojdyla <ra...@spotify.com>
Date:   2014-07-21T00:24:50Z

    Fix HBase and Spark versions
    
    Add missing '-hadoop2' suffix to hbase artifact
    Fix Spark version - bump from 2.9.3 to 2.10

----


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

Re: [GitHub] bigtop pull request: Fix HBase and Spark versions

Posted by Roman Shaposhnik <ro...@shaposhnik.org>.
It works!!! ;-)

On Sun, Jul 20, 2014 at 5:57 PM, ravwojdyla <gi...@git.apache.org> wrote:
> GitHub user ravwojdyla opened a pull request:
>
>     https://github.com/apache/bigtop/pull/4
>
>     Fix HBase and Spark versions
>
>     Add missing '-hadoop2' suffix to hbase artifact
>     Fix Spark version - bump from 2.9.3 to 2.10
>
> You can merge this pull request into a Git repository by running:
>
>     $ git pull https://github.com/ravwojdyla/bigtop rav/fix_hbase_version
>
> Alternatively you can review and apply these changes as the patch at:
>
>     https://github.com/apache/bigtop/pull/4.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 #4
>
> ----
> commit 24c6dd306d3bc81c19722bd63b8f1a0f16456950
> Author: Rafal Wojdyla <ra...@spotify.com>
> Date:   2014-07-21T00:24:50Z
>
>     Fix HBase and Spark versions
>
>     Add missing '-hadoop2' suffix to hbase artifact
>     Fix Spark version - bump from 2.9.3 to 2.10
>
> ----
>
>
> ---
> 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] bigtop pull request: Fix HBase and Spark versions

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

    https://github.com/apache/bigtop/pull/4#issuecomment-49567237
  
    Hbase version doesn't need fixing - we are building hbase with non-classified version on purpose.


---
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] bigtop pull request: Fix HBase and Spark versions

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

    https://github.com/apache/bigtop/pull/4#issuecomment-49614159
  
    @c0s  thanks for feedback!
    About HBase, if I follow readme instruction to get started ("For Users: Running the tests").
    Maven will actually fail to fetch hbase artifacts - because such artifacts doesn't exist.
    Should I use some specific maven repository?
    
    About Spark in root pom - version is 0.9.1, but spark-core_2.9.3 artifact doesn't exist for version 0.9.1, are you building your own artifacts for spark as well? What would you suggest to do? 


---
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] bigtop pull request: Fix HBase and Spark versions

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

    https://github.com/apache/bigtop/pull/4#issuecomment-49567274
  
    Hbase version doesn't need fixing - we are building hbase with non-classified version on purpose.
    Spark is at the version of 1.0, hence 2.10 is about something else.


---
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] bigtop pull request: Fix HBase and Spark versions

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

    https://github.com/apache/bigtop/pull/4#issuecomment-49645366
  
    Thanks @ravwojdyla Good find regarding the spark core artifact name change. The version refers to the Scala version and that's now 2.10 in Spark 0.9.1 so your changes for Spark make sense to me
    
    Here is the reference:
    https://github.com/apache/spark/blob/v0.9.1/core/pom.xml#L29


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