4344454647484950515253
{ try { HBaseOperationUtils.startHBaseServer(runTime, startHBaseServerCommand); HBaseOperationUtils utils = new HBaseOperationUtils(); utils.createTable(schema, columnFamilyOrTable); } catch (IOException e) { e.printStackTrace(); }