You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Umesh Agashe (JIRA)" <ji...@apache.org> on 2018/01/19 00:33:00 UTC

[jira] [Comment Edited] (HBASE-19825) Fix hadoop3 compat test failures

    [ https://issues.apache.org/jira/browse/HBASE-19825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16331497#comment-16331497 ] 

Umesh Agashe edited comment on HBASE-19825 at 1/19/18 12:32 AM:
----------------------------------------------------------------

As precommit tests run against hadoop2 precommit build will not be useful. I have tested it manually in my dev setup which passes.
{code:java}
$ mvn test -Dtest=TestMetricsMasterProcSourceImpl#testGetInstance -DskipAfterFailureCount=1

...

[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.hadoop.hbase.master.TestMetricsMasterProcSourceImpl
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 s - in org.apache.hadoop.hbase.master.TestMetricsMasterProcSourceImpl
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0{code}


was (Author: uagashe):
As precommit tests run against hadoop2 precommit build will not be useful. I have tested it manually in my dev setup which passes.
{code:java}
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.hadoop.hbase.master.TestMetricsMasterProcSourceImpl
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 s - in org.apache.hadoop.hbase.master.TestMetricsMasterProcSourceImpl
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0{code}

> Fix hadoop3 compat test failures
> --------------------------------
>
>                 Key: HBASE-19825
>                 URL: https://issues.apache.org/jira/browse/HBASE-19825
>             Project: HBase
>          Issue Type: Bug
>          Components: pom
>    Affects Versions: 2.0.0-beta-1
>            Reporter: Umesh Agashe
>            Assignee: Umesh Agashe
>            Priority: Major
>             Fix For: 2.0.0-beta-2
>
>         Attachments: hbase-19825.master.001.patch
>
>
> Haoop3 compat unit tests are failing ([https://builds.apache.org/job/HBase%20Nightly/job/master/197/artifact/output-jdk8-hadoop3/patch-unit-root.txt)]. Need commons-beanutils from hadoop 3.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)