You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by le...@apache.org on 2016/04/13 20:28:26 UTC

[3/5] nutch git commit: remove flags

remove flags


Project: http://git-wip-us.apache.org/repos/asf/nutch/repo
Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/a62f7421
Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/a62f7421
Diff: http://git-wip-us.apache.org/repos/asf/nutch/diff/a62f7421

Branch: refs/heads/2.x
Commit: a62f74218ba16a033d256dbf92fb56e89a049823
Parents: d0d0e3a
Author: Pablo Torres <pa...@insight-centre.org>
Authored: Thu Mar 3 19:35:00 2016 +0000
Committer: Pablo Torres <pa...@insight-centre.org>
Committed: Thu Mar 3 19:35:00 2016 +0000

----------------------------------------------------------------------
 .../org/apache/nutch/indexwriter/elastic2/ElasticIndexWriter.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nutch/blob/a62f7421/src/plugin/indexer-elastic2/src/java/org/apache/nutch/indexwriter/elastic2/ElasticIndexWriter.java
----------------------------------------------------------------------
diff --git a/src/plugin/indexer-elastic2/src/java/org/apache/nutch/indexwriter/elastic2/ElasticIndexWriter.java b/src/plugin/indexer-elastic2/src/java/org/apache/nutch/indexwriter/elastic2/ElasticIndexWriter.java
index d12b4ee..f51e3a8 100644
--- a/src/plugin/indexer-elastic2/src/java/org/apache/nutch/indexwriter/elastic2/ElasticIndexWriter.java
+++ b/src/plugin/indexer-elastic2/src/java/org/apache/nutch/indexwriter/elastic2/ElasticIndexWriter.java
@@ -97,7 +97,7 @@ public class ElasticIndexWriter implements IndexWriter {
 
     if (StringUtils.isNotBlank(clusterName))
       settingsBuilder.put("cluster.name", clusterName);
-    System.out.println(clusterName);
+    
     // Set the cluster name and build the settings
     Settings settings = settingsBuilder.build();