Closed GoogleCodeExporter closed 8 years ago
Adding versioning is possible, but it means that in Hive, the command:
ADD JAR /path-to/hive-json-serde.jar;
would change based on the version, so I opted to always have the file name be
the same. The only reason I version the files here is so that people to just
grab the jar and not the source know an upgrade is needed.
Do you know of a good way to have the best of both worlds in ant? I guess we
could just make a copy after the build succeeded.
Original comment by pas...@gmail.com
on 31 Jul 2011 at 5:02
There are now 2 JAR files created - one versioned, and one not. Committed with
r29.
Original comment by pas...@gmail.com
on 31 Jul 2011 at 5:55
Oh, and with r32, I have merged the changes johanoskarsson made to handle
arrays (but not to handle 'dodgy data' as I think that is specific to your data
set.
Original comment by pas...@gmail.com
on 31 Jul 2011 at 6:57
Original issue reported on code.google.com by
traviscr...@gmail.com
on 6 Jan 2011 at 7:05