public class HFileV1Detector
extends Configured
To print the help section of the tool:
| Constructor and Description |
|---|
HFileV1Detector() |
| Modifier and Type | Method and Description |
|---|---|
FileLink |
getFileLinkWithPreNSPath(Path storeFilePath)
Creates a FileLink which adds pre-namespace paths in its list of available paths.
|
static void |
main(java.lang.String[] args) |
int |
run(java.lang.String[] args)
Checks for HFileV1.
|
public int run(java.lang.String[] args)
throws java.io.IOException,
ParseException
java.io.IOExceptionParseExceptionpublic FileLink getFileLinkWithPreNSPath(Path storeFilePath) throws java.io.IOException
storeFilePath - java.io.IOExceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception