public class HiveStrictManagedUtils extends Object
| Constructor and Description |
|---|
HiveStrictManagedUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAvroTableWithExternalSchema(org.apache.hadoop.hive.metastore.api.Table table) |
static boolean |
isListBucketedTable(org.apache.hadoop.hive.metastore.api.Table table) |
static String |
validateStrictManagedTable(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hive.metastore.api.Table table)
Checks if the table is valid based on the rules for strict managed tables.
|
static void |
validateStrictManagedTableWithThrow(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hive.metastore.api.Table table) |
public static void validateStrictManagedTableWithThrow(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hive.metastore.api.Table table)
throws org.apache.hadoop.hive.metastore.api.MetaException
org.apache.hadoop.hive.metastore.api.MetaExceptionpublic static String validateStrictManagedTable(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hive.metastore.api.Table table)
conf - table - public static boolean isAvroTableWithExternalSchema(org.apache.hadoop.hive.metastore.api.Table table)
public static boolean isListBucketedTable(org.apache.hadoop.hive.metastore.api.Table table)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.