[
https://issues.apache.org/jira/browse/AMBARI-10588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14502974#comment-14502974
]
Hudson commented on AMBARI-10588:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #2371 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/2371/])
Revert "AMBARI-10588. 'dtnode_heapsize' maximum not being used by the widget"
(hiveww:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=9a41fd16ff3628e7377c53358a7106e41e90d929)
* ambari-web/app/mixins/common/configs/enhanced_configs.js
> 'dtnode_heapsize' maximum not being used by the widget
> ------------------------------------------------------
>
> Key: AMBARI-10588
> URL: https://issues.apache.org/jira/browse/AMBARI-10588
> Project: Ambari
> Issue Type: Task
> Components: ambari-web
> Affects Versions: 2.1.0
> Reporter: Srimanth Gunturi
> Assignee: Srimanth Gunturi
> Fix For: 2.1.0
>
> Attachments: AMBARI-10588.patch, Screen Shot 2015-04-20 at
> 16.18.43.jpg, Screen Shot 2015-04-20 at 16.18.54.jpg
>
>
> The API returns the following maximum size for 'dtnode_heapsize':
> {code}
> "hadoop-env": {
> "properties": {
> "namenode_heapsize": "1024",
> "namenode_opt_maxnewsize": "256",
> "namenode_opt_newsize": "256"
> },
> "property_attributes": {
> "namenode_heapsize": {
> "maximum": "2887"
> },
> "dtnode_heapsize": {
> "maximum": "2887"
> }
> }
> },
> {code}
> Even though API says maximum is ~2.8GB, UI sets the maximum as 26.2GB.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)