Hi Lewis, The hbase version that I am running is: 0.94.1. I copied over the 2 hbase jar files to the following directories: gora-hbase/lib and gora-tutorial/lib and the logmanager command now runs.
Prashant On Thu, Aug 16, 2012 at 4:53 PM, Lewis John Mcgibbney <[email protected]> wrote: > Hi Prashant, > > On Thu, Aug 16, 2012 at 9:39 PM, Prashant Dave <[email protected]> wrote: > >> SLF4J: Class path contains multiple SLF4J bindings. >> SLF4J: Found binding in >> [jar:file:/home/pdave/src/apache-gora-0.2.1/gora-tutorial/lib/slf4j-jdk14-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] >> SLF4J: Found binding in >> [jar:file:/home/pdave/src/apache-gora-0.2.1/gora-tutorial/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] >> SLF4J: Found binding in >> [jar:file:/home/pdave/src/apache-gora-0.2.1/gora-tutorial/lib/slf4j-simple-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] >> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an >> explanation. > > We need to get rid of the above logging conflicts. This relates to GORA-125 > https://issues.apache.org/jira/browse/GORA-125 > > I'll try to fix this in trunk just now. > >> Exception in thread "main" java.lang.RuntimeException: >> org.apache.gora.util.GoraException: >> java.lang.IllegalArgumentException: Not a host:port pair: � >> at org.apache.gora.tutorial.log.LogManager.<init>(LogManager.java:64) >> at org.apache.gora.tutorial.log.LogManager.main(LogManager.java:238) >> Caused by: org.apache.gora.util.GoraException: >> java.lang.IllegalArgumentException: Not a host:port pair: � > > I hope that this is the same issue you were having over at user@nutch > where your HBase installation is not interoperable with gora 0.2.1. > Can you clarify what version of HBase you are using and whether the > issue goes away if you switch to HBase >= 0.90.4? > > Thank you > Lewis

