On Wed, Feb 23, 2011 at 9:08 PM, sun sf <[email protected]> wrote: > ---------------------------------------------------------------------------------------- > org.apache.haddop.hase.zookeeper.MiniZookeeperCluster > Server localhost:2181 not up java.net.NoRouteToHostException > No route to host MinizookeeperCluster.java 1221
Your networking on that machine is borked when it says NoRouteToHostException. Poke around in the logs. Its probably trying to connect to localhost or whatever its finding for hostname on this machine. Trying doing same with telnet. You'll probably run into the NoRouteToHost message. Fix it first. Be careful using same config. for 0.90.1 as you used for 0.20.6. The default values have changed as has how you do config. for zookeeper. Start with 0.90.1 defaults and change one at a time. Go by the documentation, here http://hbase.apache.org/notsoquick.html, to be sure. Hope this helps, St.Ack
