[
https://issues.apache.org/jira/browse/BIGTOP-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14053610#comment-14053610
]
Yi Zhou commented on BIGTOP-236:
--------------------------------
Hi Roman,
The patch is to fix the home directory of 'hbase' user changed from
'/var/run/hbase' to '/var/lib/hbase' when the 'hbase' user is created.
In hbase.mk file, we change the home directory to '/var/lib/hbase' like below:
getent passwd hbase 2>&1 > /dev/null || /usr/sbin/useradd -c "HBase" -s
/sbin/nologin -g hbase -r -d /var/lib/hbase hbase 2> /dev/null || :
> The user installed by hbase gets an incorrect home directory
> ------------------------------------------------------------
>
> Key: BIGTOP-236
> URL: https://issues.apache.org/jira/browse/BIGTOP-236
> Project: Bigtop
> Issue Type: Task
> Components: General
> Affects Versions: 0.1.0, 0.7.0
> Reporter: Peter Linnell
> Assignee: Peter Linnell
> Priority: Trivial
> Labels: patch
> Attachments: BIGTOP-236.patch, BIGTOP-236_2.patch
>
>
> HBase installs its user with a home directory of /var/run/hbase which is
> inconsistent with other components and should really be /var/lib/hbase
--
This message was sent by Atlassian JIRA
(v6.2#6252)