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

Eugene Koifman commented on HIVE-5138:
--------------------------------------

[~roshan_naik] A couple of comments on this patch:
1. All delegators in WebHCat take the 'user' as determined by Server.java and 
use that to make secure calls to JobTrakcer, HDFS etc.  HCatStreamingDelegator 
ignores it.  Why is that?
2. Most operations in HCatStreamingDelegator do multiple things (like modify 
metadata, create some HDFS file, etc.).  It sounds like every one of these 
operations should be atomic.  For example, say for some reason 2 identical 
calls to partitionRoll() happen at the same time.  How is this atomicity 
achieved?
                
> Streaming - Web HCat  API
> -------------------------
>
>                 Key: HIVE-5138
>                 URL: https://issues.apache.org/jira/browse/HIVE-5138
>             Project: Hive
>          Issue Type: Sub-task
>          Components: HCatalog, Metastore
>            Reporter: Roshan Naik
>            Assignee: Roshan Naik
>         Attachments: HIVE-4196.v2.patch
>
>


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