[
https://issues.apache.org/jira/browse/HADOOP-1631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi reassigned HADOOP-1631:
------------------------------------
Assignee: Raghu Angadi (was: Konstantin Shvachko)
> HBase tests fail because MiniDFSCluster is not starting
> -------------------------------------------------------
>
> Key: HADOOP-1631
> URL: https://issues.apache.org/jira/browse/HADOOP-1631
> Project: Hadoop
> Issue Type: Bug
> Components: contrib/hbase
> Affects Versions: 0.14.0
> Reporter: Jim Kellerman
> Assignee: Raghu Angadi
> Priority: Blocker
> Fix For: 0.14.0
>
>
> The MiniDFSCluster used in many test cases is failing to start which causes
> test cases to fail.
> [junit] 07/07/18 09:56:30 INFO dfs.Storage: Storage directory
> /home/jim/Documents/workspace/hadoop-commit/build/contrib/hbase/test/data/dfs/name1
> has been successfully formatted.
> [junit] 07/07/18 09:56:30 INFO dfs.Storage: Storage directory
> /home/jim/Documents/workspace/hadoop-commit/build/contrib/hbase/test/data/dfs/name2
> has been successfully formatted.
> [junit] 07/07/18 09:56:30 INFO dfs.NameNode: Namenode up at:
> vermin.localdomain/127.0.0.1:46160
> [junit] 07/07/18 09:56:30 INFO jvm.JvmMetrics: Initializing JVM Metrics
> with processName=NameNode, sessionId=null
> [junit] 07/07/18 09:56:30 INFO ipc.Server: Stopping server on 46160
> [junit] 07/07/18 09:56:30 ERROR hbase.MiniHBaseCluster: Failed setup of
> mini dfs cluster
> [junit] java.io.IOException:
> [junit] Distributed upgrade for NameNode version -6 to current LV -6
> is required.
> [junit] Please restart NameNode with -upgrade option.
> [junit] at
> org.apache.hadoop.dfs.FSImage.verifyDistributedUpgradeProgress(FSImage.java:1059)
> [junit] at
> org.apache.hadoop.dfs.FSImage.recoverTransitionRead(FSImage.java:193)
> [junit] at
> org.apache.hadoop.dfs.FSDirectory.loadFSImage(FSDirectory.java:393)
> [junit] at
> org.apache.hadoop.dfs.FSNamesystem.<init>(FSNamesystem.java:248)
> [junit] at org.apache.hadoop.dfs.NameNode.init(NameNode.java:181)
> [junit] at org.apache.hadoop.dfs.NameNode.<init>(NameNode.java:219)
> [junit] at
> org.apache.hadoop.dfs.NameNode.createNameNode(NameNode.java:839)
> [junit] at
> org.apache.hadoop.dfs.MiniDFSCluster.<init>(MiniDFSCluster.java:133)
> [junit] at
> org.apache.hadoop.dfs.MiniDFSCluster.<init>(MiniDFSCluster.java:77)
> [junit] at
> org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:116)
> [junit] at
> org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:73)
> [junit] at
> org.apache.hadoop.hbase.HBaseClusterTestCase.setUp(HBaseClusterTestCase.java:59)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.