Re: Hbase exportSnapshot fails in HA missing hbase-prefix-tree.jar

2017-04-27 Thread Vasco Pinho
We're actually running the Apache distributions of Hadoop 2.7.3 and HBase 1.2.4 instead of Cloudera or Hortonworks. > Can you double check that YARN & MapReduce client libraries and configuration files are available on the node that you run the Export job? Those configs are present in all the

Re: HBase 1.0 Per Put TTL Not Being Obeyed On Replication

2017-04-27 Thread Anoop John
Ya can u check whether the replica cluster is NOT removing ANY of the TTL expired cells (as per ur expectation from master cluster) or some. Is there too much clock time skew for the source RS and peer cluster RS? Just check. BTW can u see what is the hbase.replication.rpc.codec configuration

Re: Hbase exportSnapshot fails in HA missing hbase-prefix-tree.jar

2017-04-27 Thread kawaa
Hi Vasco, Do you use any Hadoop distribution like Cloudera or Hortonworks that automatically configures YARN/MR to work on the cluster. I've tried to reproduce your error on my training cluster (CDH-5.8.0, HBase 1.2.0) and the export works fine. It says /17/04/27 08:56:26 WARN

Re: Hbase exportSnapshot fails in HA missing hbase-prefix-tree.jar

2017-04-27 Thread kawaa
Just to be sure that YARM/MR works fine on your setup, could you show the output that is printed when you run an example MapReduce jobs? $ hadoop jar /hadoop-mapreduce-examples.jar pi 10 100 # it runs PiEstimator example to estimate value of Pi and $ hadoop distcp /hbase /tmp/hbase-copy # it