[ 
https://issues.apache.org/jira/browse/HDDS-2221?focusedWorklogId=327436&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-327436
 ]

ASF GitHub Bot logged work on HDDS-2221:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Oct/19 07:18
            Start Date: 13/Oct/19 07:18
    Worklog Time Spent: 10m 
      Work Description: elek commented on issue #1563: HDDS-2221. Monitor 
datanodes in ozoneperf compose cluster
URL: https://github.com/apache/hadoop/pull/1563#issuecomment-541393782
 
 
   
   Thank you very much to open this pull request.
   
   During the weekend the Ozone source code has been moved out from 
[apache/hadoop](https://github.com/apache/hadoop) repository to 
[apache/hadoop-ozone](https://github.com/apache/hadoop-ozone) repository.
   
   This git commits are rewritten, but the branch of this pull request is also 
transformed (state of Saturday morning), you can use the new, migrated branch 
to recreate this pull request.
   
   Your pull request is important for us: **Can you please re-create your pull 
request in the new repository?**
   
   **1**. Create a new fork of https://github.com/apache/hadoop-ozone
   
   **2**. Clone it and have both your fork and the apache repo as remotes:
   
   ```
   git clone g...@github.com:elek/hadoop-ozone.git
   cd hadoop-ozone
   git remote add apache g...@github.com:apache/hadoop-ozone.git
   git fetch apache
   ```
   
   **3**. Fetch your migrated branch and push it to your fork.
   
   ```
   git checkout -b HDDS-2221 apache/HDDS-2221
   git push origin HDDS-2221
   ```
   
   **4**. And create the new pull request on the new repository.
   
   
https://github.com/apache/hadoop-ozone/compare/master...elek:HDDS-2221?expand=1
   
   If you need more information, please check 
[this](https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+Ozone+source+tree+split)
 wiki page or contact with me (my github user name + apache.org).
   
   Thank you, and sorry for the inconvenience.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 327436)
    Time Spent: 50m  (was: 40m)

> Monitor datanodes in ozoneperf compose cluster
> ----------------------------------------------
>
>                 Key: HDDS-2221
>                 URL: https://issues.apache.org/jira/browse/HDDS-2221
>             Project: Hadoop Distributed Data Store
>          Issue Type: Task
>          Components: docker
>            Reporter: Marton Elek
>            Assignee: Marton Elek
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> ozoneperf compose cluster contains a prometheus but as of now it collects the 
> data only from scm and om.
> We don't know the exact number of datanodes (can be scaled up and down) 
> therefor it's harder to configure the datanode host names. I would suggest to 
> configure the first 10 datanodes (which covers most of the use cases)
> How to test?
> {code:java}
> cd hadoop-ozone/dist/target/ozone-0.5.0-SNAPSHOT/compose/ozoneperf
> docker-compose up -d
> firefox http://localhost:9090/targets
>   {code}
>  



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

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

Reply via email to