Interface HdfsClient
- All Known Implementing Classes:
HdfsClientImpl,HdfsClientMock
public interface HdfsClient
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeletePath(String hdfsPath) listContent(String hdfsPath) readParquetFiles(String hdfsPath, long limit)
-
Method Details
-
getHadoopUser
String getHadoopUser() -
getHadoopCluster
String getHadoopCluster() -
getHdfsBasePath
String getHdfsBasePath() -
deletePath
- Throws:
MDStoreManagerException
-
listHadoopDirs
-
listContent
-
readParquetFiles
List<Map<String,String>> readParquetFiles(String hdfsPath, long limit) throws MDStoreManagerException - Throws:
MDStoreManagerException
-