I have a custom hive UDF to access Maxmind\'s GeoIP-country.mmdb database that is added to the hive resources through \"add file pqr.mmdb\". The compiled UDF is
(Moved this to an actual answer.)
The geoip2-0.8.0-with-dependencies.zip file contains all of the JARs that the API depends on. The ZIP file is created during the build of GeoIP2. The included JARs are all dependencies or dependencies of dependencies listed in the pom.xml file. The zip is listed on the releases page.