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

[jira] [Commented] (HIVE-5534) HCatalog shell scripts have non-executable permissions

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

Eugene Koifman commented on HIVE-5534:
--------------------------------------

Looks like the same issue as in HIVE-4559.  On trunk at least the 'x' bit is set as appropriate after 'ant package'

> HCatalog shell scripts have non-executable permissions
> ------------------------------------------------------
>
>                 Key: HIVE-5534
>                 URL: https://issues.apache.org/jira/browse/HIVE-5534
>             Project: Hive
>          Issue Type: Bug
>          Components: WebHCat
>    Affects Versions: 0.11.0, 0.12.0
>            Reporter: Mark Grover
>            Priority: Critical
>             Fix For: 0.12.0
>
>
> While playing with the hive 0.12 rc1, I noticed that the script for starting and stopping webhcatalog server don't have the correct permissions.
> {code}
> localhost:hive-0.12.0 mgrover$ find . -name *webhcat*.sh | grep -v './src/' | xargs ls -lrt
> -rw-r--r--  1 mgrover  staff  7141 Oct  9 18:50 ./hcatalog/sbin/webhcat_server.sh
> -rw-r--r--  1 mgrover  staff  4243 Oct  9 18:50 ./hcatalog/sbin/webhcat_config.sh
> {code}
> This means that we can't start or stop webhcat server using the tarball out of the box.



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