You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@yunikorn.apache.org by "Weiwei Yang (Jira)" <ji...@apache.org> on 2020/04/29 21:42:00 UTC

[jira] [Created] (YUNIKORN-116) Typo in the rest api to get nodes info

Weiwei Yang created YUNIKORN-116:
------------------------------------

             Summary: Typo in the rest api to get nodes info
                 Key: YUNIKORN-116
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-116
             Project: Apache YuniKorn
          Issue Type: Bug
          Components: webapp
            Reporter: Weiwei Yang


There is a typo in the output of the nodes API:

{code}
[
    {
        "partitionName": "[mycluster]default",
        "nodesInfo": [
            {
                "nodeID": "ip-10-116-72-66.us-west-2.compute.internal",
                "hostName": "ip-10-116-72-66.us-west-2.compute.internal",
                "*RackName*": "/rack-default",
                "capacity": "[attachable-volumes-aws-ebs:25 ephemeral-storage:94477937300 hugepages-1Gi:0 hugepages-2Mi:0 memory:7463 pods:29 vcore:1900]",
                "allocated": "[memory:3958 vcore:1600]",
                "occupied": "[vcore:110]",
                "available": "[attachable-volumes-aws-ebs:25 ephemeral-storage:94477937300 hugepages-1Gi:0 hugepages-2Mi:0 memory:3505 pods:29 vcore:190]",
                "allocations": [
...
{code}
RackName -> rackName



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: issues-help@yunikorn.apache.org