Search

How to start Hive metastore service as a background process?



We can start hive metastore service as a background process with below command.
Shell

$ hive --service metastore &

By using kill -9 <process id> we can stop this service.