zoukankan      html  css  js  c++  java
  • requirement failed: Unacceptable value for property 'kafka.timeline.metrics.host_in_memory_aggregation', boolean values must be either 'true' or 'false

    requirement failed: Unacceptable value for property 'kafka.timeline.metrics.host_in_memory_aggregation', boolean values must be either 'true' or 'false

    ambari 2.7.0 HDP 3.0

    kafka

    1.0.1

    @li Hao

    Additionally the "host_in_memory_aggregation" value is actually getting populated from "ams-site" as following:

    # grep 'timeline.metrics.host.inmemory.aggregation' /var/lib/ambari-server/resources/common-services/KAFKA//0.8.1/package/scripts/params.py
    host_in_memory_aggregation = str(default("/configurations/ams-site/timeline.metrics.host.inmemory.aggregation", True)).lower()

    .

    Hence please check your "ams-site" config in ambati UI to see if it has correct boolean values (true / false)?

    Ambari UI --> Ambari Metrics --> Configs --> Advanced --> Advanced ams-site --> "Enable in-memory aggreation on monitors" Property

    Correct the above property value and then restrat AMS service followed by Kafka restart and then you should no longer see the mentioned error.

  • 相关阅读:
    git log中文乱码问题
    局域网映射公网IP
    Android Studio 的一些配置
    Android Studio的安装
    adb的安装
    python的安装
    CentOS 7 上部署 java web 项目
    SQL——SQL语句总结(8)
    SQL——SQL语句总结(7)
    SQL——SQL语句总结(6)
  • 原文地址:https://www.cnblogs.com/felixzh/p/10792041.html
Copyright © 2011-2022 走看看