[
https://issues.apache.org/jira/browse/PIG-3851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14283410#comment-14283410
]
Daniel Dai edited comment on PIG-3851 at 1/20/15 5:26 AM:
----------------------------------------------------------
Attach patch. Note in some Hadoop version, you may hit "Found class
jline.Terminal, but interface was expected". This is because a conflicting
jline.jar in Hadoop. To solve it, using "export
HADOOP_USER_CLASSPATH_FIRST=true". (Hive has the same issue and same solution)
Before the patch, Pig does not accept utf8 character in Grunt. This patch also
fix this issue.
was (Author: daijy):
Attach patch. Note in some Hadoop version, you may hit "Found class
jline.Terminal, but interface was expected". This is because a conflicting
jline.jar in Hadoop. To solve it, using "export
HADOOP_USER_CLASSPATH_FIRST=true". (Hive has the same issue and same solution)
> Upgrade jline to 2.11
> ---------------------
>
> Key: PIG-3851
> URL: https://issues.apache.org/jira/browse/PIG-3851
> Project: Pig
> Issue Type: Improvement
> Reporter: Jun Wang
> Assignee: Daniel Dai
> Fix For: 0.15.0
>
> Attachments: PIG-3851-1.patch
>
>
> jline has released 2.11 which has good i18n support. Please consider to
> upgrade jline version to 2.11 in Pig.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)