This is an automated email from the ASF dual-hosted git repository.

weimer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/reef.git


The following commit(s) were added to refs/heads/master by this push:
     new 5494015  [REEF-2047] Upgrade Hadoop Version Referenced by REEF to 2.9 
(#1480)
5494015 is described below

commit 549401500b6a5562f81835ae2bd35219594cd9e8
Author: Sean <[email protected]>
AuthorDate: Tue Oct 9 14:32:17 2018 -0700

    [REEF-2047] Upgrade Hadoop Version Referenced by REEF to 2.9 (#1480)
    
    This addressed the issue by:
      * Upgrading the pom to use hadoop 2.9.1, where allocation ID is in the 
NMClient API.
    
    JIRA:
      [REEF-2047](https://issues.apache.org/jira/browse/REEF-2047)
    
    Pull request:
      This closes #1480
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7055ed8..7031b15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@ under the License.
         <reef.log.dir>${project.build.directory}/log</reef.log.dir>
         <bundle.snappy>false</bundle.snappy>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <hadoop.version>2.7.5</hadoop.version>
+        <hadoop.version>2.9.1</hadoop.version>
         <spark.version>2.1.0</spark.version>
         <avro.version>1.8.1</avro.version>
         <parquet.version>1.9.0</parquet.version>

Reply via email to