0

I think it is implied from the system diagram that sparkling water implemented worker to worker direct communication (without going back to the master). Can someone point out where is the code is that feature?

bhomass
  • 3,414
  • 8
  • 45
  • 75

1 Answers1

0

Sparkling Water is using the exact same communication pattern as Spark does. The driver starts the computation and orchestrates the work amongst several worker nodes. Sparkling Water is basically just Spark application with H2O node running in each Spark's JVM ( for all executors and driver )

Jakub Háva
  • 228
  • 1
  • 5