Can you give a bit more information : the release of hbase you're using value for hbase.rpc.timeout (looks like you leave it @ default) more of the error (please include stack trace if possible)
Cheers On Wed, Oct 8, 2014 at 12:09 PM, Brian Jeltema < brian.jelt...@digitalenvoy.net> wrote: > I’m trying to snapshot a moderately large table (3 billion rows, but not a > huge amount of data per row). > Those snapshots have been timing out, so I set the following parameters to > relatively large values: > > hbase.snapshot.master.timeoutMillis > hbase.snapshot.region.timeout > hbase.snapshot.master.timeout.millis > > A snapshot attempt then resulted in the terse result: > > ERROR: Call id=13, waitTime=60060, rpcTimeout=60000 > > A brief review of some of the hbase log files didn’t reveal anything (but > there are many). > How should I pursue getting these snapshots to work? > > Brian