public static String[] INDEX_SEED = {
"CREATE index PhotosByTime on Photo(user_id,time);",
"CREATE index PhotosByTag on Photo(tag);" };
public static void loadTable(Configuration conf) throws MetaException, ZooKeeperConnectionException {
MemFMetaStore fmetaServices = new MemFMetaStore();
TableSchemaCacheReader reader = TableSchemaCacheReader.getInstance(conf, fmetaServices);
ParseContext context = new ParseContext();
context.setTsr(reader);
DruidDQLParser dqlParser = new DruidDQLParser(conf, null);
DruidDDLParser ddlParser = new DruidDDLParser(conf);