Github user lewismc commented on a diff in the pull request:
https://github.com/apache/nutch/pull/32#discussion_r32741673
--- Diff: ivy/ivy.xml ---
@@ -78,7 +78,11 @@
<dependency org="org.apache.cxf"
name="cxf-rt-transports-http-jetty" rev="3.0.4"/>
<dependency org="com.fasterxml.jackson.core"
name="jackson-databind" rev="2.5.1" />
<dependency org="com.fasterxml.jackson.dataformat"
name="jackson-dataformat-cbor" rev="2.5.1" />
- <dependency org="com.fasterxml.jackson.jaxrs"
name="jackson-jaxrs-json-provider" rev="2.5.1" />
+ <dependency org="com.fasterxml.jackson.jaxrs"
name="jackson-jaxrs-json-provider" rev="2.5.1" />
+ <dependency org="org.apache.mahout" name="mahout-math"
rev="0.8" />
--- End diff --
Hi Asitang,
I get Your point however I am also trying OO help you get your path into
the codebase. Nutch is a crawler... Adding machine learning and indexing
components such as Mahout (what if someone does not wish to use Mahout) and
Lucene (what if someone wishes to use ES) back into the core codebase
dependency tree is, on this occasion,, not the right way to go.
If you can ease send a new pull request we can take a look. Excellent work
thank you :)
On Thursday, June 18, 2015, asitang <[email protected]> wrote:
> In ivy/ivy.xml
> <https://github.com/apache/nutch/pull/32#discussion_r32741196>:
>
> > @@ -78,7 +78,11 @@
> > <dependency org="org.apache.cxf"
name="cxf-rt-transports-http-jetty" rev="3.0.4"/>
> > <dependency org="com.fasterxml.jackson.core"
name="jackson-databind" rev="2.5.1" />
> > <dependency org="com.fasterxml.jackson.dataformat"
name="jackson-dataformat-cbor" rev="2.5.1" />
> > - <dependency org="com.fasterxml.jackson.jaxrs"
name="jackson-jaxrs-json-provider" rev="2.5.1" />
> > + <dependency org="com.fasterxml.jackson.jaxrs"
name="jackson-jaxrs-json-provider" rev="2.5.1" />
> > + <dependency org="org.apache.mahout" name="mahout-math"
rev="0.8" />
>
> Was trying to pave the way for a machine learning library into nutch, so
> that anyone can use that in future
>
> â
> Reply to this email directly or view it on GitHub
> <https://github.com/apache/nutch/pull/32/files#r32741196>.
>
--
*Lewis*
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---