You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by David Chen <dc...@linkedin.com> on 2014/05/15 01:46:50 UTC

Review Request 21471: HIVE-7066: hive-exec jar is missing avro-mapred

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21471/
-----------------------------------------------------------

Review request for hive.


Bugs: HIVE-7066
    https://issues.apache.org/jira/browse/HIVE-7066


Repository: hive-git


Description
-------

Restores the Avro core jar in the hive-exec jar. The hive-exec jar only contained avro-mapred but not core Avro, which caused the AvroSerDe to break.


Diffs
-----

  ql/pom.xml 71daa26 

Diff: https://reviews.apache.org/r/21471/diff/


Testing
-------

Confirmed that core Avro is now included in the hive-exec jar. Successfully ran sample query against table registered with the AvroSerDe.


Thanks,

David Chen