Byunghwa Yun created TAJO-2060:
----------------------------------
Summary: Upgrade geoip-api-java library
Key: TAJO-2060
URL: https://issues.apache.org/jira/browse/TAJO-2060
Project: Tajo
Issue Type: Improvement
Components: Function/UDF
Affects Versions: 0.11.1
Reporter: Byunghwa Yun
Assignee: Byunghwa Yun
Priority: Critical
Fix For: 0.12.0, 0.11.1
Tajo use the dspace-geoip library, version is 1.2.3.
Now geoip data doesn't work at 1.2.3 version.
We need change 1.2.14 from 1.2.3 version.
Below related exception.
java.lang.ArrayIndexOutOfBoundsException: 254
at com.maxmind.geoip.LookupService.getCountry(LookupService.java:436)
at com.maxmind.geoip.LookupService.getCountry(LookupService.java:408)
at org.apache.tajo.util.GeoIPUtil.getCountryCode(GeoIPUtil.java:44)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)