[
https://issues.apache.org/jira/browse/HIVE-4559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13696374#comment-13696374
]
Ashutosh Chauhan commented on HIVE-4559:
----------------------------------------
I am not sure how ant directive chmod works on windows. But since there is
already a chmod in build.xml which doesnt fail the build on windows, I assume
adding another one should be fine. Anyways, perms for these files are
non-relevant for windows. But, do we need to worry about similar perms issue
for windows script files?
Proceeding with commit for this patch, since above issues (if any) can be dealt
with in a follow-up.
> hcatalog/webhcat scripts in tar.gz don't have execute permissions set
> ---------------------------------------------------------------------
>
> Key: HIVE-4559
> URL: https://issues.apache.org/jira/browse/HIVE-4559
> Project: Hive
> Issue Type: Bug
> Components: Build Infrastructure, HCatalog
> Affects Versions: 0.11.0
> Reporter: Thejas M Nair
> Assignee: Eugene Koifman
> Attachments: HIVE-4559.patch
>
>
> After running 'package' target in hive, the sbin/bin files in the package
> directory created for hcatalog and webhcat don't have execute permissions.
> {code}
> $ ls -l build/dist/hcatalog/bin/
> total 16
> -rw-r--r-- 1 thejas staff 5517 May 14 18:18 hcat
> $ ls -l build/dist/hcatalog/sbin/
> total 64
> -rw-r--r-- 1 thejas staff 4540 May 14 18:18 hcat_server.sh
> -rw-r--r-- 1 thejas staff 10013 May 14 18:18 update-hcatalog-env.sh
> -rw-r--r-- 1 thejas staff 2996 May 14 18:18 webhcat_config.sh
> -rw-r--r-- 1 thejas staff 7136 May 14 18:18 webhcat_server.sh
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira