Page 33 of the Sparkling Water Booklet:

http://docs.h2o.ai/h2o/latest-stable/h2o-docs/booklets/SparklingWaterBooklet.pdf

df = sqlContext.read.format("h2o").option("key",frame.frame_id).load()

df = sqlContext.read.format("h2o").load(frame.frame_id)

On Thu, Jan 12, 2017 at 1:17 PM, Md. Rezaul Karim <
rezaul.ka...@insight-centre.org> wrote:

> Hi there,
>
> Is there any way to convert an H2O DataFrame to equivalent Spark RDD or
> DataFrame? I found a good documentation on "*Machine Learning with
> Sparkling Water: H2O + Spark*" here at.
> <https://h2o-release.s3.amazonaws.com/h2o/rel-turan/4/docs-website/h2o-docs/booklets/SparklingWaterVignette.pdf>
>
> However, it discusses how to convert a Spark RDD or DaataFrame to H2O
> DatFrame but not the vice-versa.
>
>
>
>
> Regards,
> _________________________________
> *Md. Rezaul Karim*, BSc, MSc
> PhD Researcher, INSIGHT Centre for Data Analytics
> National University of Ireland, Galway
> IDA Business Park, Dangan, Galway, Ireland
> Web: http://www.reza-analytics.eu/index.html
> <http://139.59.184.114/index.html>
>

Reply via email to