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

Hadoop QA commented on HDFS-7770:
---------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12699828/HDFS-7770.00.patch
  against trunk revision c0d9b93.

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    {color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

    {color:green}+1 javadoc{color}.  There were no new javadoc warning messages.

    {color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

    {color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 2.0.3) warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

    {color:red}-1 core tests{color}.  The patch failed these unit tests in 
hadoop-hdfs-project/hadoop-hdfs:

                  org.apache.hadoop.hdfs.tools.TestDFSHAAdminMiniCluster
                  org.apache.hadoop.hdfs.TestLeaseRecovery2

                                      The following test timeouts occurred in 
hadoop-hdfs-project/hadoop-hdfs:

org.apache.hadoop.fs.TestSymlinkHdfsFileContext

Test results: 
https://builds.apache.org/job/PreCommit-HDFS-Build/9627//testReport/
Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/9627//console

This message is automatically generated.

> Need document for storage type label of data node storage locations under 
> dfs.data.dir
> --------------------------------------------------------------------------------------
>
>                 Key: HDFS-7770
>                 URL: https://issues.apache.org/jira/browse/HDFS-7770
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>    Affects Versions: 2.6.0
>            Reporter: Xiaoyu Yao
>            Assignee: Xiaoyu Yao
>         Attachments: HDFS-7770.00.patch
>
>
> HDFS-2832 enables support for heterogeneous storages in HDFS, which allows DN 
> as a collection of storages with different types. However, I can't find 
> document on how to label different storage types from the following two 
> documents. I found the information from the design spec. It will be good we 
> document this for admins and users to use the related Archival storage and 
> storage policy features. 
> http://hadoop.apache.org/docs/r2.6.0/hadoop-project-dist/hadoop-hdfs/ArchivalStorage.html
> http://hadoop.apache.org/docs/r2.6.0/hadoop-project-dist/hadoop-hdfs/hdfs-default.xml
> This JIRA is opened to add document for the new storage type labels. 
> 1. Add an example under ArchivalStorage.html#Configuration section:
> {code}
>   <property>
>     <name>dfs.data.dir</name>
>     <value>[DISK]file:///hddata/dn/disk0,  
> [SSD]file:///hddata/dn/ssd0,[ARCHIVE]file:///hddata/dn/archive0</value>
>   </property>
> {code}
> 2. Add a short description of [DISK/SSD/ARCHIVE/RAM_DISK] options in 
> hdfs-default.xml#dfs.data.dir and document DISK as storage type if no storage 
> type is labeled in the data node storage location configuration. 



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

Reply via email to