[ 
https://issues.apache.org/jira/browse/HIVE-5514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13802630#comment-13802630
 ] 

Hudson commented on HIVE-5514:
------------------------------

FAILURE: Integrated in Hive-trunk-hadoop2 #517 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2/517/])
HIVE-5514 - webhcat_server.sh foreground option does not work as expected 
(brock: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1534662)
* /hive/trunk/hcatalog/webhcat/svr/src/main/bin/webhcat_server.sh


> 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
>             Fix For: 0.13.0
>
>         Attachments: HIVE-5514.patch
>
>
> 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}
> NO PRECOMMIT TESTS



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

Reply via email to