[
https://issues.apache.org/jira/browse/AMBARI-7656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14989999#comment-14989999
]
Jerry He commented on AMBARI-7656:
----------------------------------
This seems to be the test failure in the log:
{code}
Failed tests:
FAIL: test_recommendAmsConfigurations (test_stack_advisor.TestHDP22StackAdvisor)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/jenkins/jenkins-slave/workspace/Ambari-trunk-test-patch/ambari/ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py",
line 2159, in test_recommendAmsConfigurations
self.assertEquals(configurations, expected)
AssertionError: {'ams-env': {'properties': {'metrics_collector_heapsize':
'640'}}, 'ams-hbase-en [truncated]... != {'ams-env': {'properties':
{'metrics_collector_heapsize': '640'}}, 'ams-hbase-en [truncated]...
{'ams-env': {'properties': {'metrics_collector_heapsize': '640'}},
'ams-hbase-env': {'properties': {'hbase_master_heapsize': '4096',
'hbase_master_xmn_size': '448'}},
'ams-hbase-site': {'properties': {'hbase.hregion.memstore.flush.size':
'134217728',
'hbase.regionserver.global.memstore.lowerLimit': '0.3',
'hbase.regionserver.global.memstore.upperLimit': '0.35',
'hbase.rootdir':
'file:///var/lib/ambari-metrics-collector/hbase',
'hbase.tmp.dir':
'/var/lib/ambari-metrics-collector/hbase-tmp',
'hfile.block.cache.size': '0.3',
'phoenix.coprocessor.maxMetaDataCacheSize': '20480000'}},
'ams-site': {'properties':
{'timeline.metrics.cluster.aggregate.splitpoints': ' ',
- 'timeline.metrics.host.aggregate.splitpoints':
'master.Server.numDeadRegionServers',
+ 'timeline.metrics.host.aggregate.splitpoints':
'jvm.JvmMetrics.MemHeapCommittedM,regionserver.Server.Increment_median',
'timeline.metrics.host.aggregator.ttl':
'86400'}}}
----------------------------------------------------------------------
Total run:873
Total errors:0
Total failures:1
{code}
I wonder how this is related to the patch?
> Add support for Hbase REST API
> ------------------------------
>
> Key: AMBARI-7656
> URL: https://issues.apache.org/jira/browse/AMBARI-7656
> Project: Ambari
> Issue Type: New Feature
> Reporter: Marcus Young
> Attachments: AMBARI-7656.patch, AMBARI-7656.patch, AMBARI-7656.patch,
> hbase_restgatewayserver.py
>
>
> There is currently no first-class Hbase REST API support out of the box for
> Ambari. It would be nice to have it install as part of the setup, so that it
> can be managed via Ganglia, and propagate to every node in a cluster.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)