You had a HBASE-575 moment Jean-Daniel (smile). Its fixed in 0.1.2
which should be out pretty soon -- week or so.
St.Ack
Jean-Daniel Cryans wrote:
Oh I see! Seems I messed up my configuration also. Well it surely fixed it.
Regards,
Jean-Daniel
2008/4/20, stack <[EMAIL PROTECTED]>:
What do you have for hbase.rootdir Jean-Daniel?
St.Ack
On Sat, Apr 19, 2008 at 3:17 PM, Jean-Daniel Cryans <[EMAIL PROTECTED]>
wrote:
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