You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/14 13:31:00 UTC

[jira] [Commented] (BIGTOP-2882) Bump versions: Hadoop-2.8.1, HBASE-1.3.1 and Pig-0.17.0

    [ https://issues.apache.org/jira/browse/BIGTOP-2882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16166304#comment-16166304 ] 

ASF GitHub Bot commented on BIGTOP-2882:
----------------------------------------

GitHub user acmnu opened a pull request:

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

    BIGTOP-2882: Bump Hadoop to 2.8.1

    That patch also bump Hbase to 1.3.1 and Pig to 0.17.0
    
    Pig changes:
    
        Bump Pig to 0.17.0.
        Remove useless patches PIG-4676 and PIG-4728
        because  it is already in 0.17 release.
        Add patch PIG-5304 to build pig with Hadoop 2.8
    
    Hbase changes:
        There are a number of issues with licenses check when hbase
        building with Hadoop 2.8.x
    
        That patch bump hbase to latest release and add couple patches.
    
    Hadoop changes:
    
        fuse_dfs target dir has been changed in 2.8
        HADOOP-12366 has been ported to 2.8.1
        HADOOP-11628 was merged in 2.8.x so removes it.
    
        Add package goal to mvn. Without that goal tar is incomplete:
    
        + for dir in '${HADOOP_DIR}/{lib,}' '${HDFS_DIR}/{lib,}' '${YARN_DIR}/{lib,}' '${MAPREDUCE_DIR}/{lib,}'
        + '[' -e /code/build/hadoop/rpm/BUILDROOT/hadoop-2.8.1-243.el7.centos.x86_64/usr/lib/hadoop-mapreduce//hadoop-common-2.8.1.jar ']'
        + exit 1
        error: Bad exit status from /var/tmp/rpm-tmp.5Etrah (%install)
        Bad exit status from /var/tmp/rpm-tmp.5Etrah (%install)

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

    $ git pull https://github.com/arenadata/bigtop BIGTOP-2882

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

    https://github.com/apache/bigtop/pull/283.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 #283
    
----
commit a8bd7b59a0a55548f97714335756f2c5d5aafc9e
Author: Anton Chevychalov <pu...@mnu.pp.ru>
Date:   2017-09-14T13:23:42Z

    BIGTOP-2882: Bump Hadoop to 2.8.1
    
    That patch also bump Hbase to 1.3.1 and Pig to 0.17.0
    
    Pig changes:
    
        Bump Pig to 0.17.0.
        Remove useless patches PIG-4676 and PIG-4728
        because  it is already in 0.17 release.
        Add patch PIG-5304 to build pig with Hadoop 2.8
    
    Hbase changes:
        There are a number of issues with licenses check when hbase
        building with Hadoop 2.8.x
    
        That patch bump hbase to latest release and add couple patches.
    
    Hadoop changes:
    
        fuse_dfs target dir has been changed in 2.8
        HADOOP-12366 has been ported to 2.8.1
        HADOOP-11628 was merged in 2.8.x so removes it.
    
        Add package goal to mvn. Without that goal tar is incomplete:
    
        + for dir in '${HADOOP_DIR}/{lib,}' '${HDFS_DIR}/{lib,}' '${YARN_DIR}/{lib,}' '${MAPREDUCE_DIR}/{lib,}'
        + '[' -e /code/build/hadoop/rpm/BUILDROOT/hadoop-2.8.1-243.el7.centos.x86_64/usr/lib/hadoop-mapreduce//hadoop-common-2.8.1.jar ']'
        + exit 1
        error: Bad exit status from /var/tmp/rpm-tmp.5Etrah (%install)
        Bad exit status from /var/tmp/rpm-tmp.5Etrah (%install)

----


> Bump versions: Hadoop-2.8.1, HBASE-1.3.1 and Pig-0.17.0
> -------------------------------------------------------
>
>                 Key: BIGTOP-2882
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2882
>             Project: Bigtop
>          Issue Type: Improvement
>          Components: hadoop, hbase, pig
>            Reporter: Anton Chevychalov
>
> Let's bump to latest version of Hadoop. Besides it force us to bump hbase and pig.
> First initial patch will be there shortly. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)