You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by su...@apache.org on 2019/02/15 07:13:06 UTC

[hadoop] branch branch-3.2 updated: YARN-8295. [UI2] Improve Resource Usage tab error message when there are no data available. Contributed by Charan Hebri.

This is an automated email from the ASF dual-hosted git repository.

sunilg pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new b4dc62a  YARN-8295. [UI2] Improve Resource Usage tab error message when there are no data available. Contributed by Charan Hebri.
b4dc62a is described below

commit b4dc62a120897aaaddab84b0ca6203df90bdfc24
Author: Sunil G <su...@apache.org>
AuthorDate: Fri Feb 15 12:42:21 2019 +0530

    YARN-8295. [UI2] Improve Resource Usage tab error message when there are no data available. Contributed by Charan Hebri.
    
    (cherry picked from commit 5b55f3538cb27baf8ac08568a5f752423e7b29a4)
---
 .../hadoop-yarn-ui/src/main/webapp/app/templates/yarn-app/charts.hbs    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/templates/yarn-app/charts.hbs b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/templates/yarn-app/charts.hbs
index 7c5eaba..52a6e94 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/templates/yarn-app/charts.hbs
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/templates/yarn-app/charts.hbs
@@ -43,7 +43,7 @@
     </div>
   {{else}}
     <div class="panel panel-default">
-      <h4 class="text-center">No resource usage data is available for this application!</h4>
+      <h4 class="text-center">This application is not running. Hence no resource usage data is available.</h4>
     </div>
   {{/if}}
 </div>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org