Re: How to adjust Spark shell table width

2015-11-22 Thread Ted Yu
Currently the width, if truncation is performed, is hardcoded to be 20 characters. I wonder if capability for user to specify the width should be added. If so, I can send a PR. Cheers On Sun, Nov 22, 2015 at 1:39 AM, Jagrut Sharma wrote: > Since version 1.5.0, show(false) on a DataFrame preve

Re: How to adjust Spark shell table width

2015-11-22 Thread Jagrut Sharma
Since version 1.5.0, show(false) on a DataFrame prevents truncation of long strings in the output. By default, strings more than 20 characters are truncated. Example usage: scala> df.show(false) -- Jagrut On Sat, Nov 21, 2015 at 6:24 AM, Fengdong Yu wrote: > Hi, > > I found if the column valu