[
https://issues.apache.org/jira/browse/HBASE-13958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14598510#comment-14598510
]
Hadoop QA commented on HBASE-13958:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12741391/HBASE-13958-v0.patch
against master branch at commit e123363867e7d409a98fffe67cfbedaadc5a455c.
ATTACHMENT ID: 12741391
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 3 new
or modified tests.
{color:red}-1 javac{color}. The patch appears to cause mvn compile goal to
fail with Hadoop version 2.2.0.
Compilation errors resume:
[ERROR] Failed to execute goal on project hbase-server: Could not resolve
dependencies for project org.apache.hbase:hbase-server:jar:2.0.0-SNAPSHOT:
Could not find artifact org.apache.hadoop:hadoop-minikdc:jar:2.2.0 in central
(http://repo.maven.apache.org/maven2) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :hbase-server
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/14535//console
This message is automatically generated.
> RESTApiClusterManager calls kill() instead of suspend() and resume()
> --------------------------------------------------------------------
>
> Key: HBASE-13958
> URL: https://issues.apache.org/jira/browse/HBASE-13958
> Project: HBase
> Issue Type: Bug
> Components: integration tests
> Affects Versions: 2.0.0, 1.2.0, 1.1.0.1
> Reporter: Matteo Bertozzi
> Assignee: Matteo Bertozzi
> Priority: Minor
> Fix For: 2.0.0, 1.2.0, 1.1.1
>
> Attachments: HBASE-13958-v0.patch
>
>
> suspend() and resume() of the REST ClusterManager are calling the wrong
> method.
> {code}
> @Override
> public void suspend(ServiceType service, String hostname, int port) throws
> IOException {
> hBaseClusterManager.kill(service, hostname, port);
> }
> @Override
> public void resume(ServiceType service, String hostname, int port) throws
> IOException {
> hBaseClusterManager.kill(service, hostname, port);
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)