Choi BongJae created METRON-1174:
------------------------------------
Summary: Metron Docker Document example not working
Key: METRON-1174
URL: https://issues.apache.org/jira/browse/METRON-1174
Project: Metron
Issue Type: Bug
Affects Versions: 0.4.0
Environment: CentOS 7
Docker 1.12.6
docker-compose version 1.16.1, build 6d1ac219
docker-machine version 0.12.2, build 9371605
Reporter: Choi BongJae
Fix For: 0.4.0
This Section is not working with error
{code:java}
/usr/metron/0.4.0//bin/zk_load_configs.sh: line 35:
/usr/hdp/current/hbase-client/bin/hbase: No such file or directory
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further
details.
{code}
Upload configs to Zookeeper
Parser configs and a global config configured for this Docker environment are
included with the Kafka/Zookeeper image. Load them with:
{code:java}
$ docker-compose exec kafkazk bash
# $METRON_HOME/bin/zk_load_configs.sh -z localhost:2181 -m PUSH -i
$METRON_HOME/config/zookeeper
# exit
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)