| Package | Description |
|---|---|
| io.prestosql.plugin.hive | |
| io.prestosql.plugin.hive.gcs | |
| io.prestosql.plugin.hive.metastore | |
| io.prestosql.plugin.hive.s3 | |
| io.prestosql.plugin.hive.util |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.conf.Configuration |
HdfsEnvironment.getConfiguration(HdfsEnvironment.HdfsContext context,
org.apache.hadoop.fs.Path path) |
org.apache.hadoop.conf.Configuration |
HdfsConfiguration.getConfiguration(HdfsEnvironment.HdfsContext context,
URI uri) |
org.apache.hadoop.conf.Configuration |
HiveHdfsConfiguration.getConfiguration(HdfsEnvironment.HdfsContext context,
URI uri) |
org.apache.hadoop.fs.FileSystem |
HdfsEnvironment.getFileSystem(HdfsEnvironment.HdfsContext context,
org.apache.hadoop.fs.Path path) |
void |
DynamicConfigurationProvider.updateConfiguration(org.apache.hadoop.conf.Configuration configuration,
HdfsEnvironment.HdfsContext context,
URI uri) |
| Modifier and Type | Method and Description |
|---|---|
void |
GcsConfigurationProvider.updateConfiguration(org.apache.hadoop.conf.Configuration configuration,
HdfsEnvironment.HdfsContext context,
URI uri) |
| Modifier and Type | Method and Description |
|---|---|
HdfsEnvironment.HdfsContext |
SemiTransactionalHiveMetastore.Action.getHdfsContext() |
| Constructor and Description |
|---|
Action(io.prestosql.plugin.hive.metastore.SemiTransactionalHiveMetastore.ActionType type,
T data,
HdfsEnvironment.HdfsContext hdfsContext,
HiveIdentity identity) |
| Modifier and Type | Method and Description |
|---|---|
void |
S3SecurityMappingConfigurationProvider.updateConfiguration(org.apache.hadoop.conf.Configuration configuration,
HdfsEnvironment.HdfsContext context,
URI uri) |
| Modifier and Type | Method and Description |
|---|---|
static void |
HiveWriteUtils.createDirectory(HdfsEnvironment.HdfsContext context,
HdfsEnvironment hdfsEnvironment,
org.apache.hadoop.fs.Path path) |
static org.apache.hadoop.fs.Path |
HiveWriteUtils.createTemporaryPath(ConnectorSession session,
HdfsEnvironment.HdfsContext context,
HdfsEnvironment hdfsEnvironment,
org.apache.hadoop.fs.Path targetPath) |
static org.apache.hadoop.fs.Path |
HiveWriteUtils.getTableDefaultLocation(Database database,
HdfsEnvironment.HdfsContext context,
HdfsEnvironment hdfsEnvironment,
String schemaName,
String tableName) |
static org.apache.hadoop.fs.Path |
HiveWriteUtils.getTableDefaultLocation(HdfsEnvironment.HdfsContext context,
SemiTransactionalHiveMetastore metastore,
HdfsEnvironment hdfsEnvironment,
String schemaName,
String tableName) |
static boolean |
HiveWriteUtils.isHdfsEncrypted(HdfsEnvironment.HdfsContext context,
HdfsEnvironment hdfsEnvironment,
org.apache.hadoop.fs.Path path) |
static boolean |
HiveWriteUtils.isS3FileSystem(HdfsEnvironment.HdfsContext context,
HdfsEnvironment hdfsEnvironment,
org.apache.hadoop.fs.Path path) |
static boolean |
HiveWriteUtils.isViewFileSystem(HdfsEnvironment.HdfsContext context,
HdfsEnvironment hdfsEnvironment,
org.apache.hadoop.fs.Path path) |
static boolean |
HiveWriteUtils.pathExists(HdfsEnvironment.HdfsContext context,
HdfsEnvironment hdfsEnvironment,
org.apache.hadoop.fs.Path path) |
Copyright © 2012–2020. All rights reserved.