You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// load metadata store
String msName = conf.getMetastoreImplClass();
try {
metastore = MetastoreFactory.createMetaStore(msName);
// TODO: should record version in somewhere. e.g. ZooKeeper
int msVersion = metastore.getVersion();
metastore.init(conf, msVersion);
} catch (Throwable t) {
throw new IOException("Failed to initialize metastore " + msName + " : ", t);
}
Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
nice-to-have
Provide any additional detail on your proposed use case for this feature.
N/A
The text was updated successfully, but these errors were encountered:
Author: Robert Evans <evans@yahoo-inc.com>
Reviewers: Michael Han <hanm@apache.org>, Mohammad Arshad <arshad@apache.org>
Closesapache#282 from revans2/ZOOKEEPER-1782
FEATURE REQUEST
Address the TODO item in MSLedgerManagerFactory
nice-to-have
N/A
The text was updated successfully, but these errors were encountered: