Code Monkey home page Code Monkey logo

Comments (6)

aiyerganapathy avatar aiyerganapathy commented on August 27, 2024 1

@velushomaz Hey, I checked the github repo of kafka-docker (https://github.com/wurstmeister/kafka-docker) and noticed that they had made a change to download-kafka.sh. I have made changes to my script accordingly. Now the kafka script will download from central apache repo if that version is not available in a mirror.

from deepstream_360_d_smart_parking_application.

velushomaz avatar velushomaz commented on August 27, 2024 1

@velushomaz In what kind of system are you testing? I am not facing any errors in Ubuntu 16.04. Can you give me more details?

My bad! I'm on 18.04 as there were some issues with the nvidia graphics driver with 16.04. I can now run everything properly with some tinkering on your dockerfile you provided.

from deepstream_360_d_smart_parking_application.

aiyerganapathy avatar aiyerganapathy commented on August 27, 2024

Hey Paul,

There was an issue with kafka version. I have updated the Dockerfile to resolve this issue. Thanks for pointing it out. Closing the bug.

from deepstream_360_d_smart_parking_application.

velushomaz avatar velushomaz commented on August 27, 2024

Hi aiyerganapathy, I ran to the same bug and managed to fix it by forcing the url to be from apache's central repo instead of my local one as it doesn't have the 1.1.1 kafka mirror.

from deepstream_360_d_smart_parking_application.

velushomaz avatar velushomaz commented on August 27, 2024

@velushomaz Hey, I checked the github repo of kafka-docker (https://github.com/wurstmeister/kafka-docker) and noticed that they had made a change to download-kafka.sh. I have made changes to my script accordingly. Now the kafka script will download from central apache repo if that version is not available in a mirror.

Thank you! I also ran to an error with the python tracker module.

Had to put this line in on the Dockerfile for apt update to run properly.:

COPY tracker.zip .
RUN sed -i '/jessie-updates/d' /etc/apt/sources.list
RUN apt-get update && apt-get install unzip

from deepstream_360_d_smart_parking_application.

aiyerganapathy avatar aiyerganapathy commented on August 27, 2024

@velushomaz In what kind of system are you testing? I am not facing any errors in Ubuntu 16.04. Can you give me more details?

from deepstream_360_d_smart_parking_application.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.