You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by xuchuanyin <gi...@git.apache.org> on 2018/07/25 02:45:17 UTC

[GitHub] carbondata pull request #2544: [CARBONDATA-2776][CarbonStore] Support ingest...

Github user xuchuanyin commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2544#discussion_r204966885
  
    --- Diff: pom.xml ---
    @@ -110,7 +110,7 @@
       <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <snappy.version>1.1.2.6</snappy.version>
    -    <hadoop.version>2.7.2</hadoop.version>
    +    <hadoop.version>2.8.3</hadoop.version>
    --- End diff --
    
    can we directly upgrade the hadoop version to 2.8.3 without any other changes?


---