摘要: 1.SSH启动Hadoop时 hadoop1: Warning: Permanently added 'hadoop1,192.168.xxx.xxx' (ECDSA) to the list of known hosts. 2.解决方案 创建 ~/.ssh/config 文件 vim ~/.ssh 阅读全文
posted @ 2024-03-17 16:43 小冷喵 阅读(5030) 评论(0) 推荐(0)
摘要: 一、.Linux中的date命令date "+%Y-%m-%d" 输出当前日期,格式为“年-月-日”,例如:2023-06-01date "+%Y年%m月%d日 %H:%M:%S" 输出当前日期喝时间,格式为“年月日 时:分:秒”,例如:2023年12月28日 04:28:11date "+%b" 阅读全文
posted @ 2023-12-27 21:42 小冷喵 阅读(628) 评论(0) 推荐(0)