public static void main(String[] args) throws InterruptedException, ExecutionException { int port = Integer.parseInt(args[0]); HttpProxyExample proxy = new HttpProxyExample(HBaseConfiguration.create(), port); proxy.start(); proxy.join(); } }
public static void main(String[] args) throws InterruptedException, ExecutionException { int port = Integer.parseInt(args[0]); HttpProxyExample proxy = new HttpProxyExample(HBaseConfiguration.create(), port); proxy.start(); proxy.join(); } }