jghoman / haivvreo

Hive + Avro. Serde for working with Avro in Hive
Apache License 2.0
59 stars 27 forks source link

Reuse Configuration in HaivvreoUtils #30

Closed nitay closed 9 years ago

nitay commented 9 years ago

I am getting an issue where the original Configuration has some parameters needed to read the remote Avro schema (specifically S3 keys). Doing new Configuration doesn't pick it up because the keys are not on the classpath. We should reuse the Configuration already present in callers.