One alternative is,
z.show(sqlContext.sql("..."))Thanks, moon On Sat, Nov 21, 2015 at 12:47 AM Fengdong Yu <[email protected]> wrote: > Hi, > > How to Adjust the table cell’s width in the result? because it only show > the partial result if the data value is much longer. > > such as : > > sqlContext.sql(“select url from tableA”).show(1) > > which only show less than 100 characters in the result. > > > Thanks. > > >
