retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)

Posted GeoWin_CAU

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)相关的知识,希望对你有一定的参考价值。

yxx39@cs-spatial-210:/export/scratch/yao/hadoop-1.2.1/bin$ ./hadoop fs -ls
16/03/10 14:05:35 INFO ipc.Client: Retrying connect to server: cs-spatial-210/ip address:5218. Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
16/03/10 14:05:36 INFO ipc.Client: Retrying connect to server: cs-spatial-210/ip address:5218. Already tried 1 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
16/03/10 14:05:37 INFO ipc.Client: Retrying connect to server: cs-spatial-210/ip address:5218. Already tried 2 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS) 

以上是关于retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)的主要内容,如果未能解决你的问题,请参考以下文章