[ 
https://issues.apache.org/jira/browse/HIVE-4505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13650903#comment-13650903
 ] 

Owen O'Malley commented on HIVE-4505:
-------------------------------------

I don't see how separating queries by user.name is sufficient. Most users don't 
go through Hive Server 2, so we need to ensure that we don't break their use 
case of using the cli. I see you setting the hive server 2 session name, but 
nothing seems to use the value you set. Why is deleting the directory necessary?
                
> Hive can't load transforms added using 'ADD FILE'
> -------------------------------------------------
>
>                 Key: HIVE-4505
>                 URL: https://issues.apache.org/jira/browse/HIVE-4505
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.11.0
>            Reporter: Prasad Mujumdar
>            Assignee: Prasad Mujumdar
>            Priority: Blocker
>         Attachments: HIVE-4505-1.patch
>
>
> ADD FILE mangles name of the resource when copying to resource download 
> directory. As a results following doesn't work:
> {code:sql}
> ADD FILE test.py;
> SELECT TRANSFORM (id) USING 'python test.py' AS b FROM tab1;
> {code}
> The resource gets added with a different name every time which makes it 
> impossible to use transform in non-interactive mode.
> This seems to be due to HIVE-3431

--
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

Reply via email to