surendra singh lilhore created HADOOP-11856:
-----------------------------------------------

             Summary: ArrayIndexOutOfBoundsException in MiniDFSCluster.
                 Key: HADOOP-11856
                 URL: https://issues.apache.org/jira/browse/HADOOP-11856
             Project: Hadoop Common
          Issue Type: Bug
          Components: test
    Affects Versions: 2.6.0
            Reporter: surendra singh lilhore
            Assignee: surendra singh lilhore


I want to create MiniDFSCluster with 2 datanode and for each datanode I want to 
set different number of StorageTypes, but in this case I am getting 
ArrayIndexOutOfBoundsException.

My cluster schema is like this.

{code}

final MiniDFSCluster cluster = new MiniDFSCluster.Builder(conf)
                                .numDataNodes(2)
                                .storageTypes(new StorageType[][] {{ 
StorageType.DISK, StorageType.ARCHIVE },{ StorageType.DISK } })
                                .build();
{code}

*Exception* :

{code}
java.lang.ArrayIndexOutOfBoundsException: 1
        at 
org.apache.hadoop.hdfs.MiniDFSCluster.makeDataNodeDirs(MiniDFSCluster.java:1218)
        at 
org.apache.hadoop.hdfs.MiniDFSCluster.startDataNodes(MiniDFSCluster.java:1402)
        at 
org.apache.hadoop.hdfs.MiniDFSCluster.initMiniDFSCluster(MiniDFSCluster.java:832)
{code}



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

Reply via email to