[GitHub] nutch pull request: Option to include inlinks in commonscrawl dump

2016-04-30 Thread thammegowda
Github user thammegowda commented on a diff in the pull request: https://github.com/apache/nutch/pull/106#discussion_r61677363 --- Diff: src/java/org/apache/nutch/tools/AbstractCommonCrawlFormat.java --- @@ -23,6 +23,7 @@ import java.net.URLEncoder; import

[GitHub] nutch pull request: Option to include inlinks in commonscrawl dump

2016-04-25 Thread thammegowda
GitHub user thammegowda opened a pull request: https://github.com/apache/nutch/pull/106 Option to include inlinks in commonscrawl dump This PR enhances the CommonCrawlDumper with an optional CLI argument to accept linkdb path. When this option is supplied, an additional field

[GitHub] nutch pull request: NUTCH-2250 : CommonCrawlDumper : Invalid forma...

2016-04-14 Thread thammegowda
GitHub user thammegowda opened a pull request: https://github.com/apache/nutch/pull/103 NUTCH-2250 : CommonCrawlDumper : Invalid format and skipped parts ### Summary + Reads all parts of segments + writes single document per dump file ### What was the fix

[GitHub] nutch pull request: NUTCH-2144 : override db.ignore.external to ex...

2016-02-28 Thread thammegowda
Github user thammegowda closed the pull request at: https://github.com/apache/nutch/pull/89 --- 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

[GitHub] nutch pull request: NUTCH-2144 Added an extension point and a plug...

2016-02-28 Thread thammegowda
GitHub user thammegowda opened a pull request: https://github.com/apache/nutch/pull/93 NUTCH-2144 Added an extension point and a plugin to accept external links This PR is a duplicate of #89 Recreated due to the issues caused while moving to writable git

[GitHub] nutch pull request: NUTCH-2144 : override db.ignore.external to ex...

2016-02-13 Thread thammegowda
Github user thammegowda commented on a diff in the pull request: https://github.com/apache/nutch/pull/89#discussion_r52835489 --- Diff: src/plugin/urlfilter-ignoreexempt/src/java/org/apache/nutch/urlfilter/ignoreexempt/ExemptionUrlFilter.java --- @@ -0,0 +1,144

[GitHub] nutch pull request: NUTCH-2144 : override db.ignore.external to ex...

2016-02-13 Thread thammegowda
Github user thammegowda commented on a diff in the pull request: https://github.com/apache/nutch/pull/89#discussion_r52835493 --- Diff: src/plugin/urlfilter-ignoreexempt/src/java/org/apache/nutch/urlfilter/ignoreexempt/ExemptionUrlFilter.java --- @@ -0,0 +1,144

[GitHub] nutch pull request: NUTCH-2144 : override db.ignore.external to ex...

2016-02-13 Thread thammegowda
Github user thammegowda commented on a diff in the pull request: https://github.com/apache/nutch/pull/89#discussion_r52835517 --- Diff: src/plugin/urlfilter-ignoreexempt/src/java/org/apache/nutch/urlfilter/ignoreexempt/ExemptionUrlFilter.java --- @@ -0,0 +1,144

[GitHub] nutch pull request: NUTCH-2144 : override db.ignore.external to ex...

2016-02-13 Thread thammegowda
Github user thammegowda commented on a diff in the pull request: https://github.com/apache/nutch/pull/89#discussion_r52835613 --- Diff: src/java/org/apache/nutch/parse/ParseOutputFormat.java --- @@ -338,6 +340,9 @@ public static String filterNormalize(String fromUrl, String toUrl

[GitHub] nutch pull request: NUTCH-2144 : override db.ignore.external to ex...

2016-02-13 Thread thammegowda
Github user thammegowda commented on a diff in the pull request: https://github.com/apache/nutch/pull/89#discussion_r52835676 --- Diff: src/plugin/urlfilter-ignoreexempt/src/java/org/apache/nutch/urlfilter/ignoreexempt/ExemptionUrlFilter.java --- @@ -0,0 +1,144

[GitHub] nutch pull request: NUTCH-2144 : override db.ignore.external to ex...

2016-02-11 Thread thammegowda
Github user thammegowda commented on a diff in the pull request: https://github.com/apache/nutch/pull/89#discussion_r52693529 --- Diff: conf/db-ignore-external-exemptions.txt --- @@ -0,0 +1,21 @@ +# Exemption rules to db.ignore.external.links --- End diff -- +1

[GitHub] nutch pull request: NUTCH-2144 : override db.ignore.external to ex...

2016-02-10 Thread thammegowda
GitHub user thammegowda opened a pull request: https://github.com/apache/nutch/pull/89 NUTCH-2144 : override db.ignore.external to exempt interesting external domain URLs + Add extension point org.apache.nutch.net.URLExemptionFilter + Modify FetcherThread

Redundant requests when interactive selenium is enabled

2015-10-02 Thread ThammeGowda N
Hello, Nutch Experts, Problem: Nutch is making duplicate/redundant requests for resources when 'protocol-interactiveselenium' plugin is enabled. Questions: Is it an expected behaviour or a misconfigured state? To reduce the unnecessary network operations, should I need to