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)