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

Hudson commented on HDFS-13786:
-------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #14721 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/14721/])
HDFS-13786. EC: Display erasure coding policy for sub-directories is not 
(vinayakumarb: rev 2b0f9772417d205e8df16bac6921c2bb8bdcf740)
* (edit) 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/ContentSummaryComputationContext.java
* (edit) 
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestErasureCodingPolicies.java


> EC: Display erasure coding policy for sub-directories is not working
> --------------------------------------------------------------------
>
>                 Key: HDFS-13786
>                 URL: https://issues.apache.org/jira/browse/HDFS-13786
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: erasure-coding
>    Affects Versions: 3.0.0
>         Environment: 3 Node SUSE Linux Cluster
>            Reporter: Souryakanta Dwivedy
>            Assignee: Ayush Saxena
>            Priority: Major
>             Fix For: 3.2.0
>
>         Attachments: Display_EC_Policy_Missing_Sub_Dir.png, 
> HDFS-13786-01.patch
>
>
> EC: Display erasure coding policy for sub-directories is not working
> - Create a Directory 
>  - Set EC policy for the Directory
>  - Create a file in-side that Directory 
>  - Create a sub-directory inside the parent directory
>  - Check the EC policy set for the files and sub-folders of the parent 
> directory with command 
>  "hadoop fs -ls -e /ecdir" 
>  EC policy will be displayed only for files and missing for 
> sub-directories,which is wrong behavior
>  - But if you check the EC policy set of sub-directory with "hdfs ec 
> -getPolicy <path>" ,it will show
>  the ec policy
>  
>  Actual ouput :-
>  
>  Display erasure coding policy for sub-directories is not working with 
> command "hadoop fs -ls -e <dir path>"
> Expected output :-
> It should display erasure coding policy for sub-directories also with command 
> "hadoop fs -ls -e <dir path>"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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