摘要: scp -r --路径 --地址 --路径 //远程拷贝 souce --配置文件路径 //重载配置文件 hadoop namenode -format //初始化文件系统 start-all.sh //启动所有集群 start-dfs.sh //启动主集群 start-yarn.sh //启动亚集 阅读全文
posted @ 2022-11-22 11:27 仟浊Cc 阅读(19) 评论(0) 推荐(0)
摘要: PrintWriter writer = resp.getWriter();//响应流 String contextPath = req.getContextPath();//返回站点根目录 resp.sendRedirect(contextPath);//重定向 Enumeration<Strin 阅读全文
posted @ 2022-11-22 10:06 仟浊Cc 阅读(18) 评论(0) 推荐(0)