[ 
https://issues.apache.org/jira/browse/TAJO-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14379217#comment-14379217
 ] 

Dongjoon Hyun commented on TAJO-1434:
-------------------------------------

[~jhkim], thank you for pointing out that.

I thought it's a documentation fix issue.

According to your advice, I will fix like the following. 

{code}
diff --git a/tajo-project/pom.xml b/tajo-project/pom.xml
index 37121e3..7ad4ae0 100644
--- a/tajo-project/pom.xml
+++ b/tajo-project/pom.xml
@@ -33,7 +33,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <hadoop.version>2.5.1</hadoop.version>
+    <hadoop.version>2.6.0</hadoop.version>
     <protobuf.version>2.5.0</protobuf.version>
     <tajo.version>0.11.0-SNAPSHOT</tajo.version>
     <hbase.version>0.98.7-hadoop2</hbase.version>
{code}

> Fix supporting version of Hadoop
> --------------------------------
>
>                 Key: TAJO-1434
>                 URL: https://issues.apache.org/jira/browse/TAJO-1434
>             Project: Tajo
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.10.0
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Trivial
>             Fix For: 0.10.1
>
>         Attachments: TAJO-1434.patch
>
>
> Tajo proudly supports Hadoop 2.6.0.
> {code}
> - * Hadoop 2.3.0 or higher (up to 2.5.1)
> + * Hadoop 2.3.0 or higher (up to 2.6.0)
> {code}



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

Reply via email to