Hi,
We were using an old revision of TRUNK (like February) and we switched to
the latest stable release (Hadoop 0.16.3 et HBase 0.1.1) since we want to go
in production. Problem is, when we started the master we got this problem :
2008-04-19 17:07:00,006 ERROR org.apache.hadoop.hbase.HMaster: Can not start
master
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at org.apache.hadoop.hbase.HMaster.doMain(HMaster.java:3329)
at org.apache.hadoop.hbase.HMaster.main(HMaster.java:3363)
Caused by: java.lang.StackOverflowError
at java.net.URI$Parser.charAt(URI.java:2837)
at java.net.URI$Parser.scan(URI.java:2911)
at java.net.URI$Parser.parseHierarchical(URI.java:3065)
at java.net.URI$Parser.parse(URI.java:3024)
at java.net.URI.<init>(URI.java:578)
at java.net.URI.create(URI.java:840)
at org.apache.hadoop.fs.FileSystem.getNamed(FileSystem.java:122)
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:94)
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:145)
And the last 3 lines are repeated something like 333 times. We tried to
revert to the old version but it won't budge. We, for sure, formated HDFS
but nothing changed...
Anyone else saw that kind of error?
Thx,
Jean-Daniel