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
Reporter: Sushanth Sowmyan
Assignee: Sushanth Sowmyan
Priority: Trivial
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