I am new to Sparkling Water, I want to ask some quick questions:
Does Sparking Water support all the algorithms that both Spark MLlib and H2O provides
Does Sparkling Water itself provide algorithms that Spark MLlib and H2O don't support?
If I want to write code with pure Spark MLlib within Sparkling Water context, should I have to use
H2OContext
or Sparkling Water related API?
Per the above 3 questions, I think what I want to understand is how Sparkling Water works. (For present, I know no more than that Sparkling Water brings Spark and H2O together)
Thanks.
Questions-2017-01-11
I am able to run the AirlinesWithWeatherDemo2
example with run-example.sh
successfully, but I got two questions:
H2O Flow web ui is opened during application running(can be accessed through 54321 port), but when the application is finished, the process that opens 54321 port is also shut down(the web ui is inaccessible any more), I would ask when I am running the example, what functionality does this flow UI provide since it may be short-lived
Sparkling water is meant to integrate Spark and H2O, when I submit the example, I only need the sparkling-water-assembly_2.11-2.0.3-all as the applicaiton jar(It contains the example classes), It looks that if I want to run H2O algorithms that Sparkling water doesn't provide, I should add the H2O jars(h2o.jar) as the dependent jars?