You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by Apache Wiki <wi...@apache.org> on 2013/02/05 00:57:28 UTC

[Nutch Wiki] Trivial Update of "ErrorMessagesInNutch2" by LewisJohnMcgibbney

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.

The "ErrorMessagesInNutch2" page has been changed by LewisJohnMcgibbney:
http://wiki.apache.org/nutch/ErrorMessagesInNutch2?action=diff&rev1=6&rev2=7

  This page acts as a repository for potential error messages you might experience whilst using Nutch 2.0. It will most likely be dynamic and fairly general in nature due to the variety of additional software projects which can be combined with Nutch 2.0 and the potential for errors which this presents both for Nutch and which need to be considered when working with other software projects in combination.
  
  <<TableOfContents(3)>>
+ 
+ 
+ == Nutch 2.0 and HBase 0.90.4 - org.apache.hadoop.hbase.MasterNotRunningException: master:60000 ==
+ 
+ The following Exception can occur if the file */etc/hosts* is not configured properly: you have to configure it as described in [0]. 
+ For each machine of your cluster, comment the line *127.0.0.1 localhost* and add *localhost* to the line where the master's address is written.
+ 
+ [0] http://stackoverflow.com/questions/7791788/hbase-client-do-not-able-to-connect-with-remote-hbase-server
+ 
+ {{{
+ > org.apache.gora.util.GoraException:
+ > org.apache.hadoop.hbase.MasterNotRunningException: master:60000
+ >         at
+ > org.apache.gora.store.DataStoreFactory.createDataStore(DataStoreFactory.java:167)
+ >         at
+ > org.apache.gora.store.DataStoreFactory.createDataStore(DataStoreFactory.java:118)
+ >         at
+ > org.apache.gora.mapreduce.GoraOutputFormat.getRecordWriter(GoraOutputFormat.java:88)
+ >         at
+ > org.apache.hadoop.mapred.MapTask$NewDirectOutputCollector.<init>(MapTask.java:628)
+ >         at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:753)
+ >         at org.apache.hadoop.mapred.MapTask.run(MapTask.java:370)
+ >         at org.apache.hadoop.mapred.Child$4.run(Child.java:255)
+ >         at java.security.AccessController.doPrivileged(Native Method)
+ >         at javax.security.auth.Subject.doAs(Subject.java:396)
+ >         at
+ > org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1121)
+ >         at org.apache.hadoop.mapred.Child.main(Child.java:249)
+ > Caused by: org.apache.hadoop.hbase.MasterNotRunningException: master:60000
+ >         at
+ > org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.getMaster(HConnectionManager.java:396)
+ >         at
+ > org.apache.hadoop.hbase.client.HBaseAdmin.<init>(HBaseAdmin.java:94)
+ >         at
+ > org.apache.gora.hbase.store.HBaseStore.initialize(HBaseStore.java:108)
+ >         at
+ > org.apache.gora.store.DataStoreFactory.initializeDataStore(DataStoreFactory.java:102)
+ >         at
+ > org.apache.gora.store.DataStoreFactory.createDataStore(DataStoreFactory.java:161)
+ >         ... 10 more
+ }}}
  
  == Nutch 2.0 and Apache Cassandra ==
  When trying to configure Nutch (running in distributed mode on Cloudera's CDH3) with Cassandra as the Gora storage mechanism, the following NoSuchMethodError results when attempting to inject the crawldb with a seed list.