hadoop c++ api調用範例

#include "hdfs.h"        int main(int argc, char **argv) {          hdfsFS fs = hdfsConnect("default", 0);       const char* writePath = "/tmp/testfile.txt";       hdfsFile writeFile = hdfsOpenFile(fs
相關文章
相關標籤/搜索