RE: Spark-sql showing no table

2016-07-24 Thread Vikash Kumar
sqlContext.implicits._ From: mina lee [mailto:mina...@apache.org] Sent: Friday, July 22, 2016 3:06 PM To: users@zeppelin.apache.org Subject: Re: Spark-sql showing no table Hi Vikash, if you want to render dataframe as a table with sqlContext, you will need to run z.show(tables) On Thu, Jul 14

Re: Spark-sql showing no table

2016-07-22 Thread mina lee
ql(“show tables”) > > > > > > *Thanks and regards,* > > *Vikash Kumar* > > > > *From:* Mohit Jaggi [mailto:mohitja...@gmail.com] > *Sent:* Wednesday, July 13, 2016 10:24 PM > *To:* users@zeppelin.apache.org > *Subject:* Re: Spark-sql showing no table >

RE: Spark-sql showing no table

2016-07-13 Thread Vikash Kumar
I am creating a sqlContext from exiting sc. Var tables = sqlContext.sql("show tables") Thanks and regards, Vikash Kumar From: Mohit Jaggi [mailto:mohitja...@gmail.com] Sent: Wednesday, July 13, 2016 10:24 PM To: users@zeppelin.apache.org Subject: Re: Spark-sql showin