Git Product home page Git Product logo

Comments (10)

tomdz avatar tomdz commented on May 24, 2024

This can also be reproduced on a dual stack machine by running Spark with -Djava.net.preferIPv6Addresses=true

from sparkling-water.

mmalohlava avatar mmalohlava commented on May 24, 2024

Thanks @tomdz! We have to improve handling of IPv6 stack in H2O itself.

from sparkling-water.

tomdz avatar tomdz commented on May 24, 2024

Any workaround I can use in the meantime ?

from sparkling-water.

mmalohlava avatar mmalohlava commented on May 24, 2024

So far, i was not able reproduce it, i have dual stack machine, passing:

--conf spark.driver.extraJavaOptions="-Djava.net.preferIPv6Addresses=true"\
--conf spark.executor.extraJavaOptions="-Djava.net.preferIPv6Addresses=true"

I tried to pass different master={local | local[*] | local-cluster[....] }, but creation of H2O context was still successful (but i can see that even spark is using IPV4).

However, i know that inside H2O there are few places expecting IPv4.

from sparkling-water.

tomkraljevic avatar tomkraljevic commented on May 24, 2024

Yes, IPv4 is a requirement, and will likely be for the foreseeable future.
Interestingly, I have yet to see an enterprise customer without IPv4.

Tom

On Dec 9, 2015, at 1:30 PM, Michal Malohlava [email protected] wrote:

So far, i was not able reproduce it, i have dual stack machine, passing:

--conf spark.driver.extraJavaOptions="-Djava.net.preferIPv6Addresses=true"
--conf spark.executor.extraJavaOptions="-Djava.net.preferIPv6Addresses=true"
I tried to pass different master={local | local[*] | local-cluster[....] }, but creation of H2O context was still successful (but i can see that even spark is using IPV4).

However, i know that inside H2O there are few places expecting IPv4.


Reply to this email directly or view it on GitHub.

from sparkling-water.

tomdz avatar tomdz commented on May 24, 2024

We (Facebook) are very heavily invested in IPv6 (see e.g. http://www.internetsociety.org/deploy360/wp-content/uploads/2014/04/WorldIPv6Congress-IPv6_LH-v2.pdf) and software that we run internally is generally required to play nice with IPv6-only hosts these days (which in Java is not all that difficult, fwiw).

from sparkling-water.

tomdz avatar tomdz commented on May 24, 2024

@mmalohlava I tried this with Spark 1.5.1 running on JDK 1.8.0_60-b27 on Centos, fwiw. Maybe adding java.net.preferIPv4Stack=false also helps ?

from sparkling-water.

mmalohlava avatar mmalohlava commented on May 24, 2024

@tomdz so far no luck - java7/java8 with preferIPv4Stack=false uses IPv4. Need to try that on dedicated linux box

from sparkling-water.

mmalohlava avatar mmalohlava commented on May 24, 2024

Should be fixed now...

from sparkling-water.

mmalohlava avatar mmalohlava commented on May 24, 2024

HEXDEV-593 https://0xdata.atlassian.net/browse/HEXDEV-593

from sparkling-water.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.