| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.io |
| Modifier and Type | Method and Description |
|---|---|
static AcidUtils.ParsedDelta |
AcidUtils.parsedDelta(org.apache.hadoop.fs.Path deltaDir,
org.apache.hadoop.fs.FileSystem fs)
This will look at a footer of one of the files in the delta to see if the
file is in Acid format, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
List<AcidUtils.ParsedDelta> |
AcidDirectory.getCurrentDirectories()
Get the list of delta directories that are valid and not
obsolete.
|
List<AcidUtils.ParsedDelta> |
AcidDirectory.getDeleteDeltas()
Delete deltas that should be read by this reader.
|
List<AcidUtils.ParsedDelta> |
AcidUtils.Directory.getDeleteDeltas() |
List<AcidUtils.ParsedDelta> |
OriginalDirectory.getDeleteDeltas() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.fs.Path[] |
AcidUtils.getPaths(List<AcidUtils.ParsedDelta> deltas)
Convert a list of deltas to a list of delta directories.
|
static List<AcidInputFormat.DeltaMetaData> |
AcidUtils.serializeDeleteDeltas(List<AcidUtils.ParsedDelta> deltas,
org.apache.hadoop.fs.FileSystem fs)
Convert the list of deltas into an equivalent list of begin/end
write id pairs.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.