You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "JaySenSharma (JIRA)" <ji...@apache.org> on 2016/11/22 17:42:58 UTC

[jira] [Assigned] (AMBARI-18961) Ambari HiveView does not create or upload file in UTF-8 format

     [ https://issues.apache.org/jira/browse/AMBARI-18961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

JaySenSharma reassigned AMBARI-18961:
-------------------------------------

    Assignee: JaySenSharma

> Ambari HiveView does not create or upload file in UTF-8 format
> --------------------------------------------------------------
>
>                 Key: AMBARI-18961
>                 URL: https://issues.apache.org/jira/browse/AMBARI-18961
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-views
>    Affects Versions: 2.4.1
>         Environment: All
>            Reporter: JaySenSharma
>            Assignee: JaySenSharma
>
> - When we run an insert query with some special character in the Hive (Hive-next) View then we see that the values are not being reflected properly.  The special characters are being replaced with  "?"
> Example:
> {code}
> CREATE table test (id int, name string);
> insert into test values (100, "€");
> insert into test values (200, "$");
> insert into test values (300, "£");
> insert into test values (400, "₡");
> SELECT * FROM test LIMIT 100;
> {code}
> - Once the above script is executed then we will see the output something like "HiveView_UTF-8_Issue.png" (attached)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)