You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Olaf Flebbe (JIRA)" <ji...@apache.org> on 2016/12/16 15:21:58 UTC

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

     [ https://issues.apache.org/jira/browse/BIGTOP-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olaf Flebbe closed BIGTOP-2632.
-------------------------------

> 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
>             Fix For: 1.2.0
>
>
> 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)