Search in sources :

Example 1 with MasterExecutable

use of org.apache.accumulo.manager.MasterExecutable in project accumulo by apache.

the class Master method main.

public static void main(String[] args) throws Exception {
    LOG.warn("Usage of {} directly has been deprecated. Use {} with keyword manager instead.", Master.class.getName(), Main.class.getName());
    new MasterExecutable().execute(args);
}
Also used : MasterExecutable(org.apache.accumulo.manager.MasterExecutable) Main(org.apache.accumulo.start.Main)

Aggregations

MasterExecutable (org.apache.accumulo.manager.MasterExecutable)1 Main (org.apache.accumulo.start.Main)1