当前位置:酷百书>生活百科>如何从hadoop的Hdfs上查询文件?

如何从hadoop的Hdfs上查询文件?

2024-06-21 12:16:52 编辑:join 浏览量:537

如何从hadoop的Hdfs上查询文件?

如何从hadoop的Hdfs上查询文件?

先用hdfsGetPathInfo得到一个hdfsFileInfo类型的结构体,get_real_path(dsh,s,real_path);hdfsFileInfo*pt_hdfs_file_info=hdfsGetPathInfo(hdfs,real_path);//这个结构体中有个kind属性,就是来区分是文件还是目录typedefstruct{tObjectKindmKind;/*fileordirectory*/char*mName;/*thenameofthefile*/tTimemLastMod;/*thelastmodificationtimeforthefileinseconds*/tOffsetmSize;/*thesizeofthefileinbytes*/shortmReplication;/*thecountofreplicas*/tOffsetmBlockSize;/*theblocksizeforthefile*/char*mOwner;/*theownerofthefile*/char*mGroup;/*thegroupassociatedwiththefile*/shortmPermissions;/*thepermissionsassociatedwiththefile*/tTimemLastAccess;/*thelastaccesstimeforthefileinseconds*/}hdfsFileInfo;

标签:hadoop,Hdfs,查询

版权声明:文章由 酷百书 整理收集,来源于互联网或者用户投稿,如有侵权,请联系我们,我们会立即处理。如转载请保留本文链接:https://www.kubaishu.com/life/439663.html
热门文章