You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Brock Noland (JIRA)" <ji...@apache.org> on 2013/10/10 21:09:45 UTC

[jira] [Created] (HIVE-5514) webhcat_server.sh foreground option does not work as expected

Brock Noland created HIVE-5514:
----------------------------------

             Summary: webhcat_server.sh foreground option does not work as expected
                 Key: HIVE-5514
                 URL: https://issues.apache.org/jira/browse/HIVE-5514
             Project: Hive
          Issue Type: Improvement
            Reporter: Brock Noland
            Assignee: Brock Noland
            Priority: Minor


Executing webhcat script webhcat_server.sh with the foreground option, it calls calls hadoop without using exec. When you kill the webhcat_server.sh process, it does not kill the real webhcat server.

Just need to add the word exec below in webhcat_server.sh:
{noformat}
function foreground_webhcat() {
        exec $start_cmd
}
{noformat}



--
This message was sent by Atlassian JIRA
(v6.1#6144)