Skip to content

Instantly share code, notes, and snippets.

@dehowell
Created July 27, 2010 23:17
Show Gist options
  • Save dehowell/493041 to your computer and use it in GitHub Desktop.
Save dehowell/493041 to your computer and use it in GitHub Desktop.
[junit] Failed construction of Master: class org.apache.hadoop.hbase.MiniHBaseCluster$MiniHBaseClusterMastercom.google.common.collect.ImmutableList.copyOf(Ljava/util/Collection;)Lcom/google/common/collect/ImmutableList;
[junit] java.lang.RuntimeException: Failed construction of Master: class org.apache.hadoop.hbase.MiniHBaseCluster$MiniHBaseClusterMastercom.google.common.collect.ImmutableList.copyOf(Ljava/util/Collection;)Lcom/google/common/collect/ImmutableList;
[junit] at org.apache.hadoop.hbase.master.HMaster.constructMaster(HMaster.java:1166)
[junit] at org.apache.hadoop.hbase.LocalHBaseCluster.<init>(LocalHBaseCluster.java:112)
[junit] at org.apache.hadoop.hbase.MiniHBaseCluster.init(MiniHBaseCluster.java:232)
[junit] at org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:71)
[junit] at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:293)
[junit] at com.wolfram.ca.jobs.sessions.SessionsHBaseTest.setUpBeforeClass(Unknown Source)
[junit] Caused by: java.lang.reflect.InvocationTargetException
[junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[junit] at org.apache.hadoop.hbase.master.HMaster.constructMaster(HMaster.java:1164)
[junit] Caused by: java.lang.NoSuchMethodError: com.google.common.collect.ImmutableList.copyOf(Ljava/util/Collection;)Lcom/google/common/collect/ImmutableList;
[junit] at org.apache.hadoop.hbase.regionserver.Store.<init>(Store.java:181)
[junit] at org.apache.hadoop.hbase.regionserver.HRegion.instantiateHStore(HRegion.java:2044)
[junit] at org.apache.hadoop.hbase.regionserver.HRegion.initialize(HRegion.java:337)
[junit] at org.apache.hadoop.hbase.regionserver.HRegion.initialize(HRegion.java:315)
[junit] at org.apache.hadoop.hbase.regionserver.HRegion.createHRegion(HRegion.java:2528)
[junit] at org.apache.hadoop.hbase.master.HMaster.bootstrap(HMaster.java:264)
[junit] at org.apache.hadoop.hbase.master.HMaster.checkRootDir(HMaster.java:247)
[junit] at org.apache.hadoop.hbase.master.HMaster.<init>(HMaster.java:179)
[junit] at org.apache.hadoop.hbase.MiniHBaseCluster$MiniHBaseClusterMaster.<init>(MiniHBaseCluster.java:86)
[junit]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment