It would be good to update the thread on how you fixed it ... for users who tread the same path tomorrow. :)
Was it dos2unix on your conf / bin directories that fixed it? --S On Mon, Jul 2, 2012 at 6:49 AM, syed kather <in.ab...@gmail.com> wrote: > Thanks Marcin Cylke now its is working > > Thanks and Regards, > S SYED ABDUL KATHER > > > > On Mon, Jul 2, 2012 at 6:05 PM, Marcin Cylke <mcl.hb...@touk.pl> wrote: > >> 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 >>