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

ASF GitHub Bot commented on METRON-733:
---------------------------------------

Github user nickwallen commented on the issue:

    https://github.com/apache/incubator-metron/pull/461
  
    The build error does not seem related to your PR.  I saw the same failure 
on #450.  
    
    The resource `com.fasterxml:oss-parent:pom:28` really does not exist in 
Maven Central, AFAIK. Hmm.
    ```
    [ERROR] Failed to execute goal on project metron-enrichment: Could not 
resolve dependencies 
    for project org.apache.metron:metron-enrichment:jar:0.3.1: 
    Failed to collect dependencies at com.maxmind.geoip2:geoip2:jar:2.8.0 ->
     com.maxmind.db:maxmind-db:jar:1.2.1 -> 
    com.fasterxml.jackson.core:jackson-databind:jar:2.9.0-SNAPSHOT: 
    Failed to read artifact descriptor for 
com.fasterxml.jackson.core:jackson-databind:jar:2.9.0-SNAPSHOT: 
    Could not find artifact com.fasterxml:oss-parent:pom:28 in central 
    (http://repo.maven.apache.org/maven2) -> [Help 1]
    ```


> Remove Geo database from ParserBolt
> -----------------------------------
>
>                 Key: METRON-733
>                 URL: https://issues.apache.org/jira/browse/METRON-733
>             Project: Metron
>          Issue Type: Bug
>            Reporter: Justin Leet
>            Assignee: Justin Leet
>
> The ParserBolt inits the Geo DB in its prepare() method.  Parsers, unlike 
> enrichments, do not use geo as a base capability.  They should be able to run 
> without the DB file existing in HDFS.  This init causes issues if the file is 
> missing, even if GEO_GET is unused in the parser definition.
> This change should preserve the ability of Parsers to employ Stellar's 
> GEO_GET.  The Stellar function already handles that init, so it shouldn't be 
> an issue.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to