hbase/bin
Nick Dimiduk a238ed2785
HBASE-27182 Rework tracing configuration
* Take advantage of the fact that OpenTelemetry can read its configuration from environment
  variables and make use of this where possible, only falling back to passing properties into the
  process launch configuration when it's necessary. DRY up tracing configuration and make it
  easier to manage in a container environment.
* Replace `HBASE_TRACE_OPTS`, which used to act as both a feature flag and a baseline for
  configuration shared across processes. Instead, use `HBASE_OTEL_TRACING_ENABLED` as a feature
  flag, and let configuration reuse be handled via the environment variables that otel supports
  naively.
* Add further explanation for how to write your configuration for our different deployment
  modes (standalone, pseudo-distributed, fully distributed) and in different environments.

Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2022-07-11 14:37:05 +02:00
..
replication HBASE-10092 Addendum. Move to slf4j. Few changes in bin/ scripts. 2017-12-21 19:22:00 -08:00
test HBASE-26899 Run spotless:apply 2022-05-01 22:15:09 +08:00
chaos-daemon.sh HBASE-24620 : Add a ClusterManager which submits command to ZooKeeper and its Agent which picks and execute those Commands (#2299) 2020-12-21 15:33:36 +05:30
considerAsDead.sh HBASE-26899 Run spotless:apply 2022-05-01 22:15:09 +08:00
draining_servers.rb HBASE-27030 Fix undefined local variable error in draining_servers.rb (#4427) 2022-05-22 11:31:48 +08:00
get-active-master.rb HBASE-19114 addendum. Split out o.a.h.h.zookeeper from hbase-server and hbase-client. Ruby scripts also used ZooKeeperWatcher. 2018-03-03 21:06:53 +05:30
graceful_stop.sh HBASE-25594 Make easier to use graceful_stop on localhost mode (#3054) 2021-03-20 13:48:22 -07:00
hbase HBASE-27182 Rework tracing configuration 2022-07-11 14:37:05 +02:00
hbase-cleanup.sh HBASE-26899 Run spotless:apply 2022-05-01 22:15:09 +08:00
hbase-common.sh HBASE-7908 Add jstack logs in hbase-common.sh when killing the server 2013-03-26 15:07:08 +00:00
hbase-config.cmd HBASE-26572 Upgrade to log4j 2.16.0 (#3943) 2021-12-14 21:36:27 +01:00
hbase-config.sh HBASE-26899 Run spotless:apply 2022-05-01 22:15:09 +08:00
hbase-daemon.sh HBASE-26822 Revert the changes on hbase-daemon.sh after switching to log4j2 properties file (#4209) 2022-03-12 16:48:06 +08: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-5364 Fix source files missing license in 0.92 and trunk (Elliott Clark) 2012-02-10 20:07:36 +00:00
hbase.cmd HBASE-26723 Switch to use log4j2.properties file to configure log4j2 (#4096) 2022-03-02 21:08:32 +08:00
hbase_startup.jsh HBASE-25841 Add basic jshell support 2021-05-19 11:37:10 -07:00
hirb.rb HBASE-14067 bundle ruby files for hbase shell into a jar. 2020-10-13 11:12:07 -05: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-20130 (ADDENDUM) Use defaults (16020 & 16030) as base ports when the RS is bound to localhost 2018-03-27 21:24:12 -05:00
master-backup.sh HBASE-26899 Run spotless:apply 2022-05-01 22:15:09 +08:00
region_mover.rb HBASE-18238 rubocop autocorrect for bin/ 2017-08-14 13:53:37 -05:00
region_status.rb HBASE-22783 shell with removal of status and load classes 2019-08-06 19:20:22 +02:00
regionservers.sh HBASE-26899 Run spotless:apply 2022-05-01 22:15:09 +08:00
rolling-restart.sh HBASE-18392 Add default value of --movetimeout to rolling-restart.sh 2017-07-18 07:04:29 -07:00
shutdown_regionserver.rb HBASE-21812 Address ruby static analysis for shell/bin modules [2nd pass] 2019-02-03 06:39:53 -06:00
start-hbase.cmd HBASE-6815. [WINDOWS] Provide hbase scripts in order to start HBASE on Windows in a single user mode. (Slavik Krassovsky) 2013-01-25 23:33:22 +00:00
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 HBASE-6815. [WINDOWS] Provide hbase scripts in order to start HBASE on Windows in a single user mode. (Slavik Krassovsky) 2013-01-25 23:33:22 +00:00
stop-hbase.sh HBASE-26899 Run spotless:apply 2022-05-01 22:15:09 +08:00
zookeepers.sh HBASE-26899 Run spotless:apply 2022-05-01 22:15:09 +08:00