Re: Issue in running hbase-2.2.3 in cygwin

2020-03-01 Thread Viraj Jasani
Hi Prakash, The error is reg connection loss with ZK. Where is Zookeeper running? Are you using standalone or pseudo distributed mode? Also, where is hbase.rootdir pointing to? Is it local FileSystem or HDFS? If local FileSystem, have you provided the path that exists on your system? I haven't

Re: Issue in running hbase-2.2.3 in cygwin

2020-03-01 Thread Sean Busbey
Please be aware that running in Windows is not well tested by the rest of the community as far as I know. That error looks like hbase couldn't talk to the zookeeper quorum. Are you following a specific set of instructions for getting things started? It'll be easier to work from a common base rath

Re: Is there any way to check the system stop is requested in performCompaction over time?

2020-03-01 Thread Kang Minwoo
HBase version is 1.2.9 The region was closed after a few minutes of about 1min. I use a coprocessor that implements BaseRegionObserver. The purpose is for deleting data with an expired retention period. My coprocessor return Custom scanner in BaseRegionObserver.preCompact and when scan type is C