我使用了来自云彩的对接映像,但它的配置似乎不太正确。因为我这么做:
hadoop jar /usr/lib/hadoop*/contrib/streaming/hadoop-streaming*cdh*.jar \
-mapper mapper -reducer reducer \
-file mapper -file reducer \
-input input -output output我一直都有这个:
18/03/14 02:34:33 INFO ipc.Client: Retrying connect to server: 0.0.0.0/0.0.0.0:8032. Already tried 9 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)在运行上面的过程之前,我就是这样做的。
docker run -p 7180:7180 \
--hostname=quickstart.cloudera --privileged=true \
-t -i cloudera/quickstart:latest \
/usr/bin/docker-quickstart发布于 2018-03-14 07:40:30
您需要使用管理器不仅启动HDFS,而且启动纱线。
https://stackoverflow.com/questions/49268941
复制相似问题