Hi all , I wanted to run HBase in standalone mode to check my Hbase MR programs ... I have dl a built version of hbase-0.20. and i have hadoop 0.19.3
"I have set JAVA_HOME in both of them" .. then i started hbase and inserted some tables using JAVA API .. Now i have written some MR programs onHBase and when i run them on Hbase it runs perfectly without any errors and all the Map -reduce statistics are displayed correctly but i get no output . I have one doubt now .. how do HBase recognize hadoop in stand alone mode(i haven;t started my hadoop even) .. Even simple print statements donot work .. no output is displayed on the screen ... I doubt my config .... Do i need to add some config to run them ... Please reply ...
