[
https://issues.apache.org/jira/browse/HBASE-17056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16077445#comment-16077445
]
Guanghao Zhang commented on HBASE-17056:
----------------------------------------
"mvn clean install -DskipTests" success. But then i got a error when run "mvn
test -Dtest=TestAsyncTableAdminApi".
{code}
[INFO] Running org.apache.hadoop.hbase.client.TestAsyncTableAdminApi
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.922 s
<<< FAILURE! - in org.apache.hadoop.hbase.client.TestAsyncTableAdminApi
[ERROR] org.apache.hadoop.hbase.client.TestAsyncTableAdminApi Time elapsed:
4.922 s <<< ERROR!
java.lang.NoClassDefFoundError: com/google/protobuf/GeneratedMessageV3
Caused by: java.lang.ClassNotFoundException:
com.google.protobuf.GeneratedMessageV3
{code}
I need do something else now?
> Remove checked in PB generated files
> -------------------------------------
>
> Key: HBASE-17056
> URL: https://issues.apache.org/jira/browse/HBASE-17056
> Project: HBase
> Issue Type: Bug
> Affects Versions: 2.0.0
> Reporter: Enis Soztutar
> Assignee: stack
> Fix For: 2.0.0
>
> Attachments:
> 0002-HBASE-17056-Remove-checked-in-PB-generated-files.patch,
> HBASE-17056.master.001.patch, HBASE-17056.master.002.patch,
> HBASE-17056.master.003.patch
>
>
> Now that we have the new PB maven plugin, there is no need to have the PB
> files checked in to the repo. The reason we did that was to ease up developer
> env setup.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)