|
Zheng Shao (JIRA) |
at Jan 28, 2010 at 11:37 pm
|
⇧ |
| |
[
https://issues.apache.org/jira/browse/HIVE-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Zheng Shao updated HIVE-1105:
-----------------------------
Resolution: Fixed
Fix Version/s: 0.5.0
Release Note:
HIVE-1105. Add service script for starting metastore server. (John Sichi via zshao)
New command for starting a Hive metastore server:
hive --service metastore
was:
New command for starting a Hive metastore server:
hive --service metastore
Hadoop Flags: [Reviewed]
Status: Resolved (was: Patch Available)
Committed to branch-0.5 and trunk. Thanks John!
Please mention this is available since 0.5.
Add service script for starting metastore server
------------------------------------------------
Key: HIVE-1105
URL:
https://issues.apache.org/jira/browse/HIVE-1105Project: Hadoop Hive
Issue Type: Improvement
Components: Server Infrastructure
Affects Versions: 0.4.1
Reporter: John Sichi
Assignee: John Sichi
Priority: Minor
Fix For: 0.5.0, 0.6.0
Attachments: HIVE-1105.1.patch
The instructions on this page recommend running Java directly in order to start the metastore:
http://wiki.apache.org/hadoop/Hive/AdminManual/MetastoreAdminSince 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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.