update readme re: hive versions

This commit is contained in:
Larry Ogrodnek 2013-10-30 13:05:21 -07:00
parent 339658b5f1
commit 3883772cec

View File

@ -38,11 +38,9 @@ create table my_table(a string, b string, ...)
## Files
The following include opencsv along with the serde, so only the single jar is needed. Different builds are needed depending on your version of Hive.
The following include opencsv along with the serde, so only the single jar is needed. Currently built against Hive 0.11.0, but should be compatible with other hive versions.
### Hive 0.8.*
* [csv-serde-1.1.2-0.8.1-all.jar](https://drone.io/github.com/ogrodnek/csv-serde/files/target/csv-serde-1.1.2-0.8.1-all.jar)
* [csv-serde-1.1.2-0.11.0-all.jar](https://drone.io/github.com/ogrodnek/csv-serde/files/target/csv-serde-1.1.2-0.11.0-all.jar)
## Building