[ 
https://issues.apache.org/jira/browse/TINKERPOP-1556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Dale closed TINKERPOP-1556.
----------------------------------
    Resolution: Fixed

set the environment variable DOCKER_OPTS to pass any parameters to `docker run`.

Thus, to disable IPv6 for Hadoop:
{noformt}
export DOCKER_OPTS="--sysctl net.ipv6.conf.all.disable_ipv6=1 --sysctl 
net.ipv6.conf.default.disable_ipv6=1"
{noformat}

> Allow Hadoop to run on IPv6 systems
> -----------------------------------
>
>                 Key: TINKERPOP-1556
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1556
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: hadoop
>    Affects Versions: 3.1.5, 3.2.3
>         Environment: Fedora 24
>            Reporter: Robert Dale
>            Assignee: Robert Dale
>            Priority: Minor
>              Labels: docker
>             Fix For: 3.3.0, 3.1.6, 3.2.4
>
>
> Hadoop cannot run on IPv6 systems.  Docker appears to inerit the network 
> settings of the host system. If the host system is IPv6, then hadoop et al 
> will fail to run and strange errors ensue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to