You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by sn...@apache.org on 2017/12/15 19:37:44 UTC

[nutch] branch master updated (310295c -> bda25c8)

This is an automated email from the ASF dual-hosted git repository.

snagel pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git.


    from 310295c  Merge pull request #260 from sebastian-nagel/nutch-2480-upgrade-crawler-commons-0.9
     add b2ba0ab  NUTCH-2354 Upgrade Hadoop dependencies to 2.7.4
     new bda25c8  Merge pull request #261 from sebastian-nagel/nutch-2354-upgrade-hadoop-2.7.4

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ivy/ivy.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@nutch.apache.org" <co...@nutch.apache.org>'].

[nutch] 01/01: Merge pull request #261 from sebastian-nagel/nutch-2354-upgrade-hadoop-2.7.4

Posted by sn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

snagel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git

commit bda25c8d6f30bfa217b860a164e23271360e81a7
Merge: 310295c b2ba0ab
Author: Sebastian Nagel <sn...@apache.org>
AuthorDate: Fri Dec 15 20:37:40 2017 +0100

    Merge pull request #261 from sebastian-nagel/nutch-2354-upgrade-hadoop-2.7.4
    
    NUTCH-2354 Upgrade Hadoop dependencies to 2.7.4

 ivy/ivy.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --cc ivy/ivy.xml
index 7333a19,e5210da..520afa0
--- a/ivy/ivy.xml
+++ b/ivy/ivy.xml
@@@ -60,12 -60,12 +60,12 @@@
  			<exclude org="org.mortbay.jetty" name="jsp-*" />
  			<exclude org="ant" name="ant" />
  		</dependency>
-         <dependency org="org.apache.hadoop" name="hadoop-hdfs" rev="2.7.2" conf="*->default"/>
-         <dependency org="org.apache.hadoop" name="hadoop-mapreduce-client-core" rev="2.7.2" conf="*->default"/>
-         <dependency org="org.apache.hadoop" name="hadoop-mapreduce-client-jobclient" rev="2.7.2" conf="*->default"/>
-         <!-- End of Hadoop Dependencies -->
+ 		<dependency org="org.apache.hadoop" name="hadoop-hdfs" rev="2.7.4" conf="*->default"/>
+ 		<dependency org="org.apache.hadoop" name="hadoop-mapreduce-client-core" rev="2.7.4" conf="*->default"/>
+ 		<dependency org="org.apache.hadoop" name="hadoop-mapreduce-client-jobclient" rev="2.7.4" conf="*->default"/>
+ 		<!-- End of Hadoop Dependencies -->
  
 -		<dependency org="org.apache.tika" name="tika-core" rev="1.12" />
 +		<dependency org="org.apache.tika" name="tika-core" rev="1.17" />
  		<dependency org="com.ibm.icu" name="icu4j" rev="55.1" />
  
  		<dependency org="xerces" name="xercesImpl" rev="2.11.0" />

-- 
To stop receiving notification emails like this one, please contact
"commits@nutch.apache.org" <co...@nutch.apache.org>.