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/11/28 10:48:07 UTC

[nutch] branch master updated (705686e -> d3aa453)

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 705686e  Merge branch 'master' of https://gitbox.apache.org/repos/asf/nutch
     add b93af78  Merge pull request #1 from apache/master
     add 65651b5  NUTCH-2463 - Enable sampling CrawlDB
     new c17dd1d  NUTCH-2458
     new d3aa453  Merge branch 'YossiTamari/NUTCH-2463'

The 2 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:
 src/java/org/apache/nutch/crawl/CrawlDbReader.java | 26 ++++++++++++++++++----
 1 file changed, 22 insertions(+), 4 deletions(-)

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

[nutch] 01/02: NUTCH-2458

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 c17dd1dd6bf914beb7b13528c95b487630f86905
Author: Markus Jelsma <ma...@apache.org>
AuthorDate: Fri Nov 10 10:56:56 2017 +0100

    NUTCH-2458
---
 .../parse-tika/src/java/org/apache/nutch/parse/tika/TikaParser.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugin/parse-tika/src/java/org/apache/nutch/parse/tika/TikaParser.java b/src/plugin/parse-tika/src/java/org/apache/nutch/parse/tika/TikaParser.java
index 49dc378..73cd083 100644
--- a/src/plugin/parse-tika/src/java/org/apache/nutch/parse/tika/TikaParser.java
+++ b/src/plugin/parse-tika/src/java/org/apache/nutch/parse/tika/TikaParser.java
@@ -239,7 +239,7 @@ public class TikaParser implements org.apache.nutch.parse.Parser {
         // see if a Tika config file can be found in the job file
         URL customTikaConfig = conf.getResource(customConfFile);
         if (customTikaConfig != null)
-          tikaConfig = new TikaConfig(customTikaConfig);
+          tikaConfig = new TikaConfig(customTikaConfig, this.getClass().getClassLoader());
       } catch (Exception e1) {
         String message = "Problem loading custom Tika configuration from "
             + customConfFile;

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

[nutch] 02/02: Merge branch 'YossiTamari/NUTCH-2463'

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 d3aa4533f42e5bdbbd9bf9cf55af0da68beac0c6
Merge: 705686e c17dd1d
Author: Sebastian Nagel <sn...@apache.org>
AuthorDate: Tue Nov 28 11:46:11 2017 +0100

    Merge branch 'YossiTamari/NUTCH-2463'

 src/java/org/apache/nutch/crawl/CrawlDbReader.java | 26 ++++++++++++++++++----
 1 file changed, 22 insertions(+), 4 deletions(-)

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