Nutch 2.3 and HBase 1.0.0 -
i try implement nutch projet crawl millions urls , seems work hbase 0.94 locally.
but cluster in place installed hbase 1.0.0 , didn't manage make works.
is possible use nutch 2.3 hbase 1.0.0 ?
thanks answers.
hbase0.94 , hbase1.0.0 not backward compatible. so, if have code compiled hbase0.94 wont work out of box hbase1.0.0 cluster. recompile code hbase1.0.0 , should work. might need minor code changes in hbaseclient.
also, hbase0.94 not supported hbase now.
Comments
Post a Comment