I have a few questions or doubts on sparkling water and why is it needed.
Lets assume that I have a generated h2o model with both binary and pojo.
Now I want to deploy the model into production and have an option for using pojo and binary (sparkling water) both.
- Which one should I use? Direct spark with pojo or sparkling water with Binary.
- What is the exact use of sparkling water, when we can easily deploy a model using pojo and spark itself?
- Is sparkling water needed only when you have to train model on huge amounts of data? Or it can be used in PROD deployments of model's as well.
Uses spark to run a pojo model.
Trains / Runs a model in sparkling water.
What are the advantages which sparkling water h2o provides over normal spark?