You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by Fengdong Yu <fe...@everstring.com> on 2015/11/20 16:46:58 UTC

How to adjust the width on the web UI

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.



Re: How to adjust the width on the web UI

Posted by Fengdong Yu <fe...@everstring.com>.
Cool , That’s good to know, Thanks.




> On Nov 21, 2015, at 8:24 PM, moon soo Lee <mo...@apache.org> wrote:
> 
> One alternative is,
> 
> z.show(sqlContext.sql("..."))
> 
> Thanks,
> moon
> 
> On Sat, Nov 21, 2015 at 12:47 AM Fengdong Yu <fe...@everstring.com>
> 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.
>> 
>> 
>> 


Re: How to adjust the width on the web UI

Posted by moon soo Lee <mo...@apache.org>.
One alternative is,

z.show(sqlContext.sql("..."))

Thanks,
moon

On Sat, Nov 21, 2015 at 12:47 AM Fengdong Yu <fe...@everstring.com>
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.
>
>
>