Very basic issue. I am just using Zeppelin 0.8 with Scala via the Spark Interpreter - all default settings, and I can't get an output of more than around 700 characters to display.
I have looked at the tunables. They are all huge relative to the tiny sizes it it outputting for me.
// This creates a 4000-character string:
"4000" * 1000
What I get is this:
res14: String = 4000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004000400040004...
This is truncated way smaller than any of the maxOutput or other text limit tunings suggest. It is less than 1000 characters.
I need at least 10000 characters out. What is truncating this and how can I enlarge this limit?