[
https://issues.apache.org/jira/browse/HCATALOG-214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13187147#comment-13187147
]
Sushanth Sowmyan commented on HCATALOG-214:
-------------------------------------------
Updated patch to just outright ignore ${HCAT_PREFIX}/etc/hcatalog - that conf
dir should not be promoted and can just be dropped given we intend to do it
eventually. New patch attached.
> HCat commandline does not set location for config dir correctly
> ---------------------------------------------------------------
>
> Key: HCATALOG-214
> URL: https://issues.apache.org/jira/browse/HCATALOG-214
> Project: HCatalog
> Issue Type: Bug
> Affects Versions: 0.3
> Reporter: Sushanth Sowmyan
> Assignee: Sushanth Sowmyan
> Priority: Trivial
> Labels: commandline, script
> Fix For: 0.3
>
> Attachments: HCATALOG-214-2.patch, HCATALOG-214.patch
>
>
> HCat commandline (bin/hcat) has the following section:
> --
> HADOOP_CLASSPATH=${HADOOP_CLASSPATH}:${HCAT_PREFIX}/etc/hcatalog
> --
> A simple trivial fix for this is by adding in ${HCAT_CONF_DIR} to this.
> That's incorrect, and it should be using ${HCAT_CONF_DIR} instead. We really
> need to sort out our env and configs to make it simpler and clearer across
> all our packages, but that's outside the scope of a trivial patch - I'll
> raise another jira for that.
> (Not removing existing case, since that'd help tarballs without HCAT_CONF_DIR
> being set, that have their conf in ${HCAT_PREFIX}/etc/hcatalog.
--
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