You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Shwetha G S (JIRA)" <ji...@apache.org> on 2016/06/16 08:51:05 UTC

[jira] [Created] (ATLAS-910) Avoid un-necessary configs to kafka

Shwetha G S created ATLAS-910:
---------------------------------

             Summary: Avoid un-necessary configs to kafka
                 Key: ATLAS-910
                 URL: https://issues.apache.org/jira/browse/ATLAS-910
             Project: Atlas
          Issue Type: Bug
            Reporter: Shwetha G S
            Priority: Minor


Remove un-necessary configs for kafka:
{noformat}
2016-06-16 14:11:17,277 WARN  - [NotificationHookConsumer thread-0:] ~ The configuration port = 19027 was supplied but isn't a known config. (AbstractConfig:173)
2016-06-16 14:11:17,277 WARN  - [NotificationHookConsumer thread-0:] ~ The configuration log.flush.interval.messages = 1 was supplied but isn't a known config. (AbstractConfig:173)
2016-06-16 14:11:17,277 WARN  - [NotificationHookConsumer thread-0:] ~ The configuration consumer.timeout.ms = 100 was supplied but isn't a known config. (AbstractConfig:173)
2016-06-16 14:11:17,277 WARN  - [NotificationHookConsumer thread-0:] ~ The configuration hook.group.id = atlas was supplied but isn't a known config. (AbstractConfig:173)
2016-06-16 14:11:17,277 WARN  - [NotificationHookConsumer thread-0:] ~ The configuration zookeeper.sync.time.ms = 20 was supplied but isn't a known config. (AbstractConfig:173)
2016-06-16 14:11:17,277 WARN  - [NotificationHookConsumer thread-0:] ~ The configuration data = /Users/sshivalingamurthy/git/atlas-clone/addons/falcon-bridge/target/data/kafka was supplied but isn't a known config. (AbstractConfig:173)
2016-06-16 14:11:17,277 WARN  - [NotificationHookConsumer thread-0:] ~ The configuration entities.group.id = atlas_entities was supplied but isn't a known config. (AbstractConfig:173)
2016-06-16 14:11:17,277 WARN  - [NotificationHookConsumer thread-0:] ~ The configuration zookeeper.session.timeout.ms = 4000 was supplied but isn't a known config. (AbstractConfig:173)
2016-06-16 14:11:17,277 WARN  - [NotificationHookConsumer thread-0:] ~ The configuration auto.commit.interval.ms = 100 was supplied but isn't a known config. (AbstractConfig:173)
2016-06-16 14:11:17,277 WARN  - [NotificationHookConsumer thread-0:] ~ The configuration log.dirs = /Users/sshivalingamurthy/git/atlas-clone/addons/falcon-bridge/target/data/kafka/kafka was supplied but isn't a known config. (AbstractConfig:173)
2016-06-16 14:11:17,277 WARN  - [NotificationHookConsumer thread-0:] ~ The configuration zookeeper.connect = localhost:19026 was supplied but isn't a known config. (AbstractConfig:173)
2016-06-16 14:11:17,277 WARN  - [NotificationHookConsumer thread-0:] ~ The configuration host.name = localhost was supplied but isn't a known config. (AbstractConfig:173)
2016-06-16 14:11:17,277 WARN  - [NotificationHookConsumer thread-0:] ~ The configuration key.deserializer = org.apache.kafka.common.serialization.StringDeserializer was supplied but isn't a known config. (AbstractConfig:173)
2016-06-16 14:11:17,277 WARN  - [NotificationHookConsumer thread-0:] ~ The configuration auto.offset.reset = smallest was supplied but isn't a known config. (AbstractConfig:173)
2016-06-16 14:11:17,278 WARN  - [NotificationHookConsumer thread-0:] ~ The configuration broker.id = 1 was supplied but isn't a known config. (AbstractConfig:173)
2016-06-16 14:11:17,278 WARN  - [NotificationHookConsumer thread-0:] ~ The configuration value.deserializer = org.apache.kafka.common.serialization.StringDeserializer was supplied but isn't a known config. (AbstractConfig:173)
2016-06-16 14:11:17,278 WARN  - [NotificationHookConsumer thread-0:] ~ The configuration auto.commit.enable = false was supplied but isn't a known config. (AbstractConfig:173)
2016-06-16 14:11:17,278 WARN  - [NotificationHookConsumer thread-0:] ~ The configuration partition.assignment.strategy = roundrobin was supplied but isn't a known config. (AbstractConfig:173)

2016-06-16 14:12:04,763 WARN  - [main:] ~ Property bootstrap.servers is not valid (Logging$class:83)
2016-06-16 14:12:04,764 WARN  - [main:] ~ Property broker.id is not valid (Logging$class:83)
2016-06-16 14:12:04,764 WARN  - [main:] ~ Property data is not valid (Logging$class:83)
2016-06-16 14:12:04,764 WARN  - [main:] ~ Property entities.group.id is not valid (Logging$class:83)
2016-06-16 14:12:04,764 WARN  - [main:] ~ Property hook.group.id is not valid (Logging$class:83)
2016-06-16 14:12:04,764 WARN  - [main:] ~ Property host.name is not valid (Logging$class:83)
2016-06-16 14:12:04,764 WARN  - [main:] ~ Property key.deserializer is not valid (Logging$class:83)
2016-06-16 14:12:04,765 WARN  - [main:] ~ Property key.serializer is not valid (Logging$class:83)
2016-06-16 14:12:04,765 WARN  - [main:] ~ Property log.dirs is not valid (Logging$class:83)
2016-06-16 14:12:04,765 WARN  - [main:] ~ Property log.flush.interval.messages is not valid (Logging$class:83)
2016-06-16 14:12:04,765 WARN  - [main:] ~ Property port is not valid (Logging$class:83)
2016-06-16 14:12:04,765 WARN  - [main:] ~ Property value.deserializer is not valid (Logging$class:83)
2016-06-16 14:12:04,765 WARN  - [main:] ~ Property value.serializer is not valid (Logging$class:83)
{noformat}





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)