连接oozie服务器时出错:连接超时

pbossiut  于 2021-05-29  发布在  Hadoop
关注(0)|答案(0)|浏览(475)

我试图在命令提示符下使用oozie运行pig程序,但是我遇到了如下错误

Connection exception has occurred [ java.net.ConnectException Connection timed out ]. Trying after 1 sec. Retry count = 1
Connection exception has occurred [ java.net.ConnectException Connection timed out ]. Trying after 2 sec. Retry count = 2
Connection exception has occurred [ java.net.ConnectException Connection timed out ]. Trying after 4 sec. Retry count = 3
Connection exception has occurred [ java.net.ConnectException Connection timed out ]. Trying after 8 sec. Retry count = 4
Error: IO_ERROR : java.io.IOException: Error while connecting Oozie server. No of retries = 4. Exception = Connection timed out

我正在执行这个命令

oozie job -oozie http://localhost:11000/oozie -config job.properties -run

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题