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 <petr.k...@gmail.com> wrote: > 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 context doesn't work. > > Only my current option is to create Spark temporary table from dataframe > and use %sql interpreter. > But with above mentioned consequences. > > Thanks > Petr > > > >