Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.4.1
-
None
-
Reviewed
-
Description
The instructions on this page recommend running Java directly in order to start the metastore:
http://wiki.apache.org/hadoop/Hive/AdminManual/MetastoreAdmin
Since we already have a generic service-starter script, it would be nice to be able to do this instead:
hive --service metastore
I've written a metastore.sh for this purpose.