摘要:
一、启动脚本配置 hive2server启动后需要等一会 netstat -nplt |grep 10000 查看是否启动 #!/bin/bash HIVE_LOG_DIR=$HIVE_HOME/logs if [ ! -d $HIVE_LOG_DIR ] then mkdir -p $HIVE_L 阅读全文
posted @ 2022-01-04 23:23
持枢
阅读(292)
评论(0)
推荐(0)
摘要:
1. INFO ipc.Client: Retrying connect to server: localhost/127.0.0.1:41576. Already tried 0 time(s); 或者卡在 2022-01-04 01:26:35,209 INFO mapreduce.Job: R 阅读全文
posted @ 2022-01-04 14:27
持枢
阅读(590)
评论(0)
推荐(1)