[ 
https://issues.apache.org/jira/browse/PIG-2821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rohini Palaniswamy updated PIG-2821:
------------------------------------

    Attachment: PIG-2821-trunk.patch
                PIG-2821-branch10.patch

Added code to fetch delegation tokens and put hbase-site.xml as part of 
jobconf(PIG-2822) if it is in classapth instead of having to specify --conf 
option. 

Reverted PIG-2578 as because of that setting config or credentials in job was 
not actually being passed to the actual job launched. The testcase in 
MultiQueryLocal was also not valid as the condition if 
(job.getConfiguration().get(key)==null) was always true. It was always using 
the suffix initialized in the constructor and never from the job. If a 
StoreFunc adds config to  Job then it should be its responsibility to handle 
multiple instances of it. HCATALOG-314 handles it for hcatalog. We should not 
remove the ability for a StoreFunc to set a config on the job.
                
> HBaseStorage should work with secure hbase
> ------------------------------------------
>
>                 Key: PIG-2821
>                 URL: https://issues.apache.org/jira/browse/PIG-2821
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.10.0
>            Reporter: Francis Liu
>            Assignee: Rohini Palaniswamy
>             Fix For: 0.11, 0.10.1
>
>         Attachments: PIG-2821-branch10.patch, PIG-2821-trunk.patch
>
>
> HBaseStorage needs to add HBase delegation token to the Job object if hbase 
> security is enabled.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to