Exception in createBlockOutputStream when copying data into HDFS

前端 未结 3 540
野性不改
野性不改 2020-12-20 20:46

I am getting the below warning messages while copying the data into HDFS. I\'ve 6 node cluster running. Every time during copy it ignores the two nodes and displays the belo

相关标签:
3条回答
  • 2020-12-20 21:07

    In case you're using Fedora/CentOS, turn off the firewall by:

    service firewalld stop

    0 讨论(0)
  • 2020-12-20 21:12

    Make sure to check firewall

    service iptables save

    service iptables stop

    chkconfig iptables off

    More details on this blog: http://ahikmat.blogspot.kr/2014/05/three-essential-things-to-do-while.html

    0 讨论(0)
  • 2020-12-20 21:19

    You need to open up your TCP ports for the nodes that you cannot connect to.

    Solution: Add TCP port range 0-65535 to the security group to fix the problem.

    0 讨论(0)
提交回复
热议问题