Re: How to %sql interpreter

2017-08-18 Thread Petr Knez
Hi, there is screenshot. Red rectangles in attached picture show what I mean. Text in those red highlighted columns is "trunctated" and there is no option to show full content (or I don't know how to do it) Similar situation is when i show dataframe directly with spark API, but there is option "t

Re: How to %sql interpreter

2017-08-16 Thread moon soo Lee
Hi, Could you share little more about "trunc string parameters longer than 15 chars"? Which parameter are you talking about? Thanks, moon On Tue, Aug 15, 2017 at 5:01 AM Petr Knez wrote: > Hi, > could you anyone help me how to force %sql (spark) interpreter not to > trunc string parameters who

How to %sql interpreter

2017-08-15 Thread Petr Knez
Hi, could you anyone help me how to force %sql (spark) interpreter not to trunc string parameters who are longer then 15 chars. My case is to visualize data from dataframe but I can't use z.show (where is possible to set truncate option to false) because I use %livy.spark interpreter where z conte