| Package | Description |
|---|---|
| org.apache.hadoop.hive.io |
| Modifier and Type | Method and Description |
|---|---|
static void |
HdfsUtils.setFullFileStatus(org.apache.hadoop.conf.Configuration conf,
HdfsUtils.HadoopFileStatus sourceStatus,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path target,
boolean recursion)
Copy the permissions, group, and ACLs from a source
HdfsUtils.HadoopFileStatus to a target Path. |
static void |
HdfsUtils.setFullFileStatus(org.apache.hadoop.conf.Configuration conf,
HdfsUtils.HadoopFileStatus sourceStatus,
String targetGroup,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path target,
boolean recursion)
Copy the permissions, group, and ACLs from a source
HdfsUtils.HadoopFileStatus to a target Path. |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.