| Package | Description |
|---|---|
| org.apache.hadoop.hive.shims |
| Modifier and Type | Class and Description |
|---|---|
class |
Hadoop20SShims.Hadoop20SFileStatus |
class |
Hadoop23Shims.Hadoop23FileStatus |
| Modifier and Type | Method and Description |
|---|---|
HadoopShims.HdfsFileStatus |
Hadoop23Shims.getFullFileStatus(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path file) |
HadoopShims.HdfsFileStatus |
Hadoop20SShims.getFullFileStatus(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path file) |
HadoopShims.HdfsFileStatus |
HadoopShims.getFullFileStatus(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path file)
For a given file, return a file status
|
| Modifier and Type | Method and Description |
|---|---|
void |
Hadoop23Shims.setFullFileStatus(org.apache.hadoop.conf.Configuration conf,
HadoopShims.HdfsFileStatus sourceStatus,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path target) |
void |
Hadoop20SShims.setFullFileStatus(org.apache.hadoop.conf.Configuration conf,
HadoopShims.HdfsFileStatus sourceStatus,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path target) |
void |
HadoopShims.setFullFileStatus(org.apache.hadoop.conf.Configuration conf,
HadoopShims.HdfsFileStatus sourceStatus,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path target)
For a given file, set a given file status.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.