[
https://issues.apache.org/jira/browse/HBASE-20224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16415956#comment-16415956
]
Ted Yu commented on HBASE-20224:
--------------------------------
There are some failing tests in the following form:
{code}
Running org.apache.hbase.archetypes.exemplars.client.TestHelloHBase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.007 sec <<<
FAILURE! - in org.apache.hbase.archetypes.exemplars.client.TestHelloHBase
org.apache.hbase.archetypes.exemplars.client.TestHelloHBase Time elapsed:
0.007 sec <<< ERROR!
java.io.IOException: Shutting down
at
org.apache.hbase.archetypes.exemplars.client.TestHelloHBase.beforeClass(TestHelloHBase.java:54)
Caused by: java.lang.RuntimeException: Failed construction of RegionServer:
class org.apache.hadoop.hbase.MiniHBaseCluster$MiniHBaseClusterRegionServer
at
org.apache.hbase.archetypes.exemplars.client.TestHelloHBase.beforeClass(TestHelloHBase.java:54)
Caused by: java.lang.IllegalArgumentException: port out of range:-1
at
org.apache.hbase.archetypes.exemplars.client.TestHelloHBase.beforeClass(TestHelloHBase.java:54)
{code}
The above was due to hbase-site.xml missing from test resources of
hbase-archetypes/hbase-shaded-client-project and
hbase-archetypes/hbase-client-project
With addendum 4, the tests pass.
> Web UI is broken in standalone mode
> -----------------------------------
>
> Key: HBASE-20224
> URL: https://issues.apache.org/jira/browse/HBASE-20224
> Project: HBase
> Issue Type: Bug
> Components: UI, Usability
> Affects Versions: 2.0.0-beta-2
> Reporter: Umesh Agashe
> Assignee: Umesh Agashe
> Priority: Blocker
> Fix For: 2.0.0
>
> Attachments:
> 0001-HBASE-20224-Web-UI-is-broken-in-standalone-mode-ADDE.ADDENDUM.patch,
> 20224-addendum.3.txt, 20224.addendum.4, hbase-20224.master.001.patch,
> hbase-20224.master.002.patch, hbase-20224.master.003.patch,
> hbase-20224.master.addendum.patch
>
>
> Web UI doesn't show up in standalone mode on default port. This can be seen
> on master and branch-2.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)