BIGTOP-954. metadada and user data for sqoop and hcatalog packages are wrong
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/786706ba Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/786706ba Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/786706ba Branch: refs/heads/master Commit: 786706ba7b6ff0106077ec48db7c4215f61a8a9b Parents: 3f03f62 Author: Roman Shaposhnik <[email protected]> Authored: Tue Apr 30 17:38:15 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Wed May 1 10:35:06 2013 -0700 ---------------------------------------------------------------------- bigtop-packages/src/deb/hcatalog/hcatalog.preinst | 2 +- .../src/rpm/hcatalog/SPECS/hcatalog.spec | 2 +- bigtop-packages/src/rpm/sqoop/SPECS/sqoop.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/786706ba/bigtop-packages/src/deb/hcatalog/hcatalog.preinst ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/hcatalog/hcatalog.preinst b/bigtop-packages/src/deb/hcatalog/hcatalog.preinst index acaca99..31d76e6 100644 --- a/bigtop-packages/src/deb/hcatalog/hcatalog.preinst +++ b/bigtop-packages/src/deb/hcatalog/hcatalog.preinst @@ -26,7 +26,7 @@ case "$1" in adduser \ --system \ --group \ - --home /usr/lib/hcatalog \ + --home /var/run/hcatalog \ --gecos "HCatalog User" \ --shell /bin/false \ hcatalog >/dev/null http://git-wip-us.apache.org/repos/asf/bigtop/blob/786706ba/bigtop-packages/src/rpm/hcatalog/SPECS/hcatalog.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/hcatalog/SPECS/hcatalog.spec b/bigtop-packages/src/rpm/hcatalog/SPECS/hcatalog.spec index 3fd9889..f63e8fe 100644 --- a/bigtop-packages/src/rpm/hcatalog/SPECS/hcatalog.spec +++ b/bigtop-packages/src/rpm/hcatalog/SPECS/hcatalog.spec @@ -184,7 +184,7 @@ fi %pre getent group hcatalog >/dev/null || groupadd -r hcatalog || : -getent passwd hcatalog >/dev/null || useradd -c "HCatalog User" -s /sbin/nologin -g hcatalog -r -d %{usr_lib_hcatalog} hcatalog 2> /dev/null || : +getent passwd hcatalog >/dev/null || useradd -c "HCatalog User" -s /sbin/nologin -g hcatalog -r -d /var/run/hcatalog hcatalog 2> /dev/null || : %post %{alternatives_cmd} --install %{conf_hcatalog} hcatalog-conf %{conf_hcatalog}.dist 30 http://git-wip-us.apache.org/repos/asf/bigtop/blob/786706ba/bigtop-packages/src/rpm/sqoop/SPECS/sqoop.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/sqoop/SPECS/sqoop.spec b/bigtop-packages/src/rpm/sqoop/SPECS/sqoop.spec index 6cd98c2..0e880d3 100644 --- a/bigtop-packages/src/rpm/sqoop/SPECS/sqoop.spec +++ b/bigtop-packages/src/rpm/sqoop/SPECS/sqoop.spec @@ -51,7 +51,7 @@ Name: sqoop Version: %{sqoop_version} Release: %{sqoop_release} Summary: Tool for easy imports and exports of data sets between databases and the Hadoop ecosystem -URL: http://incubator.apache.org/sqoop/ +URL: http://sqoop.apache.org Group: Development/Libraries Buildroot: %{_topdir}/INSTALL/%{name}-%{version} License: APL2
