On 02/07/12 10:34, syed kather wrote: > java.lang.RuntimeException: org.xml.sax.SAXParseException: Content is not > allowed in prolog. > at > org.apache.hadoop.conf.Configuration.loadResource(Configuration.java:1237) > at > org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:1103) > at > org.apache.hadoop.conf.Configuration.getProps(Configuration.java:1037) > at org.apache.hadoop.conf.Configuration.get(Configuration.java:415) > at > org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:63) > at > org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:89)
Judging from Your stacktrace, Hbase is loading Hadoop config and there it crashes. So I'd suggest looking into Hadoop config files (not HBase). This kind of error could be caused by some superfluous characters in the XML. Your HBase file looks OK to me - seems like a valid XML. Regards Marcin
