[ https://issues.apache.org/jira/browse/HIVE-5385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13786974#comment-13786974 ]
Hive QA commented on HIVE-5385: ------------------------------- {color:green}Overall{color}: +1 all checks pass Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12606885/HIVE-5385.2.patch {color:green}SUCCESS:{color} +1 4052 tests passed Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/1041/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/1041/console Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. > StringUtils is not in commons codec 1.3 > --------------------------------------- > > Key: HIVE-5385 > URL: https://issues.apache.org/jira/browse/HIVE-5385 > Project: Hive > Issue Type: Bug > Reporter: Yin Huai > Assignee: Kousuke Saruta > Priority: Trivial > Attachments: HIVE-5385.1.patch, HIVE-5385.2.patch > > > In ThriftHttpServlet introduced by HIVE-4763, StringUtils is imported which > was introduced by commons codec 1.4. But, our 0.20 shims depends on commons > codec 1.3. Our eclipse classpath template is also using libs of 0.20 shims. > So, we will get two errors in eclipse. > Compiling hive will not have a problem because we are loading codec 1.4 for > project service (1.4 is also used when "-Dhadoop.version=0.20.2 > -Dhadoop.mr.rev=20"). -- This message was sent by Atlassian JIRA (v6.1#6144)