You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by naegelejd <gi...@git.apache.org> on 2016/05/25 18:43:18 UTC

[GitHub] nutch pull request: fix for NUTCH-2234 and NUTCH-2236

GitHub user naegelejd opened a pull request:

    https://github.com/apache/nutch/pull/118

    fix for NUTCH-2234 and NUTCH-2236

    Upgrade Elasticsearch and Lucene dependencies, which, in turn, requires updates to Guava and Hadoop dependencies:
    
    - Elasticsearch 1.4.1 -> Elasticsearch 2.3.3
    - Lucene 4.10.2 -> 5.5.0
    - Guava 16.0.1 -> Guava 18.0
    - Hadoop 2.4.0 -> 2.7.2

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

    $ git pull https://github.com/naegelejd/nutch NUTCH-2234

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

    https://github.com/apache/nutch/pull/118.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 #118
    
----
commit 31e738a014576d8a4d4c8e8d3a0fc8d9fe5f8077
Author: Joseph Naegele <jn...@grierforensics.com>
Date:   2016-05-25T18:27:31Z

    fix for NUTCH-2234 and NUTCH-2236
    
    upgrades Elasticsearch and Lucene dependencies, which, in turn,
    requires updates to Guava and Hadoop dependencies:
    
    - Elasticsearch 1.4.1 -> Elasticsearch 2.3.3
    - Lucene 4.10.2 -> 5.5.0
    - Guava 16.0.1 -> Guava 18.0
    - Hadoop 2.4.0 -> 2.7.2

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] nutch pull request: fix for NUTCH-2234 and NUTCH-2236

Posted by naegelejd <gi...@git.apache.org>.
Github user naegelejd commented on a diff in the pull request:

    https://github.com/apache/nutch/pull/118#discussion_r64734526
  
    --- Diff: ivy/ivy.xml ---
    @@ -105,6 +105,10 @@
     		<dependency org="org.mortbay.jetty" name="jetty-client" rev="6.1.22" conf="test->default" />
     		<dependency org="org.mortbay.jetty" name="jetty" rev="6.1.22" conf="test->default" />
     		<dependency org="org.mortbay.jetty" name="jetty-util" rev="6.1.22" conf="test->default" />
    +		<dependency org="tomcat" name="jasper-runtime" rev="5.5.23" conf="test->default" />
    --- End diff --
    
    The tomcat dependencies were previously pulled in by Hadoop 2.4.0. They are needed for the protocol-http[client] JUnit tests using JSP.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] nutch pull request: fix for NUTCH-2234 and NUTCH-2236

Posted by lewismc <gi...@git.apache.org>.
Github user lewismc commented on a diff in the pull request:

    https://github.com/apache/nutch/pull/118#discussion_r64692054
  
    --- Diff: ivy/ivy.xml ---
    @@ -105,6 +105,10 @@
     		<dependency org="org.mortbay.jetty" name="jetty-client" rev="6.1.22" conf="test->default" />
     		<dependency org="org.mortbay.jetty" name="jetty" rev="6.1.22" conf="test->default" />
     		<dependency org="org.mortbay.jetty" name="jetty-util" rev="6.1.22" conf="test->default" />
    +		<dependency org="tomcat" name="jasper-runtime" rev="5.5.23" conf="test->default" />
    --- End diff --
    
    Why are these Tomcat dependencies added?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] nutch pull request #118: fix for NUTCH-2234 and NUTCH-2236

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/nutch/pull/118


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---