Travis Crawford created HCATALOG-497:
----------------------------------------
Summary: HCatContext should use the jobconf instead of its own conf
Key: HCATALOG-497
URL: https://issues.apache.org/jira/browse/HCATALOG-497
Project: HCatalog
Issue Type: Bug
Reporter: Travis Crawford
Assignee: Travis Crawford
HCatContext is a recently added class that provides global configuration
access, which is very useful to configure static converter classes.
An issue was discovered running in full MR mode that was missed in the unit
tests. Since HCatContext has its own configuration object, its never passed to
tasks on the cluster.
HCatContext should reuse the job conf which is passed to worker tasks by the MR
framework, so settings are present in both the FE/BE.
--
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