facebookarchive / hive-io-experimental

Hive I/O Library
Other
66 stars 30 forks source link

Use original Configuration instead of HiveConf in HiveApiInputFormat #36

Closed majakabiljo closed 11 years ago

majakabiljo commented 11 years ago

When HiveConf is instantiated it overwrites some of the settings with settings from hive-site.xml. We can just use original Configuration and avoid this problem. Verified that original settings are respected.