Hi,

That is currently zeppelin's limitation.
One trick is transform the your values from "value" to "%html value"
That'll try to format cell contents as a html and removes ','

You can try two different codes below

%spark
print(s"""%table value\n1111111""")

%spark
print(s"""%table value\n%html 1111111""")


Best,
moon

On Sun, Aug 23, 2015 at 11:34 PM Bae, Jae Hyeon <metac...@gmail.com> wrote:

> Hi Zeppelin users
>
> Please look at the following screen shot. open_hex field is printed as
> string if it contains an alphabet but numeric presentation is also printed
> out if it contains numbers only.
>
> [image: image.png]
>
> The schema of open_hex field is String.
>
> [image: image.png]
>
> Is this a bug? Or how can I specify a field type in Zeppelin UI?
>
> Thank you
> Best, Jae
>

Reply via email to