[
https://issues.apache.org/jira/browse/HBASE-10431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13884345#comment-13884345
]
Hadoop QA commented on HBASE-10431:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12625603/HBASE-10431.patch
against trunk revision .
ATTACHMENT ID: 12625603
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 18 new
or modified tests.
{color:red}-1 hadoop1.0{color}. The patch failed to compile against the
hadoop 1.0 profile.
Here is snippet of errors:
{code}[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile)
on project hbase-client: Compilation failure: Compilation failure:
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/trunk/hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKUtil.java:[38,26]
cannot find symbol
[ERROR] symbol : class HBasePrivateZeroCopyByteString
[ERROR] location: package com.google.protobuf
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/trunk/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/RequestConverter.java:[23,26]
cannot find symbol
[ERROR] symbol : class HBasePrivateZeroCopyByteString
--
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile)
on project hbase-client: Compilation failure
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
--
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation
failure
at
org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:729)
at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:128)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more{code}
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/8539//console
This message is automatically generated.
> Rename com.google.protobuf.ZeroCopyLiteralByteString
> ----------------------------------------------------
>
> Key: HBASE-10431
> URL: https://issues.apache.org/jira/browse/HBASE-10431
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.96.1.1
> Reporter: Nicolas Liochon
> Assignee: Nicolas Liochon
> Fix For: 0.96.2, 0.98.1, 0.99.0
>
> Attachments: HBASE-10431.patch
>
>
> As we are hijacking the protobuf package, we should do our best to limit the
> probability to have a conflict on the class name.
> Today, we have the same class name as AsyncHBase, but our contains a method
> that AsyncHBase does not have.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)