[ https://issues.apache.org/jira/browse/HIVE-1624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913881#action_12913881 ]
Vaibhav Aggarwal commented on HIVE-1624: ---------------------------------------- I will remove some of the unnecessary log statements. The patch consists of two parts: 1. It extends the add file/jar functionality to download remote files. I think it makes sense as it is as the user is expected to have access to the file from the client location. In case that is not true, the patch will fail with an IOException which will notify the user of the problem appropriately. 2. It eliminates the need for user to run an extra add file command. I think that the current norm in Hive is for the user to execute the 'add file ....' command to add a resource before using it in the transform function. This patch allows user to directly specify a resource instead of doing it in two steps. The patch does not attempt to address the case when the script exists on a remote location not accessible to the client. Please let me know what you think. Thanks Vaibhav > Patch to allows scripts in S3 location > -------------------------------------- > > Key: HIVE-1624 > URL: https://issues.apache.org/jira/browse/HIVE-1624 > Project: Hadoop Hive > Issue Type: New Feature > Reporter: Vaibhav Aggarwal > Assignee: Vaibhav Aggarwal > Attachments: HIVE-1624-2.patch, HIVE-1624.patch > > > I want to submit a patch which allows user to run scripts located in S3. > This patch enables Hive to download the hive scripts located in S3 buckets > and execute them. This saves users the effort of copying scripts to HDFS > before executing them. > Thanks > Vaibhav -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.