| Modifier and Type | Method and Description |
|---|---|
void |
HadoopProperties.copy(HadoopProperties rhs) |
static String |
HadoopFileUtils.copyFromHdfsToLocal(HadoopProperties properties,
String hdfsPath,
String localDirPath) |
static String |
HadoopFileUtils.copyFromLocalToHdfs(HadoopProperties properties,
String localFilePath,
String path) |
static boolean |
HadoopFileUtils.deleteHdfsFile(HadoopProperties properties,
String path) |
void |
HadoopServiceImpl.init(HadoopProperties properties) |
void |
HadoopService.init(HadoopProperties properties) |
static String |
HadoopFileUtils.moveFromHdfsToLocal(HadoopProperties properties,
String path,
String localDirPath) |
static String |
HadoopFileUtils.moveFromLocalToHdfs(HadoopProperties properties,
String localFilePath,
String path) |
static boolean |
HadoopFileUtils.pathExistsOnHdfs(HadoopProperties props,
String path) |
static void |
HadoopFileUtils.printFromHdfs(HadoopProperties properties,
String hdfsPath) |
static String |
HadoopFileUtils.readFromHdfs(HadoopProperties properties,
String hdfsPath) |
static void |
HadoopFileUtils.writeToHdfs(HadoopProperties properties,
String content,
String hdfsPath) |
Copyright © 2017. All rights reserved.