docker-config 1.7 KB

123456789101112131415161718192021222324252627282930313233
  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. CORE-SITE.XML_fs.defaultFS=hdfs://namenode:9000
  17. OZONE-SITE.XML_ozone.ksm.address=ksm
  18. OZONE-SITE.XML_ozone.scm.names=scm
  19. OZONE-SITE.XML_ozone.enabled=True
  20. OZONE-SITE.XML_ozone.scm.datanode.id=/data/datanode.id
  21. OZONE-SITE.XML_ozone.scm.block.client.address=scm
  22. OZONE-SITE.XML_ozone.metadata.dirs=/data/metadata
  23. OZONE-SITE.XML_ozone.handler.type=distributed
  24. OZONE-SITE.XML_ozone.scm.client.address=scm
  25. HDFS-SITE.XML_dfs.namenode.rpc-address=namenode:9000
  26. HDFS-SITE.XML_dfs.namenode.name.dir=/data/namenode
  27. HDFS-SITE.XML_rpc.metrics.quantile.enable=true
  28. HDFS-SITE.XML_rpc.metrics.percentiles.intervals=60,300
  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 HH:mm:ss} %-5p %c{1}:%L - %m%n