Skip to content

Commit

Permalink
Merge branch 'master' into NUTCH-2455
Browse files Browse the repository at this point in the history
  • Loading branch information
okedoki committed Dec 28, 2017
2 parents 3b3fb27 + f483e52 commit 742e5b0
Show file tree
Hide file tree
Showing 6 changed files with 274 additions and 126 deletions.
2 changes: 1 addition & 1 deletion conf/nutch-default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@

<property>
<name>plugin.includes</name>
<value>protocol-http|urlfilter-regex|parse-(html|tika)|index-(basic|anchor)|indexer-solr|scoring-opic|urlnormalizer-(pass|regex|basic)</value>
<value>protocol-http|urlfilter-(regex|validator)|parse-(html|tika)|index-(basic|anchor)|indexer-solr|scoring-opic|urlnormalizer-(pass|regex|basic)</value>
<description>Regular expression naming plugin directory names to
include. Any plugin not matching this expression is excluded.
In any case you need at least include the nutch-extensionpoints plugin. By
Expand Down
10 changes: 5 additions & 5 deletions ivy/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
<dependency org="commons-collections" name="commons-collections" rev="3.2.1" conf="*->master" />
<dependency org="commons-httpclient" name="commons-httpclient" rev="3.1" conf="*->master" />
<dependency org="commons-codec" name="commons-codec" rev="1.10" conf="*->default" />
<dependency org="org.apache.commons" name="commons-compress" rev="1.9" conf="*->default" />
<dependency org="org.apache.commons" name="commons-jexl" rev="2.1.1" />
<dependency org="com.tdunning" name="t-digest" rev="3.1" />
<!-- Hadoop Dependencies -->
<dependency org="org.apache.commons" name="commons-compress" rev="1.9" conf="*->default" />
<dependency org="org.apache.commons" name="commons-jexl" rev="2.1.1" />
<dependency org="com.tdunning" name="t-digest" rev="3.2" />

<!-- Hadoop Dependencies -->
<dependency org="org.apache.hadoop" name="hadoop-common" rev="2.7.2" conf="*->default">
<exclude org="hsqldb" name="hsqldb" />
<exclude org="net.sf.kosmosfs" name="kfs" />
Expand Down
Loading

0 comments on commit 742e5b0

Please sign in to comment.