Re: z.show() not working

2016-08-16 Thread Jose Rivera-Rubio
Yes it's very simple. So using the %spark context: val user_meta = sqlContext.load("/vagrant/parquet_tables/user_meta.parquet") user_meta.registerTempTable("user_meta") val user = sqlContext.load("/vagrant/parquet_tables/user.parquet") user.registerTempTable("user") z.show(sqlContext.sql("select

Re: z.show() not working

2016-08-16 Thread Jeff Zhang
Could you share your code ? On Tue, Aug 16, 2016 at 8:41 PM, Jose Rivera-Rubio < jose.riv...@internavenue.com> wrote: > No errors in the interpreter log stored in ./logs but still no HTML table > output after doing z.show() Any other locations where I should check for > logs? > > Thanks! > > PS:

Re: z.show() not working

2016-08-16 Thread Jose Rivera-Rubio
No errors in the interpreter log stored in ./logs but still no HTML table output after doing z.show() Any other locations where I should check for logs? Thanks! PS: I'm using commit 37696ea8bd6a5c3b910f7d24141530f91f80391c of the master branch *Jose Rivera* p.s. We're Hiring

Re: z.show() not working

2016-08-11 Thread Jeff Zhang
I tried 0.6.1, it works for me. Could you check the interpreter log and yarn app log ? On Fri, Aug 12, 2016 at 7:20 AM, Jose Rivera-Rubio < jose.riv...@internavenue.com> wrote: > I built from source after pulling the latest master. I also checked out > the RC1 tag of v0.6.1, compiled and I could

Re: z.show() not working

2016-08-11 Thread Jose Rivera-Rubio
I built from source after pulling the latest master. I also checked out the RC1 tag of v0.6.1, compiled and I could see the same behaviour: no output from z.show(). Thanks *Jose Rivera* p.s. We're Hiring ! *Data Engineer Lead **Intern Avenue

Re: z.show() not working

2016-08-11 Thread Jeff Zhang
Which version of zeppelin are you using ? On Thu, Aug 11, 2016 at 8:36 PM, Jose Rivera-Rubio < jose.riv...@internavenue.com> wrote: > Hi, > > I saw this JIRA > issue but I'm facing the problem with Spark 1.6.0 and 1.6.1 > > When doing z.show(d