hbase/bin
Apekshit Sharma e0c4f374b5 HBASE-19114 Split out o.a.h.h.zookeeper from hbase-server and hbase-client
- Moved DrainingServerTracker and RegionServerTracker to hbase-server:o.a.h.h.master.
- Moved SplitOrMergeTracker to oahh.master (because it depends on a PB)
- Moving hbase-client:oahh.zookeeper.*  to hbase-zookeeper module.  After HBASE-19200, hbase-client doesn't need them anymore (except 3 classes).
- Renamed some classes to use a consistent naming for classes - ZK instead of mix of ZK, Zk , ZooKeeper. Couldn't rename following public classes: MiniZooKeeperCluster, ZooKeeperConnectionException. Left RecoverableZooKeeper for lack of better name. (suggestions?)
- Sadly, can't move tests out because they depend on HBaseTestingUtility (which defeats part of the purpose - trimming down hbase-server tests. We need to promote more use of mocks in our tests)
2017-11-17 13:23:28 -08:00
..
replication HBASE-18238 rubocop autocorrect for bin/ 2017-08-14 14:04:43 -05:00
test
considerAsDead.sh
draining_servers.rb HBASE-10367 RegionServer graceful stop / decommissioning 2017-10-19 22:10:52 -07:00
get-active-master.rb HBASE-18238 rubocop autocorrect for bin/ 2017-08-14 14:04:43 -05:00
graceful_stop.sh
hbase HBASE-19114 Split out o.a.h.h.zookeeper from hbase-server and hbase-client 2017-11-17 13:23:28 -08:00
hbase-cleanup.sh HBASE-19140 hbase-cleanup.sh uses deprecated call to remove files in hdfs 2017-11-01 19:17:31 +01:00
hbase-common.sh
hbase-config.cmd
hbase-config.sh HBASE-17426 Inconsistent environment variable names for enabling JMX 2017-03-17 09:10:06 +08:00
hbase-daemon.sh HBASE-18274 hbase autorestart will overwrite the gc log (Fangyuan Deng) 2017-06-27 08:07:55 -07:00
hbase-daemons.sh HBASE-15924 Enhance hbase services autorestart capability to hbase-daemon.sh 2016-12-20 17:37:10 -08:00
hbase-jruby
hbase.cmd HBASE-19114 Split out o.a.h.h.zookeeper from hbase-server and hbase-client 2017-11-17 13:23:28 -08:00
hirb.rb HBASE-16459 Remove unused hbase shell --format option 2017-11-10 00:34:16 -08:00
local-master-backup.sh HBASE-15924 Enhance hbase services autorestart capability to hbase-daemon.sh 2016-12-20 17:37:10 -08:00
local-regionservers.sh HBASE-15924 Enhance hbase services autorestart capability to hbase-daemon.sh 2016-12-20 17:37:10 -08:00
master-backup.sh
region_mover.rb HBASE-18238 rubocop autocorrect for bin/ 2017-08-14 14:04:43 -05:00
region_status.rb HBASE-18238 rubocop autocorrect for bin/ 2017-08-14 14:04:43 -05:00
regionservers.sh HBASE-15924 Enhance hbase services autorestart capability to hbase-daemon.sh 2016-12-20 17:37:10 -08:00
rolling-restart.sh HBASE-15924 Enhance hbase services autorestart capability to hbase-daemon.sh 2016-12-20 17:37:10 -08:00
shutdown_regionserver.rb HBASE-18238 rubocop autocorrect for bin/ 2017-08-14 14:04:43 -05:00
start-hbase.cmd
start-hbase.sh HBASE-15924 Enhance hbase services autorestart capability to hbase-daemon.sh 2016-12-20 17:37:10 -08:00
stop-hbase.cmd
stop-hbase.sh
zookeepers.sh