[ https://issues.apache.org/jira/browse/HIVE-5897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13834243#comment-13834243 ]
Hive QA commented on HIVE-5897: ------------------------------- {color:green}Overall{color}: +1 all checks pass Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12616110/HIVE-5897.patch {color:green}SUCCESS:{color} +1 4740 tests passed Test results: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/467/testReport Console output: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/467/console Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. ATTACHMENT ID: 12616110 > Fix hadoop2 execution environment Milestone 2 > --------------------------------------------- > > Key: HIVE-5897 > URL: https://issues.apache.org/jira/browse/HIVE-5897 > Project: Hive > Issue Type: Sub-task > Reporter: Brock Noland > Assignee: Brock Noland > Attachments: HIVE-5897.patch, HIVE-5897.patch > > > Follow on to HIVE-5755. > List of known issues: > hcatalog-pig-adapter and ql need > {noformat} > <dependency> > <groupId>org.apache.hadoop</groupId> > <artifactId>hadoop-mapreduce-client-common</artifactId> > <version>${hadoop-23.version}</version> > <scope>test</scope> > </dependency> > {noformat} > hcatalog core and hbase storage handler needs > {noformat} > <dependency> > <groupId>org.apache.hadoop</groupId> > <artifactId>hadoop-common</artifactId> > <version>${hadoop-23.version}</version> > <classifier>tests</classifier> > <scope>test</scope> > </dependency> > <dependency> > <groupId>org.apache.hadoop</groupId> > <artifactId>hadoop-mapreduce-client-hs</artifactId> > <version>${hadoop-23.version}</version> > <scope>test</scope> > </dependency> > <dependency> > <groupId>org.apache.hadoop</groupId> > <artifactId>hadoop-yarn-server-tests</artifactId> > <version>${hadoop-23.version}</version> > <classifier>tests</classifier> > <scope>test</scope> > </dependency> > {noformat} > hcatalog core needs: > {noformat} > <dependency> > <groupId>org.apache.hadoop</groupId> > <artifactId>hadoop-mapreduce-client-jobclient</artifactId> > <version>${hadoop-23.version}</version> > <scope>test</scope> > </dependency> > {noformat} > beeline needs > {noformat} > <dependency> > <groupId>org.apache.hadoop</groupId> > <artifactId>hadoop-mapreduce-client-core</artifactId> > <version>${hadoop-23.version}</version> > <scope>test</scope> > </dependency> > {noformat} -- This message was sent by Atlassian JIRA (v6.1#6144)