[jira] [Comment Edited] (HDFS-15374) Add documentation for fedbalance tool

2020-06-22 Thread Jinglun (Jira)


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

Jinglun edited comment on HDFS-15374 at 6/22/20, 1:39 PM:
--

Hi [~linyiqun], thanks your nice comments !
{quote}Can you copy css directory from distp module(../site/resources/css) to 
same place in fed balance module?
{quote}
Thanks your suggestion ! I missed the css. Add it at v04.

 
{quote}I have a question here, can we support the full path like 
hdfs://my-ns01/src-folder instead of above specific nn port address now? In the 
local config, we often have the nn address configured in the hdfs-site.xml
{quote}
Yes the full path is supported ! We should use the full path ! In the doc I 
changed `hdfs://nn0:8020/foo/src` to `hdfs://namespace-0/foo/src` and 
`hdfs://nn1:8020/foo/dst` to `hdfs://namespace-1/foo/dst`.

 

Add more description of the config 
hdfs.fedbalance.procedure.scheduler.journal.uri and 
hdfs.fedbalance.procedure.work.thread.num.

 

Upload v04.


was (Author: lijinglun):
Hi [~linyiqun], thanks your nice comments !
{quote}Can you copy css directory from distp module(../site/resources/css) to 
same place in fed balance module?
{quote}
Thanks your suggestion ! I missed the css. Add it at v04.

 
{quote}I have a question here, can we support the full path like 
hdfs://my-ns01/src-folder instead of above specific nn port address now? In the 
local config, we often have the nn address configured in the hdfs-site.xml
{quote}
Yes the full path is supported ! We should use the full path ! In the doc I 
changed `hdfs://nn0:8020/foo/src` to `hdfs://namespace-0/foo/src` and 
`hdfs://nn1:8020/foo/dst` to `hdfs://namespace-1/foo/dst`.

> Add documentation for fedbalance tool
> -
>
> Key: HDFS-15374
> URL: https://issues.apache.org/jira/browse/HDFS-15374
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Jinglun
>Assignee: Jinglun
>Priority: Major
> Attachments: BalanceProcedureScheduler.png, 
> FedBalance_Screenshot1.jpg, FedBalance_Screenshot2.jpg, 
> FedBalance_Screenshot3.jpg, HDFS-15374.001.patch, HDFS-15374.002.patch, 
> HDFS-15374.003.patch, HDFS-15374.004.patch
>
>




--
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



[jira] [Comment Edited] (HDFS-15374) Add documentation for fedbalance tool

2020-06-22 Thread Jinglun (Jira)


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

Jinglun edited comment on HDFS-15374 at 6/22/20, 1:20 PM:
--

Hi [~linyiqun], thanks your nice comments !
{quote}Can you copy css directory from distp module(../site/resources/css) to 
same place in fed balance module?
{quote}
Thanks your suggestion ! I missed the css. Add it at v04.

 
{quote}I have a question here, can we support the full path like 
hdfs://my-ns01/src-folder instead of above specific nn port address now? In the 
local config, we often have the nn address configured in the hdfs-site.xml
{quote}
Yes the full path is supported ! We should use the full path ! In the doc I 
changed `hdfs://nn0:8020/foo/src` to `hdfs://namespace-0/foo/src` and 
`hdfs://nn1:8020/foo/dst` to `hdfs://namespace-1/foo/dst`.


was (Author: lijinglun):
Hi [~linyiqun], thanks your nice comments !
{quote}Can you copy css directory from distp module(../site/resources/css) to 
same place in fed balance module?
{quote}
Thanks your suggestion ! Yes I missed the css. Add it at v04.

 
{quote}I have a question here, can we support the full path like 
hdfs://my-ns01/src-folder instead of above specific nn port address now? In the 
local config, we often have the nn address configured in the hdfs-site.xml
{quote}
Yes the full path is supported ! We should use the full path ! In the doc I 
changed `hdfs://nn0:8020/foo/src` to `hdfs://namespace-0/foo/src` and 
`hdfs://nn1:8020/foo/dst` to `hdfs://namespace-1/foo/dst`.

> Add documentation for fedbalance tool
> -
>
> Key: HDFS-15374
> URL: https://issues.apache.org/jira/browse/HDFS-15374
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Jinglun
>Assignee: Jinglun
>Priority: Major
> Attachments: BalanceProcedureScheduler.png, 
> FedBalance_Screenshot1.jpg, FedBalance_Screenshot2.jpg, 
> FedBalance_Screenshot3.jpg, HDFS-15374.001.patch, HDFS-15374.002.patch, 
> HDFS-15374.003.patch, HDFS-15374.004.patch
>
>




--
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



[jira] [Comment Edited] (HDFS-15374) Add documentation for fedbalance tool

2020-06-21 Thread Yiqun Lin (Jira)


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

Yiqun Lin edited comment on HDFS-15374 at 6/22/20, 3:27 AM:


The patch almost looks great now, I find one problem when I use mvn site:site 
to generate html page. We lack css file here.

Can you copy css directory from distp module(../site/resources/css) to same 
place in fed balance module?

Attach html page screenshot generated in my local.

BTW, can you answer my question in previous comment?
{quote}
I have a question here, can we support the full path like 
hdfs://my-ns01/src-folder instead of above specific nn port address now? In the 
local config, we often have the nn address configured in the hdfs-site.xml
{quote}

 

 


was (Author: linyiqun):
The patch almost looks great now, I find one problem when I use mvn site:site 
to generate html page. We lack css file here.

Can you copy css directory from distp module(../site/resources/css) to same 
place in fed balance module?

Attach html page screenshot generated in my local.

 

 

> Add documentation for fedbalance tool
> -
>
> Key: HDFS-15374
> URL: https://issues.apache.org/jira/browse/HDFS-15374
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Jinglun
>Assignee: Jinglun
>Priority: Major
> Attachments: BalanceProcedureScheduler.png, HDFS-15374.001.patch, 
> HDFS-15374.002.patch, HDFS-15374.003.patch
>
>




--
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