[
https://issues.apache.org/jira/browse/TAJO-1303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14288712#comment-14288712
]
Hudson commented on TAJO-1303:
------------------------------
FAILURE: Integrated in Tajo-master-CODEGEN-build #201 (See
[https://builds.apache.org/job/Tajo-master-CODEGEN-build/201/])
TAJO-1303: CDH cannot pass hadoop version check test (jihun: rev
0024c75e9a36c6c90ab168f002101725f753f945)
*
tajo-common/src/main/java/org/apache/tajo/rule/base/CheckHadoopRuntimeVersionRule.java
* CHANGES
> CDH cannot pass hadoop version check test
> -----------------------------------------
>
> Key: TAJO-1303
> URL: https://issues.apache.org/jira/browse/TAJO-1303
> Project: Tajo
> Issue Type: Bug
> Affects Versions: 0.10
> Reporter: Keuntae Park
> Assignee: Keuntae Park
> Priority: Trivial
> Fix For: 0.10
>
> Attachments: TAJO-1303.patch, TAJO-1303_2.patch
>
>
> getVersion() of CheckHadoopRuntimeVersionRule.java assumes the pattern of
> Hadoop version as 'xx.xx.xx'.
> However, if CDH is used, version is expressed as 'xx.xx.xx-cdhxx.xx.xx'
> and getVersion() wrongly retrieves last digit of the version
> as 'xx-cdhxx.xx.xx' like '0-chd5.3.0'.
> I think getVersion() should check digit part of the Hadoop version string
> only.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)