Exemplo n.º 1
0
 /** Used to restore session */
 public void createSessionWithSessionHandle(
     SessionHandle sessionHandle,
     String username,
     String password,
     Map<String, String> configuration)
     throws HiveSQLException {
   sessionManager.createSession(
       sessionHandle, SERVER_VERSION, username, password, null, configuration, false, null);
   LOG.debug(sessionHandle + ": createSessionWithSessionHandle()");
 }