hadoop安装是出现的错误

252192168204.131( rool )
23/03/15 15:16:35 INFO ipc . Client : Retrying connect to server : hbase /192.168.204.131:8032. Already trted 1 time ( s ); retry poli
ye Retryuploraxumumcountitcerver : hbase /192.168.204.131:8032. Already tried 2 time ( s ); retry poli y5ett2n31:8032. Already tried 3 time ( s ); retry poli gs hetrup orax tmumerver : hbase /1g2168.204.131:8032. Already tried 4 time ( s ); retry poli y is RetryupToMax tnumcountwttnF uxeasleep c168204.131:8032. Already tried 5 time ( s ); retry poli cy is RetryUpToMaximumCountWithFixedSleep ( maxRetries -10, sleepTime -1000 MILLISECONDS )
23/03/1515:16:40INF0 ipc . Client : Retrying connect to server : hbase /192.168.204.131:8032. Already tried 6 time ( s ); retry poli y is RetryuploMax imumcount 人 nreseece /1g25168204.131:8032. Already tried 7 time ( s ); retry poli y is RetryUpToMax imumCountwithF ixedSleep ( maxRetries =10, sleepTime =1000 MILLISECONDS )23/03/1515:16:42 INFO ipc . Client : Retrying connect to server : hbase /192.168.204.131:8032. Already trted 8 time ( s ); retry poli
25、 RetryuploMax inumcountce /102168204131:8032. Already tried 9 time ( s ); retry poli o ,15 RetryuploraxiumcounZerver : hbase /192.168.204.131:8032.Already tried 0 time ( s ); retry poli
5、 Retruplonax m oocerver : hbase /192.168.204.131:8032. Already tried 1 time ( s ); retry poli 로 oe ct 는 tnFo ioc . client : Retrvina connect to server : hbase /192.168.204.131:8032.Already tried 2 time ( s ); retry pol cy is RetryUpToMaximumCountWithFixedSleep ( maxRetries -10, sleepTime -1000 MILLISECONDS )
23/03/1515:17:22 INFO ipc . Client : Retrying connect to server : hbase /192.168.204.131:8032. Already tried 3 time ( s ); retry poli o 5、 Retryuplonaeco server : hbase /192.168.204.131:8032. Already tried 4 time ( s ); retry poli cy is RetryUpToMax imumCountWithF ixedSleep ( maxRetries =10, sleepTime =1000 MILLISECONDS )
23/03/1515:17:24 INFO ipc . Client : Retrying connect to server : hbase /192.168.204.131:8032. Already tried 5 time ( s ); retry poli
cy is RetryUpToHaximumCountwithF ixedSleep ( maxRetries =10, sleepTime =1000 MILLISECONDS )
23/03/1515:17:25 INFO ipc . Client : Retrying connect to server : hbase /192.168.204.131:8032. Already tried 6 time ( s ); retry poli . nect to server : hbase /192.168.204.131:8032. Already tried 7 time ( s ); retry pol cy 15 RetryuploMax uumcounncerver : hbase /192168.204.131:8032. Already tried 8 time ( s ); retry poli o RetryupioMaxumumcounto server : hbase /192.168.204.131:8032. Already tried 9 time ( s ); retry poli cy is RetryupToHaximumCountWithF ixedSleep ( maxRetries -10, sleepT ime -1000 MILLISECONDS )
baXterm by subscribing to the professional edition here : htpe // mobaxterm . mgbatek , nert
15:17
2023/3/15

这个错误信息看起来是Hadoop无法连接到HBase服务。建议您检查以下几个问题:

  1. 检查HBase服务是否正在运行,并且端口是否正确打开。可以使用telnet命令测试连接到端口是否正常,例如telnet 192.168.204.131 8032。
  2. 检查Hadoop配置文件中的相关配置是否正确,例如core-site.xml和hbase-site.xml文件中是否配置了正确的HBase服务IP和端口。
  3. 检查Hadoop和HBase的版本是否匹配,如果版本不匹配可能会导致连接失败。

尝试重启Hadoop和HBase服务,看看是否可以解决问题。
如果以上方法都无法解决问题,建议您在Hadoop和HBase的日志中查看更详细的错误信息,以便更好地定位问题。

你安装hadoop配置hbase了吗,而且你贴的这个日志没有贴出来关键的错误,大概的评估,应该是你的hbase的服务没有起来的原因

该回答引用GPTᴼᴾᴱᴺᴬᴵ
这段文本看起来是Hadoop在连接服务器时出现了错误。其中包含了许多重复的日志信息,显示了Hadoop在多次尝试连接服务器后仍然无法成功连接。建议检查Hadoop的配置文件以确保正确设置了服务器的地址和端口。另外,也可能需要检查服务器是否已经启动并正在运行。