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

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