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

Reply via email to