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
相关文章
相关标签/搜索