You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/01/19 08:02:39 UTC

[jira] [Commented] (TAJO-2060) Upgrade geoip-api-java library

    [ https://issues.apache.org/jira/browse/TAJO-2060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15106359#comment-15106359 ] 

ASF GitHub Bot commented on TAJO-2060:
--------------------------------------

GitHub user combineads opened a pull request:

    https://github.com/apache/tajo/pull/946

    TAJO-2060: Upgrade geoip-api-java library

    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.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/combineads/tajo TAJO-2060

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/946.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #946
    
----
commit 89f5304e8e7147640da7c8a683a8d61581021411
Author: Byunghwa Yun <co...@combineads.co.kr>
Date:   2016-01-19T07:00:41Z

    TAJO-2060: Upgrade geoip-api-java library

----


> 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)