全文预览

实验3-熟悉常用的HDFS操作-答案

上传者:你的雨天 |  格式:doc  |  页数:27 |  大小:4987KB

文档介绍
th,true);/*输出每个文件的信息*/while(remoteIterator.hasNext()){?FileStatuss=remoteIterator.next();System.out.println("路径:"+s.getPath().toString());System.out.println("权限:"+s.getPermission().toString());System.out.println("大小:"+s.getLen());?/*返回的是时间戳,转化为时间日期格式*/?LongtimeStamp=s.getModificationTime();?SimpleDateFormatformat=newSimpleDateFormat("yyyy-MM-ddHH:mm:ss");?Stringdate=format.format(timeStamp);?System.out.println("时间:"+date);?System.out.println();}fs.close();}?/**?*主函数?*/?publicstaticvoidmain(String[]args){ Configurationconf=newConfiguration();conf.set("fs.default.name","hdfs://localhost:9000"); StringremoteDir="/user/hadoop";//HDFS路径 try{ System.out.println("(递归)读取目录下所有文件的信息:"+remoteDir); HDFSApi.lsDir(conf,remoteDir); System.out.println("读取完成"); }catch(Exceptione){ e.printStackTrace(); }?}}

收藏

分享

举报
下载此文档