You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "John Sichi (JIRA)" <ji...@apache.org> on 2010/01/27 00:31:34 UTC

[jira] Created: (HIVE-1105) Add service script for starting metastore server

Add service script for starting metastore server
------------------------------------------------

                 Key: HIVE-1105
                 URL: https://issues.apache.org/jira/browse/HIVE-1105
             Project: Hadoop Hive
          Issue Type: Improvement
          Components: Server Infrastructure
    Affects Versions: 0.4.1
            Reporter: John Sichi
            Priority: Minor
             Fix For: 0.6.0


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.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1105) Add service script for starting metastore server

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Sichi updated HIVE-1105:
-----------------------------

    Release Note: 
New command for starting a Hive metastore server:

hive --service metastore

          Status: Patch Available  (was: Open)

I'll update wiki docs once this patch is accepted.

> Add service script for starting metastore server
> ------------------------------------------------
>
>                 Key: HIVE-1105
>                 URL: https://issues.apache.org/jira/browse/HIVE-1105
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Server Infrastructure
>    Affects Versions: 0.4.1
>            Reporter: John Sichi
>            Assignee: John Sichi
>            Priority: Minor
>             Fix For: 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/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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-1105) Add service script for starting metastore server

Posted by "Prasad Chakka (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805286#action_12805286 ] 

Prasad Chakka commented on HIVE-1105:
-------------------------------------

nice. it will be great if can you add this info to that wiki.

> Add service script for starting metastore server
> ------------------------------------------------
>
>                 Key: HIVE-1105
>                 URL: https://issues.apache.org/jira/browse/HIVE-1105
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Server Infrastructure
>    Affects Versions: 0.4.1
>            Reporter: John Sichi
>            Priority: Minor
>             Fix For: 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/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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HIVE-1105) Add service script for starting metastore server

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Sichi reassigned HIVE-1105:
--------------------------------

    Assignee: John Sichi

> Add service script for starting metastore server
> ------------------------------------------------
>
>                 Key: HIVE-1105
>                 URL: https://issues.apache.org/jira/browse/HIVE-1105
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Server Infrastructure
>    Affects Versions: 0.4.1
>            Reporter: John Sichi
>            Assignee: John Sichi
>            Priority: Minor
>             Fix For: 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/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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1105) Add service script for starting metastore server

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Sichi updated HIVE-1105:
-----------------------------

    Attachment: HIVE-1105.1.patch

Here's the patch; it also fixes a typo in the existing help.sh.

> Add service script for starting metastore server
> ------------------------------------------------
>
>                 Key: HIVE-1105
>                 URL: https://issues.apache.org/jira/browse/HIVE-1105
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Server Infrastructure
>    Affects Versions: 0.4.1
>            Reporter: John Sichi
>            Priority: Minor
>             Fix For: 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/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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1105) Add service script for starting metastore server

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach updated HIVE-1105:
---------------------------------

    Fix Version/s:     (was: 0.6.0)

> Add service script for starting metastore server
> ------------------------------------------------
>
>                 Key: HIVE-1105
>                 URL: https://issues.apache.org/jira/browse/HIVE-1105
>             Project: 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
>
>         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/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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1105) Add service script for starting metastore server

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
     [ 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-1105
>             Project: 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/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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.