public class HiveCompatUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
cleanupQueryResultCache() |
static void |
closeDriver(java.lang.Object drv) |
static void |
destroyTEZSession(org.apache.hadoop.hive.ql.session.SessionState sessionState) |
static MyResult |
doSetup(java.lang.String confDir) |
static org.apache.hadoop.hive.ql.plan.ExprNodeGenericFuncDesc |
getComparisonExpr(org.apache.hadoop.hive.ql.plan.ExprNodeGenericFuncDesc comparisonExpr,
boolean isNot) |
static java.lang.Object |
getDateOrTimestampValue(java.lang.Object value) |
static java.lang.String |
getDefaultDatabaseName() |
static java.lang.Object |
getDriver(org.apache.hadoop.hive.conf.HiveConf conf) |
static int |
getDriverResponseCode(java.lang.Object drv,
java.lang.String createTableCmd) |
static org.apache.hadoop.hive.conf.HiveConf |
getHiveConf() |
static java.lang.String |
getOptionsValue(org.apache.hadoop.hive.ql.io.AcidOutputFormat.Options options,
java.util.concurrent.atomic.AtomicReference<java.lang.reflect.Method> GET_BUCKET_METHOD_REF,
java.util.concurrent.atomic.AtomicReference<java.lang.reflect.Method> GET_BUCKET_ID_METHOD_REF,
org.slf4j.Logger LOG) |
static org.apache.hadoop.hive.ql.QueryState |
getQueryState(org.apache.hadoop.hive.conf.HiveConf conf) |
static void |
initHiveMaterializedViewsRegistry() |
static void |
initHiveMaterializedViewsRegistry(org.apache.hadoop.hive.ql.metadata.Hive db) |
public static org.apache.hadoop.hive.ql.plan.ExprNodeGenericFuncDesc getComparisonExpr(org.apache.hadoop.hive.ql.plan.ExprNodeGenericFuncDesc comparisonExpr,
boolean isNot)
public static java.lang.String getOptionsValue(org.apache.hadoop.hive.ql.io.AcidOutputFormat.Options options,
java.util.concurrent.atomic.AtomicReference<java.lang.reflect.Method> GET_BUCKET_METHOD_REF,
java.util.concurrent.atomic.AtomicReference<java.lang.reflect.Method> GET_BUCKET_ID_METHOD_REF,
org.slf4j.Logger LOG)
public static java.lang.Object getDateOrTimestampValue(java.lang.Object value)
public static java.lang.String getDefaultDatabaseName()
public static MyResult doSetup(java.lang.String confDir) throws java.net.MalformedURLException
java.net.MalformedURLExceptionpublic static void destroyTEZSession(org.apache.hadoop.hive.ql.session.SessionState sessionState)
public static java.lang.Object getDriver(org.apache.hadoop.hive.conf.HiveConf conf)
public static void cleanupQueryResultCache()
public static org.apache.hadoop.hive.conf.HiveConf getHiveConf()
public static int getDriverResponseCode(java.lang.Object drv,
java.lang.String createTableCmd)
public static void closeDriver(java.lang.Object drv)
public static org.apache.hadoop.hive.ql.QueryState getQueryState(org.apache.hadoop.hive.conf.HiveConf conf)
public static void initHiveMaterializedViewsRegistry()
public static void initHiveMaterializedViewsRegistry(org.apache.hadoop.hive.ql.metadata.Hive db)
Copyright © 2021 Apache Software Foundation. All rights reserved.