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

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

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

Mark Grover commented on HIVE-5534:
-----------------------------------

Poking more seems like this a problem with all hcatalog scripts so starting hcatalog server is affected as well:
{code}
-rw-r--r--  1 mgrover  staff   2048 Oct  9 18:50 ./hcatalog/share/hcatalog/scripts/hcat_server_stop.sh
-rw-r--r--  1 mgrover  staff   3003 Oct  9 18:50 ./hcatalog/share/hcatalog/scripts/hcat_server_start.sh
-rw-r--r--  1 mgrover  staff   4698 Oct  9 18:50 ./hcatalog/share/hcatalog/scripts/hcat_server_install.sh
-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
-rw-r--r--  1 mgrover  staff  10013 Oct  9 18:50 ./hcatalog/sbin/update-hcatalog-env.sh
-rw-r--r--  1 mgrover  staff   4540 Oct  9 18:50 ./hcatalog/sbin/hcat_server.sh
-rw-r--r--  1 mgrover  staff   2543 Oct  9 18:50 ./hcatalog/libexec/hcat-config.sh
{code}

I update the title of the JIRA to reflect the above.

> Webhcatalog 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
>             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)