In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/03 Report--
The card failed in registering. Check the log and find that there is an error before registering:
INFO 2016-08-19 15 15 hdp-data1 42 hdp-data1 58149 hostname.py:89-Read public hostname\ 'hdp-data1\' using socket.getfqdn () ERROR 2016-08-19 15 15 15 hdp-data1 58 156 main.py:309-Fatal exception occurred:Traceback (most recent call last): File "/ usr/lib/python2.6/site-packages/ambari_agent/main.py", line 306, in main (heartbeat_stop_callback) File "/ usr/lib/python2.6/site-packages/ambari_agent/main.py", line 297 In main ExitHelper.execute_cleanup () TypeError: unbound method execute_cleanup () must be called with ExitHelper instance as first argument (got nothing instead)', None)
This is because ambari is foreign and uses ascii encoding by default. If you use the Chinese version of the operating system, you can add it at the beginning of the / usr/lib/python2.6/site-packages/ambari_agent/main.py file.
Import sys
Reload (sys)
Sys.setdefaultencoding ('utf-8')
And then retry failed it.
Haha, I am more resourceful than others to reinstall the system.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.