ODP Stack Repositories
You can use the appropriate URL links listed below for your OS family to download a repository file that contains the software for setting up the Stack.
Accessing ODP Repositories
The ODP repositories can be accessed via the URLs listed below:
Table 3.1. ODP Repository URLs
ODP UTILS Repositories
OS | Version Number | Repository Name | Format | URL |
|---|---|---|---|---|
RHEL 8 | ODP-3.3.6.1-1 | ODP UTILS | Base URL | |
RHEL 8 | ODP-3.3.6.1-1 | ODP UTILS | Tarball mdc, asc | https://mirror.odp.acceldata.dev/v2/odp-utils/tarballs/centos8.tar.gz |
RHEL 9 | ODP-3.3.6.1-1 | ODP UTILS | Base URL | |
RHEL 9 | ODP-3.3.6.1-1 | ODP UTILS | Tarball mdc, asc | https://mirror.odp.acceldata.dev/v2/odp-utils/tarballs/rhel9.tar.gz |
Ubuntu 20 | ODP-3.3.6.1-1 | ODP UTILS | Base URL | |
Ubuntu 20 | ODP-3.3.6.1-1 | ODP UTILS | Tarball mdc, asc | https://mirror.odp.acceldata.dev/v2/odp-utils/tarballs/ubuntu20.tar.gz |
Ubuntu 22 | ODP-3.3.6.1-1 | ODP UTILS | Base URL | |
Ubuntu 22 | ODP-3.3.6.1-1 | ODP UTILS | Tarball mdc, asc | https://mirror.odp.acceldata.dev/v2/odp-utils/tarballs/ubuntu22.tar.gz |
ODP VDF Repositories
OS | Version Number | Repository Name | Format | URL |
|---|---|---|---|---|
RHEL 8/9/Ubuntu /20/22 | ODP-3.3.6.1-1 | ODP-VDF | ODP VDF | https://mirror.odp.acceldata.dev/ODP/ODP-VDF/ODP-3.3.6.1-1.xml |
ODP Standalone Binaries
Component | Version Number | Format | URL |
|---|---|---|---|
Cruise Control | ODP-3.3.6.1-1 | Tarball mdc, asc | |
Cruise Control 3 | ODP-3.3.6.1-1 | Tarball mdc, asc | |
Kafka | ODP-3.3.6.1-1 | Tarball mdc, asc | https://mirror.odp.acceldata.dev/v2/standalone_binaries/3.3.6.1-1/kafka_2.12-2.8.2.3.3.6.1-1.tgz |
Kafka 3 | ODP-3.3.6.1-1 | Tarball mdc, asc | https://mirror.odp.acceldata.dev/v2/standalone_binaries/3.3.6.1-1/kafka_2.13-3.7.1.3.3.6.1-1.tgz |
Livy | ODP-3.3.6.1-1 | Tarball mdc, asc | |
NiFi | ODP-3.3.6.1-1 | Tarball mdc, asc | https://mirror.odp.acceldata.dev/v2/standalone_binaries/3.3.6.1-1/nifi-1.27.0.3.3.6.1-1.tar.gz |
Schema Registry | ODP-3.3.6.1-1 | Tarball mdc, asc | |
Spark 3.5.1 | ODP-3.3.6.1-1 | Tarball mdc, asc | |
Zookeeper | ODP-3.3.6.1-1 | Tarball mdc, asc |
Info
For Ubuntu 22, add the below public key before proceeding with the installation. https://mirror.odp.acceldata.dev/v2/odp/python3/jdk11/3.3.6.1-1/releases/ubuntu20/my_public.key
https://mirror.odp.acceldata.dev/v2/odp-utils/ubuntu20/my_public.key
https://mirror.odp.acceldata.dev/v2/odp/python3/jdk11/3.3.6.1-1/releases/ubuntu22/my_public.key
https://mirror.odp.acceldata.dev/v2/odp-utils/ubuntu22/my_public.key
You can use the below CLI command to add the repository key in Ubuntu 20 and 22. servers.
wget -q -O - https://mirror.odp.acceldata.dev/v2/odp/python3/jdk11/3.3.6.1-1/releases/ubuntu20/my_public.key | apt-key add -
wget -q -O - https://mirror.odp.acceldata.dev/v2/odp-utils/ubuntu20/my_public.key | apt-key add -
// Click to edit code
wget -q -O - https://mirror.odp.acceldata.dev/v2/odp/python3/jdk11/3.3.6.1-1/releases/ubuntu22/my_public.key | apt-key add -
wget -q -O - https://mirror.odp.acceldata.dev/v2/odp-utils/ubuntu22/my_public.key | apt-key add -
