Nitay Joffe created HIVE-9299: --------------------------------- Summary: Don't create a new Configuration in HaivvreoUtils#determineSchemaOrThrow Key: HIVE-9299 URL: https://issues.apache.org/jira/browse/HIVE-9299 Project: Hive Issue Type: Bug Components: Serializers/Deserializers Affects Versions: 0.13.1, 0.14.0, 0.15.0 Reporter: Nitay Joffe Assignee: Nitay Joffe Fix For: 0.15.0
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. I'm using Hive/Avro from Spark so it'd be nice if we could put this into Hive 0.13 since that's what Spark's built against. See also https://github.com/jghoman/haivvreo/pull/30 -- This message was sent by Atlassian JIRA (v6.3.4#6332)