[
https://issues.apache.org/jira/browse/AMBARI-16713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15298093#comment-15298093
]
Hudson commented on AMBARI-16713:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #4908 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/4908/])
AMBARI-16713. Hive View does not work with multi-bytes (dipayan.bhowmick:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=7d4b6fd2baccb7e81f5b8a1e1658a531bfb9fa39])
*
contrib/views/utils/src/main/java/org/apache/ambari/view/utils/hdfs/HdfsUtil.java
> Hive View does not work with multi-bytes characters
> ---------------------------------------------------
>
> Key: AMBARI-16713
> URL: https://issues.apache.org/jira/browse/AMBARI-16713
> Project: Ambari
> Issue Type: Bug
> Components: ambari-views
> Reporter: Gaurav Nagar
> Assignee: Gaurav Nagar
> Fix For: 2.4.0
>
> Attachments: AMBARI-16713_branch-2.4.patch
>
>
> Hive View replaces the multi-byte characters such as Japanese to single byte
> if you use it in WHERE clause
> For example:
> select * from test_csv where note='あああ';
> becomes
> select * from test_csv where note='BBB';
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)