Packages

package session

Type Members

  1. trait HiveSession extends HiveSessionBase

    Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.

    Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

  2. trait HiveSessionBase extends AnyRef

    Methods that don't need to be executed under a doAs context are here.

    Methods that don't need to be executed under a doAs context are here. Rest of them in HiveSession interface

  3. trait HiveSessionHookContext extends AnyRef

    HiveSessionHookContext.

    HiveSessionHookContext. Interface passed to the HiveServer2 session hook execution. This enables the hook implementation to access session config, user and session handle

  4. class HiveSessionHookContextImpl extends HiveSessionHookContext

    HiveSessionHookContextImpl.

    HiveSessionHookContextImpl. Session hook context implementation which is created by session manager and passed to hook invocation.

  5. class HiveSessionImpl extends HiveSession

    HiveSession

  6. class HiveSessionImplwithUGI extends HiveSessionImpl

    HiveSessionImplwithUGI.

    HiveSessionImplwithUGI. HiveSession with connecting user's UGI and delegation token if required

  7. class HiveSessionProxy extends InvocationHandler

    Proxy wrapper on HiveSession to execute operations by impersonating given user

  8. class SessionManager extends CompositeService

    SessionManager.

Ungrouped