Trying to install confluent platform (kafka) 3.1.1 on aws linux using yum. Getting PYCURL ERROR 22 - “The requested URL returned error: 404 Not Found”
问题 I'm following the instructions linked in this wiki doc to install the confluent platform on my EC2 instance running amazon linux (version 2016.09). I did everything it says including: $ sudo rpm --import http://packages.confluent.io/rpm/3.1/archive.key Created /etc/yum.repos.d/confluent.repo with these contents: [Confluent.dist] name=Confluent repository (dist) baseurl=http://packages.confluent.io/rpm/3.1/6 gpgcheck=1 gpgkey=http://packages.confluent.io/rpm/3.1/archive.key enabled=1