Add hive pseudo-user to run Apache Hive metastore service.

This commit is contained in:
Dmitry Sivachenko 2015-04-23 14:53:42 +00:00
parent 0de01e111e
commit 2421c3bb1d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384589
2 changed files with 2 additions and 0 deletions

1
GIDs
View File

@ -308,6 +308,7 @@ spark:*:987:
emby:*:989:
oozie:*:990:
sguil:*:991:
hive:*:992:
ebnetd:*:999:
nogroup:*:65533:
nobody:*:65534:

1
UIDs
View File

@ -317,5 +317,6 @@ toxdht:*:988:65534::0:0:Tox DHT bootstrap user:/nonexistent:/usr/sbin/nologin
emby:*:989:989::0:0:Emby:/nonexistent:/usr/sbin/nologin
oozie:*:990:990::0:0:Apache Oozie user:/nonexistent:/usr/sbin/nologin
sguil:*:991:991::0:0:Sguil:/nonexistent:/usr/sbin/nologin
hive:*:992:992::0:0:Apache Hive user:/nonexistent:/usr/sbin/nologin
ebnetd:*:999:999::0:0:EBNETD:/nonexistent:/usr/sbin/nologin
nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin