GitHub user acmnu opened a pull request:

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

    Bump Hadoop to 2.8.1

    Patches:
    =======
    HADOOP-12366 was ported to 2.8.1
    HADOOP-11628 was removed because it was merged to 2.8
    
    Build time issues fixed:
    ========================
    Fuse_dfs target dir has been changed in 2.8
    -------------------------------------------
    + cp 
hadoop-hdfs-project/hadoop-hdfs/target/native/main/native/fuse-dfs/fuse_dfs 
build/bin/
    cp: cannot stat 
'hadoop-hdfs-project/hadoop-hdfs/target/native/main/native/fuse-dfs/fuse_dfs': 
No such file or directory
    
    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-2893

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

    https://github.com/apache/bigtop/pull/288.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 #288
    
----
commit 009dec7795678ff64a83c72147379d8ced208f52
Author: Anton Chevychalov <[email protected] [email protected]>
Date:   2017-09-27T11:48:38Z

    Bump Hadoop to 2.8.1
    
    Patches:
    =======
    HADOOP-12366 was ported to 2.8.1
    HADOOP-11628 was removed because it was merged to 2.8
    
    Build time issues fixed:
    ========================
    Fuse_dfs target dir has been changed in 2.8
    -------------------------------------------
    + cp 
hadoop-hdfs-project/hadoop-hdfs/target/native/main/native/fuse-dfs/fuse_dfs 
build/bin/
    cp: cannot stat 
'hadoop-hdfs-project/hadoop-hdfs/target/native/main/native/fuse-dfs/fuse_dfs': 
No such file or directory
    
    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)

----


---

Reply via email to