aboutsummaryrefslogtreecommitdiff
path: root/bigtop-packages/src/deb/hbase
diff options
context:
space:
mode:
authorRoman Shaposhnik <rvs@apache.org>2012-04-22 00:56:25 +0000
committerRoman Shaposhnik <rvs@apache.org>2012-04-22 00:56:25 +0000
commit191720298bfc95d532b63a67871a48716a9e4672 (patch)
tree70de7ccf4ff20ca75c474c9fb656ca04a3dc6d51 /bigtop-packages/src/deb/hbase
parentdb289ffbb38ba4c3d7c4c8ac1b88ce1d1f0700d4 (diff)
BIGTOP-556. hbase, yarn and hdfs users are getting incorrect home directories on Debian
git-svn-id: https://svn.apache.org/repos/asf/incubator/bigtop/trunk@1328757 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bigtop-packages/src/deb/hbase')
-rw-r--r--bigtop-packages/src/deb/hbase/hbase.preinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/bigtop-packages/src/deb/hbase/hbase.preinst b/bigtop-packages/src/deb/hbase/hbase.preinst
index 3f28d461..ba68c02d 100644
--- a/bigtop-packages/src/deb/hbase/hbase.preinst
+++ b/bigtop-packages/src/deb/hbase/hbase.preinst
@@ -37,7 +37,7 @@ case "$1" in
adduser \
--system \
--group \
- --home /var/lib/hbase \
+ --home /var/run/hbase \
--gecos "HBase User" \
--shell /bin/bash \
hbase >/dev/null