Package com.cloudera.sqoop.metastore.hsqldb

Examples of com.cloudera.sqoop.metastore.hsqldb.HsqldbMetaStore


  }

  @Override
  /** {@inheritDoc} */
  public int run(SqoopOptions options) {
    metastore = new HsqldbMetaStore(options.getConf());
    if (shutdown) {
      LOG.info("Shutting down metastore...");
      metastore.shutdown();
    } else {
      metastore.start();
View Full Code Here

TOP

Related Classes of com.cloudera.sqoop.metastore.hsqldb.HsqldbMetaStore

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.