Skip to content

Commit

Permalink
confl 5.5 => 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arron-green committed Dec 20, 2021
1 parent 12c2cd6 commit 83158ad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions profile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -363,15 +363,17 @@ export OPENSSL_HOME="${BREW_PREFIX}/opt/openssl"
export PATH="$OPENSSL_HOME/bin:$PATH"


export CONFLUENT_VERSION="5.5.0"
# export CONFLUENT_VERSION="5.5.0"
export CONFLUENT_VERSION="7.0.0"
export CONFLUENT_SCALA_VERSION="2.12"
export CONFLUENT_HOME="/usr/local/confluent-${CONFLUENT_VERSION}"
if [[ -d ${CONFLUENT_HOME}/bin ]]; then
export PATH="$PATH:${CONFLUENT_HOME}/bin"
fi

function confluent-install {
CONFLUENT_ZIP="confluent-${CONFLUENT_VERSION}-${CONFLUENT_SCALA_VERSION}.zip"
#CONFLUENT_ZIP="confluent-${CONFLUENT_VERSION}-${CONFLUENT_SCALA_VERSION}.zip"
CONFLUENT_ZIP="confluent-community-${CONFLUENT_VERSION}.zip"
CONFLUENT_TMP="/tmp/${CONFLUENT_ZIP}"
CONFLUENT_DL="https://packages.confluent.io/archive/${CONFLUENT_VERSION%.*}/${CONFLUENT_ZIP}"
echo "${CONFLUENT_DL}"
Expand Down

0 comments on commit 83158ad

Please sign in to comment.