Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
zepplin version: 0.8.2
spark version: 2.4.3
-
Important
Description
our workflow like this zepplin -> livy -> spark on yarn
when the result has chinese character, it can not be shown correctly, just like the picture below
this content is actually supposed to be like this picture below.
the method to reproduce issue
put this sql in zeppline web editor:
select "en", "hello" union all (select "chinese","你好") union all (select "en", "hello")