Initial commit
This commit is contained in:
commit
45de502692
8 changed files with 391 additions and 0 deletions
10
hbase-hbck.service
Normal file
10
hbase-hbck.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
User=hbase
|
||||
Description=HBase hbck
|
||||
|
||||
[Service]
|
||||
Type=Simple
|
||||
ExecStart=/usr/bin/hbase hbck
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue