michalmiklas / atlas-docker

docker for apache-atlas embedded-cassandra-solr
23 stars 19 forks source link

Kafka Hook #1

Open kalbmj opened 6 years ago

kalbmj commented 6 years ago

Hi @michalmiklas thanks for the great docker image, started up and saw UI very quickly. I am attempting to get this atlas docker image (running locally) to bring in the metadata of topics from a kafka cluster (running locally). Not having much luck with the "import-kafka.sh"

bash-4.4# ./import-kafka.sh -t "topicname"

./import-kafka.sh /apache-atlas-1.0.0 Could not find a valid KAFKA configuration

Any suggestions? Thanks in advance.

michalmiklas commented 6 years ago

hi @kalbmj the binaries have been build with embedded-cassandra-solr option and I am not sure if the kafka binaries (assuming thats whats needed) are actually included with this build option.

robathija commented 3 years ago

@kalbmj Hey I am using a native installation of Atlas and still getting the same error - I know this was 3 years ago :) but did you find a fix for that> I am facing the same issue