Github user xiaoyuyao commented on a diff in the pull request:

    https://github.com/apache/hadoop/pull/86#discussion_r57619429
  
    --- Diff: 
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java
 ---
    @@ -1636,6 +1640,15 @@ public long getTimeDuration(String name, long 
defaultValue, TimeUnit unit) {
         return unit.convert(Long.parseLong(vStr), vUnit.unit());
       }
     
    +  public long[] getTimeDurations(String name, TimeUnit unit) {
    --- End diff --
    
    Good point. I will address that in the next patch.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to