[ https://issues.apache.org/jira/browse/HIVE-5534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mark Grover updated HIVE-5534: ------------------------------ Priority: Critical (was: Major) Summary: HCatalog shell scripts have non-executable permissions (was: Webhcatalog shell scripts have non-executable permissions) > 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)