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:16:42 UTC

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

Mark Grover created HIVE-5534:
---------------------------------

             Summary: 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)