Skip to content

Commit 48f5bc6

Browse files
committed
review feedback
1 parent 268f75a commit 48f5bc6

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

docs/modules/hbase/pages/usage-guide/monitoring.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ Starting with HBase 2.6 the URL for Prometheus metrics has changed.
88
This is because HBase offers now a built-in endpoint for this purpose.
99
This endpoint is available from the UI service.
1010
For example, in the case of the master service, the URL is `http://<master-service>:16010/prometheus`.
11-
The old URL `http://<master-service>:9100` is still available for HBase 2.4.

tests/templates/kuttl/opa/30-install-hbase.yaml.j2

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ commands:
2828
appender.console.name = STDOUT
2929
appender.console.layout.type = PatternLayout
3030
appender.console.layout.pattern = [%-5level] %d{yyyy-MM-dd HH:mm:ss.SSS} [%t] %c{1} - %msg%n
31-
log4j.properties: |
32-
# Used by HBase 2.4
33-
log4j.rootLogger=INFO, FILE
34-
log4j.appender.FILE=org.apache.log4j.FileAppender
35-
log4j.appender.FILE.File=/stackable/log/hbase/hbase.log4j.xml
36-
log4j.appender.FILE.layout=org.apache.log4j.xml.XMLLayout
3731
---
3832
apiVersion: hbase.stackable.tech/v1alpha1
3933
kind: HbaseCluster

0 commit comments

Comments
 (0)