Re: Can't run hbase testing util cluster using CDH 5.4.4

2015-07-20 Thread Serega Sheypak
@Sean, thanks. I saw sometimes Cloudera guys help here. I also used Cloudera community forum. @Jean-Marc, nothing special, just maven-plugin wrapper around miniHbaseCluster Here is the code where failure happen: new MiniHBaseCluster(configuration, 1); There are nothing special from my side. I'm

Re: Can't run hbase testing util cluster using CDH 5.4.4

2015-07-20 Thread Serega Sheypak
I see these lines: 2015-07-20 21:27:21,791 INFO [RegionOpenAndInitThread-hbase:namespace-1] regionserver.HRegion (HRegion.java:createHRegion(5598)) - creating HRegion hbase:namespace HTD == 'hbase:namespace', {NAME = 'info', BLOOMFILTER = 'ROW', VERSIONS = '10', IN_MEMORY = 'true',

Re: Can't run hbase testing util cluster using CDH 5.4.4

2015-07-20 Thread Serega Sheypak
omg, looks like -Djava.net.preferIPv4Stack=true helped... probably some weird macos update... 2015-07-20 23:56 GMT+02:00 Serega Sheypak serega.shey...@gmail.com: I degrade project with hbase testing utility to these versions: hadoop.version2.5.0-cdh5.2.0/hadoop.version

Re: Can't run hbase testing util cluster using CDH 5.4.4

2015-07-20 Thread Serega Sheypak
I degrade project with hbase testing utility to these versions: hadoop.version2.5.0-cdh5.2.0/hadoop.version hadoop.mr.version2.5.0-mr1-cdh5.2.0/hadoop.mr.version hbase.version0.98.6-cdh5.2.0/hbase.version It works. I upgrade to these: hadoop.version2.6.0-cdh5.4.4/hadoop.version

Can't run hbase testing util cluster using CDH 5.4.4

2015-07-19 Thread Serega Sheypak
Hi, bumped my testing stuff to CDH 5.4.4 and got failure while running tests. Here is a log 2015-07-19 23:40:18,607 INFO [SERGEYs-MBP:51977.activeMasterManager] master.TableNamespaceManager (TableNamespaceManager.java:start(85)) - Namespace table not found. Creating... 2015-07-19 23:40:18,620

Re: Can't run hbase testing util cluster using CDH 5.4.4

2015-07-19 Thread Sean Busbey
If your problem is specific to a vendor release, please seek assistance with the vendor in question. That is, if you can change to the Apache HBase release the vendor distro uses as a foundation (in the case of CDH5.4.4 that's HBase 1.0.0) and the problem persists, then user@hbase is happy to

Re: Can't run hbase testing util cluster using CDH 5.4.4

2015-07-19 Thread Jean-Marc Spaggiari
Hi Serega, What kind of tests are your trying to run? The HBase test suite? Or something you developed yourself? JM 2015-07-19 17:47 GMT-04:00 Serega Sheypak serega.shey...@gmail.com: Hi, bumped my testing stuff to CDH 5.4.4 and got failure while running tests. Here is a log 2015-07-19