Hi,
I compiled HBase and when I try running the master, I get "Error: Could not find or load main class"
The complete class name is org.apache.hadoop.hbase.master.HMaster.
I command gave for execution is 'java -cp "." org.apache.hadoop.hbase.master.HMaster'
The path from where I gave the command has org folder which in turn has following subdirectores apache/hadoop/hbase/master. HMaster.class is present under master.
HMaster class has main method with below signature
public static void main(String [] args)
I need help to understand why I get the error. Any help will be much appreciated.
Thanks,
Sreeram
public static void main(String [] args) {