| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql | |
| org.apache.hadoop.hive.ql.hooks |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
DriverUtils.checkConcurrency(DriverContext driverContext) |
static void |
DriverUtils.checkInterrupted(DriverState driverState,
DriverContext driverContext,
String msg,
HookContext hookContext,
PerfLogger perfLogger) |
static CommandProcessorException |
DriverUtils.createProcessorException(DriverContext driverContext,
int ret,
String errorMessage,
String sqlState,
Throwable downstreamError) |
static String |
DriverUtils.getUserFromUGI(DriverContext driverContext) |
static void |
DriverUtils.handleHiveException(DriverContext driverContext,
HiveException e,
int ret,
String rootMsg) |
static void |
DriverUtils.invokeFailureHooks(DriverContext driverContext,
PerfLogger perfLogger,
HookContext hookContext,
String errorMessage,
Throwable exception) |
| Constructor and Description |
|---|
Compiler(Context context,
DriverContext driverContext,
DriverState driverState) |
Executor(Context context,
DriverContext driverContext,
DriverState driverState,
TaskQueue taskQueue) |
| Constructor and Description |
|---|
PrivateHookContext(DriverContext driverContext,
Context context) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.