You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hcatalog-commits@incubator.apache.org by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2011/07/05 21:44:16 UTC

[jira] [Commented] (HCATALOG-53) HCatLoader, HCatStorer, HCatInputFormat, and HCatOutputFormat assume Hadoop running in secure mode

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

Ashutosh Chauhan commented on HCATALOG-53:
------------------------------------------

HiveConf reads hive-site.xml if found on its classpath when it is instantiated, so ideally all of these properties should come from external xml file, instead of setting and resetting them. For 0.1 timeline this patch is fine, but going forward we should get rid of setting any properties in the code and should read from external config xml files. 

> HCatLoader, HCatStorer, HCatInputFormat, and HCatOutputFormat  assume Hadoop running in secure mode
> ---------------------------------------------------------------------------------------------------
>
>                 Key: HCATALOG-53
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-53
>             Project: HCatalog
>          Issue Type: Bug
>    Affects Versions: 0.1
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>            Priority: Blocker
>             Fix For: 0.1
>
>         Attachments: HCAT-53.patch
>
>
> If any of these are used when HCatalog is attached to a Hadoop cluster running in non-secure mode, they cause an NPE.  This is because they all assume that the security related configuration parameters are non-null.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira