Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "HadoopIPv6" page has been changed by MicheleCatasta. http://wiki.apache.org/hadoop/HadoopIPv6?action=diff&rev1=3&rev2=4 -------------------------------------------------- To fix this, you need to change your system to allow IPv4 addressing. - The Fix recommended on the debian bug list is to patch the file {{{/etc/sysctl.d/bindv6only.conf}} to set the configuration option {{{net.ipv6.bindv6only}}} to 0 and restart networking. The automated command to do this is: + The Fix recommended on the debian bug list is to patch the file {{{/etc/sysctl.d/bindv6only.conf}}} to set the configuration option {{{net.ipv6.bindv6only}}} to 0 and restart networking. The automated command to do this is: {{{ sudo sed -i 's/net.ipv6.bindv6only\ =\ 1/net.ipv6.bindv6only\ =\ 0/' \ /etc/sysctl.d/bindv6only.conf && sudo invoke-rc.d procps restart
