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

Szilard Nemeth commented on YARN-9626:
--------------------------------------

Hi [~zsiegl]!
Changes in the patch looks good, however, Jenkins could not apply patch to 
trunk.
I think the reason for this is the following: 


{code:java}
??-( szilardnemeth@snemeth-MBP[15:21:25] <0> @trunk )--( 
~/development/apache/hadoop-commit )--
└-$ git apply ~/Downloads/YARN-9626.001.patch
error: 
hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/templates/components/yarn-queue/fair-queue-conf-table.hbs:
 No such file or directory
error: hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/templates/yarn-queue.hbs: 
No such file or directory

??-( szilardnemeth@snemeth-MBP[15:22:22] >1< @trunk )--( 
~/development/apache/hadoop-commit )--
└-$ git apply ~/Downloads/YARN-9626.001.patch -p0

??-( szilardnemeth@snemeth-MBP[15:22:29] <0> @trunk )--( 
~/development/apache/hadoop-commit )--
└-$ git st
On branch trunk
Your branch is up to date with 'origin/trunk'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

        modified:   
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/templates/components/yarn-queue/fair-queue-conf-table.hbs
        modified:   
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/templates/yarn-queue.hbs

no changes added to commit (use "git add" and/or "git commit -a")

??-( szilardnemeth@snemeth-MBP[15:22:30] <0> @trunk )--( 
~/development/apache/hadoop-commit )--

{code}
I can see that you generated the patch with intellij, please export the patch 
again by simply issuing: 

{code:java}
git diff > <patchname>
{code}



> UI2 - Fair scheduler queue apps page issues
> -------------------------------------------
>
>                 Key: YARN-9626
>                 URL: https://issues.apache.org/jira/browse/YARN-9626
>             Project: Hadoop YARN
>          Issue Type: Bug
>            Reporter: Charan Hebri
>            Assignee: Zoltan Siegl
>            Priority: Major
>         Attachments: Fair_scheduler_apps_page.png, YARN-9626.001.patch, 
> YARN-9626_after_patch.png
>
>
> There are a few issues with the apps page for a queue when Fair Scheduler is 
> used.
>  * Labels like configured capacity, configured max capacity etc. (marked in 
> the attached image) are not needed as they are specific to Capacity Scheduler.
>  * Steady fair memory, used memory and maximum memory are actual values but 
> are shown as percentages.
>  * Formatting of Pending, Allocated, Reserved Containers values is not 
> correct (shown in the attached screenshot)



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to