[jira] [Updated] (HDFS-11008) Change unit test for testing parsing "-source" parameter in Balancer CLI

2016-10-14 Thread Mingliang Liu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-11008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mingliang Liu updated HDFS-11008:
-
   Resolution: Fixed
Fix Version/s: 3.0.0-alpha2
   2.8.0
   Status: Resolved  (was: Patch Available)

I have committed to {{trunk}} through {{branch-2.8}} after fixed the trivial 
whitespace checkstyle warning. Thanks [~szetszwo] and [~xiaobingo] for review 
(and revising JIRA info). 

> Change unit test for testing parsing "-source" parameter in Balancer CLI
> 
>
> Key: HDFS-11008
> URL: https://issues.apache.org/jira/browse/HDFS-11008
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: test
>Reporter: Mingliang Liu
>Assignee: Mingliang Liu
> Fix For: 2.8.0, 3.0.0-alpha2
>
> Attachments: HDFS-11008.000.patch
>
>
> [HDFS-8826] added an option {{-source}} to specify the source node list so 
> that balancer only selects blocks to move from those nodes. This is very 
> efficient in some cases.  It also added a new test, 
> testMinBlockSizeAndSourceNodes.
> However, testMinBlockSizeAndSourceNodes does not test {{-source}} option 
> parsing, for both valid and invalid cases.  It builds the parameters directly 
> instead of parsing them from CLI. This JIRA is to track the effort of 
> changing the test for that. In fact, we can refactor the existing code by 
> replacing code that manually creates {{BalancerParameters}} with new code 
> that explores the {{Balancer$Cli#parse()}}.
> Thanks [~jingzhao] for the initial proposal.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (HDFS-11008) Change unit test for testing parsing "-source" parameter in Balancer CLI

2016-10-14 Thread Tsz Wo Nicholas Sze (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-11008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tsz Wo Nicholas Sze updated HDFS-11008:
---
Hadoop Flags: Reviewed
 Description: 
[HDFS-8826] added an option {{-source}} to specify the source node list so that 
balancer only selects blocks to move from those nodes. This is very efficient 
in some cases.  It also added a new test, testMinBlockSizeAndSourceNodes.

However, testMinBlockSizeAndSourceNodes does not test {{-source}} option 
parsing, for both valid and invalid cases.  It builds the parameters directly 
instead of parsing them from CLI. This JIRA is to track the effort of changing 
the test for that. In fact, we can refactor the existing code by replacing code 
that manually creates {{BalancerParameters}} with new code that explores the 
{{Balancer$Cli#parse()}}.

Thanks [~jingzhao] for the initial proposal.

  was:
[HDFS-8826] added an option {{-source}} to specify the source node list so that 
balancer only selects blocks to move from those nodes. This is very efficient 
in some cases.

The unit test of {{-source}} option parsing is missing, for both valid and 
invalid cases. This JIRA is to track the effort of adding unit test for that. 
In fact, we can refactor the existing code by replacing code that manually 
creates {{BalancerParameters}} with new code that explores the 
{{Balancer$Cli#parse()}}.

Thanks [~jingzhao] for the initial proposal.

 Component/s: (was: tools)
 Summary: Change unit test for testing parsing "-source" parameter in 
Balancer CLI  (was: Add unit test for parsing "-source" parameter in Balancer 
tool)

+1 patch looks good.  Thanks a lot!

(Revised summary and description.)

> Change unit test for testing parsing "-source" parameter in Balancer CLI
> 
>
> Key: HDFS-11008
> URL: https://issues.apache.org/jira/browse/HDFS-11008
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: test
>Reporter: Mingliang Liu
>Assignee: Mingliang Liu
> Attachments: HDFS-11008.000.patch
>
>
> [HDFS-8826] added an option {{-source}} to specify the source node list so 
> that balancer only selects blocks to move from those nodes. This is very 
> efficient in some cases.  It also added a new test, 
> testMinBlockSizeAndSourceNodes.
> However, testMinBlockSizeAndSourceNodes does not test {{-source}} option 
> parsing, for both valid and invalid cases.  It builds the parameters directly 
> instead of parsing them from CLI. This JIRA is to track the effort of 
> changing the test for that. In fact, we can refactor the existing code by 
> replacing code that manually creates {{BalancerParameters}} with new code 
> that explores the {{Balancer$Cli#parse()}}.
> Thanks [~jingzhao] for the initial proposal.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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