您好我正在本地vm开始cloudera。一个节点。如何解决我在cloudera-scm-agent日志中遇到的这个错误?
以下是我认为来自/var/log/cloudera-scm-agent/cloudera-scm-agent.log的重要内容,但我不确定。
[04/Feb/2016 21:55:30 +0000] 11005 Monitor-HostMonitor network_interfaces WARNING Interface 'eth0' reported unknown speed '4294967295'
[04/Feb/2016 21:55:30 +0000] 11005 Monitor-HostMonitor network_interfaces WARNING Interface 'eth0' reported unknown duplex mode '255'
[04/Feb/2016 21:55:31 +0000] 11005 MainThread agent ERROR Heartbeating to localhost:7182 failed.
Traceback (most recent call last):
File "/usr/lib/cmf/agent/src/cmf/agent.py", line 1067, in send_heartbeat
response = self.requestor.request('heartbeat', dict(request=heartbeat))
File "/usr/lib/cmf/agent/build/env/lib/python2.7/site-packages/avro-1.6.3-py2.7.egg/avro/ipc.py", line 141, in request
return self.issue_request(call_request, message_name, request_datum)
File "/usr/lib/cmf/agent/build/env/lib/python2.7/site-packages/avro-1.6.3-py2.7.egg/avro/ipc.py", line 254, in issue_request
call_response = self.transceiver.transceive(call_request)
File "/usr/lib/cmf/agent/build/env/lib/python2.7/site-packages/avro-1.6.3-py2.7.egg/avro/ipc.py", line 483, in transceive
result = self.read_framed_message()
File "/usr/lib/cmf/agent/build/env/lib/python2.7/site-packages/avro-1.6.3-py2.7.egg/avro/ipc.py", line 487, in read_framed_message
response = self.conn.getresponse()
File "/usr/lib/python2.7/httplib.py", line 1051, in getresponse
response.begin()
File "/usr/lib/python2.7/httplib.py", line 415, in begin
version, status, reason = self._read_status()
File "/usr/lib/python2.7/httplib.py", line 379, in _read_status
raise BadStatusLine(line)
BadStatusLine: ''
[04/Feb/2016 21:55:50 +0000] 11005 MainThread agent INFO PID '23501' associated with process '13-cloudera-mgmt-NAVIGATOR' with payload 'processname:13-cloudera-mgmt-NAVIGATOR groupname:13-cloudera-mgmt-NAVIGATOR from_state:RUNNING expected:0 pid:23501' exited unexpectedly
[04/Feb/2016 21:56:28 +0000] 11005 MainThread agent INFO PID '23753' associated with process '13-cloudera-mgmt-NAVIGATOR' with payload 'processname:13-cloudera-mgmt-NAVIGATOR groupname:13-cloudera-mgmt-NAVIGATOR from_state:RUNNING expected:0 pid:23753' exited unexpectedly
...在我的主机文件中,我只添加了一行
127.0.1.1 name-machine
然后在安装中期我根据我读到的内容将ipnet地址更改为 这会导致它失败吗?我重新启动了网络服务。请帮忙!