[
https://issues.apache.org/jira/browse/METRON-733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15878298#comment-15878298
]
ASF GitHub Bot commented on METRON-733:
---------------------------------------
Github user ottobackwards commented on the issue:
https://github.com/apache/incubator-metron/pull/461
I am seeing this on my local branch, not the PR
On February 22, 2017 at 09:13:12, Nick Allen ([email protected])
wrote:
The build error does not seem related to your PR. I saw the same failure on
#450 <https://github.com/apache/incubator-metron/pull/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]
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<https://github.com/apache/incubator-metron/pull/461#issuecomment-281679880>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABD1_98dtsK9jFWAsUhiM3fkRJZzHr_Kks5rfEJ3gaJpZM4MIH4d>
.
> 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)