600601602603604605606607608
} private HiveAuthorizer getSessionAuthorizer() { HiveAuthorizer authorizer = SessionState.get().getAuthorizerV2(); if (authorizer == null) { authorizer = new HiveV1Authorizer(conf, db); } return authorizer; }