You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Lei Xiang (JIRA)" <ji...@apache.org> on 2016/12/14 02:30:58 UTC

[jira] [Created] (BIGTOP-2632) bigtop 1.1.0 sqoop2 wrote rpm error

Lei Xiang created BIGTOP-2632:
---------------------------------

             Summary: bigtop 1.1.0 sqoop2 wrote rpm error
                 Key: BIGTOP-2632
                 URL: https://issues.apache.org/jira/browse/BIGTOP-2632
             Project: Bigtop
          Issue Type: Bug
          Components: build
    Affects Versions: 1.1.0
         Environment: centos6.7
            Reporter: Lei Xiang


When writing sqoop2 rpm, it show an error and interrupted,
In ~/bigtop-1.1.0/bigtop-packages/src/common/sqoop2/install_sqoop2.sh
line 137: install -m 0644 ${DIST_DIR}/server/conf/sqoop.properties ${PREFIX}/${CONF_DIR}/sqoop.properties 
The actual DIST_DIR when compile over should be install -m 0644 ${DIST_DIR}/conf/sqoop.properties ${PREFIX}/${CONF_DIR}/sqoop.properties

line 141: install -m 0644 ${DIST_DIR}/server/conf/sqoop_bootstrap.properties ${PREFIX}/${CONF_DIR}
should be 
install -m 0644 ${DIST_DIR}/conf/sqoop_bootstrap.properties ${PREFIX}/${CONF_DIR}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)