Re: Unable to see the table created using saveAsTable From Beeline. Please help!

2018-07-07 Thread Mich Talebzadeh
Hi Anna, Google this Spark Dataframe and HIVE HTH Dr Mich Talebzadeh LinkedIn * https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw * http://talebzadehmich.wordpress.com

Re: Unable to see the table created using saveAsTable From Beeline. Please help!

2018-07-07 Thread anna stax
Is some configuration missing ? Appreciate any help On Fri, Jul 6, 2018 at 4:10 PM, anna stax wrote: > I am running spark 2.1.0 on AWS EMR > > In my Zeppelin Note I am creating a table > > df.write > .format("parquet") > .saveAsTable("default.1test") > > and I see the table when

Unable to see the table created using saveAsTable From Beeline. Please help!

2018-07-06 Thread anna stax
I am running spark 2.1.0 on AWS EMR In my Zeppelin Note I am creating a table df.write .format("parquet") .saveAsTable("default.1test") and I see the table when I spark.catalog.listTables().show() +++---+-+---+ |