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

ASF GitHub Bot commented on EAGLE-472:
--------------------------------------

GitHub user baibaichen opened a pull request:

    https://github.com/apache/incubator-eagle/pull/357

    [EAGLE-472] Fix HBase unit test

    HBase UT is broken due to wrong configuration and guava conflict
    
    https://issues.apache.org/jira/browse/EAGLE-472

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/baibaichen/incubator-eagle eagle-472

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-eagle/pull/357.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #357
    
----
commit cb9d46ef6d7b4eb72aaed780dec69d29afa930a9
Author: baibaichen <[email protected]>
Date:   2016-08-17T03:31:58Z

    [EAGLE-472] Fix HBase unit test
    
    HBase UT is broken due to wrong configuration and guava conflict
    
    https://issues.apache.org/jira/browse/EAGLE-472

----


>  Fix HBase unit test
> --------------------
>
>                 Key: EAGLE-472
>                 URL: https://issues.apache.org/jira/browse/EAGLE-472
>             Project: Eagle
>          Issue Type: Sub-task
>    Affects Versions: v0.5.0
>            Reporter: Chang chen
>            Assignee: Chang chen
>              Labels: test
>             Fix For: v0.5.0
>
>
> HBase UT is broken due to wrong configuration and guava conflict
> # [EAGLE-331 ingestion+alert engine 
> preview|https://github.com/apache/incubator-eagle/commit/eef4930c3b9cac7d8c596af684ba098ec2b2229d],
>  see what is added in EmbeddedHbase.java. To Fix it, we needn't specify 
> *hbase.master.ipc.address*, using default value is fine, which is 0.0.0.0, 
> means all IPv4 addresses on the local machine. Please note RegionServer will 
> not use 127.0.0.1 and localhost to contact master.
> # [Rebase code 
> base|https://github.com/apache/incubator-eagle/commit/72a1501c3ff645d93067b4fd9907f8183c2763b6]
>  , guava is upgraded to *19.0*,  however the dependent HBase 
> version(0.98.4.2.2.5.1-3-hadoop2) uses 12.01. It is OK in product 
> environment, but failed in UT, see HBASE-11694. To Fix it, we can downgrade 
> to guava 15.0 which works for eagle(*Stopwatch.createStarted*) and 
> HBase(*StopWatch.elapsedMillis*)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to