[ https://issues.apache.org/jira/browse/HIVE-15016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15756877#comment-15756877 ]
Steve Loughran commented on HIVE-15016: --------------------------------------- if you check out hadoop trunk, all you need to do is make a build with the declared version changed. {code} mvn install -DskipTests -Ddeclared.hadoop.version=2.11 {code} This *does not* change the version numbers enough to bring up HDFS; all it does is trick hive into thinking it knows about Hadoop 3. The real fix will have to be in hive & cherry picked into the Spark fork. > Run tests with Hadoop 3.0.0-alpha1 > ---------------------------------- > > Key: HIVE-15016 > URL: https://issues.apache.org/jira/browse/HIVE-15016 > Project: Hive > Issue Type: Task > Components: Hive > Reporter: Sergio Peña > Assignee: Sergio Peña > Attachments: Hadoop3Upstream.patch > > > Hadoop 3.0.0-alpha1 was released back on Sep/16 to allow other components run > tests against this new version before GA. > We should start running tests with Hive to validate compatibility against > Hadoop 3.0. > NOTE: The patch used to test must not be committed to Hive until Hadoop 3.0 > GA is released. -- This message was sent by Atlassian JIRA (v6.3.4#6332)