11 2022 档案
摘要:pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple //换源pip3 install jupyter notebook //下包pip3 install numpypip3 install pandas
阅读全文
摘要:hadoop fs -copyFromLocal 本地路径 目标路径 //从本地复制文件到hdfs hadoop fs -copyToLocal hdfs路径 本地目标路径 //从hdfs复制文件到本地
阅读全文
摘要:scp -r --路径 --地址 --路径 //远程拷贝 souce --配置文件路径 //重载配置文件 hadoop namenode -format //初始化文件系统 start-all.sh //启动所有集群 start-dfs.sh //启动主集群 start-yarn.sh //启动亚集
阅读全文
摘要:PrintWriter writer = resp.getWriter();//响应流 String contextPath = req.getContextPath();//返回站点根目录 resp.sendRedirect(contextPath);//重定向 Enumeration<Strin
阅读全文

浙公网安备 33010602011771号