config-configmap.yaml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Licensed to the Apache Software Foundation (ASF) under one
  2. # or more contributor license agreements. See the NOTICE file
  3. # distributed with this work for additional information
  4. # regarding copyright ownership. The ASF licenses this file
  5. # to you under the Apache License, Version 2.0 (the
  6. # "License"); you may not use this file except in compliance
  7. # with the License. You may obtain a copy of the License at
  8. #
  9. # http://www.apache.org/licenses/LICENSE-2.0
  10. #
  11. # Unless required by applicable law or agreed to in writing, software
  12. # distributed under the License is distributed on an "AS IS" BASIS,
  13. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. # See the License for the specific language governing permissions and
  15. # limitations under the License.
  16. apiVersion: v1
  17. kind: ConfigMap
  18. metadata:
  19. name: config
  20. data:
  21. OZONE-SITE.XML_hdds.datanode.dir: /data/storage
  22. OZONE-SITE.XML_ozone.scm.datanode.id.dir: /data
  23. OZONE-SITE.XML_ozone.metadata.dirs: /data/metadata
  24. OZONE-SITE.XML_ozone.scm.block.client.address: scm-0.scm
  25. OZONE-SITE.XML_ozone.om.address: om-0.om
  26. OZONE-SITE.XML_ozone.scm.client.address: scm-0.scm
  27. OZONE-SITE.XML_ozone.scm.names: scm-0.scm
  28. OZONE-SITE.XML_ozone.enabled: "true"
  29. LOG4J.PROPERTIES_log4j.rootLogger: INFO, stdout
  30. LOG4J.PROPERTIES_log4j.appender.stdout: org.apache.log4j.ConsoleAppender
  31. LOG4J.PROPERTIES_log4j.appender.stdout.layout: org.apache.log4j.PatternLayout
  32. LOG4J.PROPERTIES_log4j.appender.stdout.layout.ConversionPattern: '%d{yyyy-MM-dd
  33. HH:mm:ss} %-5p %c{1}:%L - %m%n'
  34. OZONE-SITE.XML_hdds.prometheus.endpoint.enabled: "true"
  35. OZONE-SITE.XML_hdds.profiler.endpoint.enabled: "true"
  36. ASYNC_PROFILER_HOME: /opt/profiler
  37. OZONE-SITE.XML_ozone.csi.s3g.address: http://s3g-0.s3g:9878
  38. OZONE-SITE.XML_ozone.csi.socket: /var/lib/csi/csi.sock
  39. OZONE-SITE.XML_ozone.csi.owner: hadoop