if (sentryScripPath == null || sentryScripPath.isEmpty()) {
throw new SentryUserException("No Sentry script dir provided");
}
this.sentryConf = sentryConf;
this.dbType = dbType;
this.SentryStoreSchemaInfo = new SentryStoreSchemaInfo(sentryScripPath,
dbType);
userName = sentryConf.get(ServiceConstants.ServerConfig.SENTRY_STORE_JDBC_USER,
ServiceConstants.ServerConfig.SENTRY_STORE_JDBC_USER_DEFAULT);
passWord = sentryConf.get(ServiceConstants.ServerConfig.SENTRY_STORE_JDBC_PASS,
ServiceConstants.ServerConfig.SENTRY_STORE_JDBC_PASS_DEFAULT);