You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script expects Confluent Platform version 7.4.1 but the running version is could.
To proceed please either: change the examples repo branch to could or update the running Confluent Platform to version 7.4.1.
[root@broker1 scripts]# export CONFLUENT_HOME=/usr/bin/confluent
[root@broker1 scripts]# ./run.sh
✔ Confluent Platform installed
confluentinc/cli info checking S3 for tag '3.15.1'
confluentinc/cli info found version: 3.15.1 for 3.15.1/linux/amd64
confluentinc/cli info NOTICE: see licenses located in /tmp/tmp.r5WTe8UmdF/confluent
confluentinc/cli info installed /tmp/tmp.RjZbdooHe5/confluent
confluentinc/cli info please ensure /tmp/tmp.RjZbdooHe5 is in your PATH
This script expects Confluent Platform version 7.4.1 but the running version is could.
To proceed please either: change the examples repo branch to could or update the running Confluent Platform to version 7.4.1.
Environment
7.4.1-post, 7.5.0-post
Operating System:
-RHEL 9, MacOS
The text was updated successfully, but these errors were encountered:
The local commands are intended for a single-node development environment only, NOT for production usage. See more: https://docs.confluent.io/current/cli/index.html As of Confluent Platform 8.0, Java 8 is no longer supported. Error: could not find share/java/confluent-common/common-config-*.jar in CONFLUENT_HOME
So, the last line extracted according to the code is: "tail -1 | awk -F':' '{print $2;}' | awk '$1 > 0 { print $1}'"
Error: could not find share/java/confluent-common/common-config-*.jar in CONFLUENT_HOME
then it will separate the line with ":" delimiter and print "could" from that line via awk script code to print 2nd than 1st field.
here, probably we need to fix the "confluent/confluent local version" confluent command with two argument local and version which execute during runtime or by setting the proper PATH for it might be.
Description
typo in message of ./run.sh
https://docs.confluent.io/platform/current/tutorials/examples/security/rbac/docs/index.html
[root@broker1 scripts]# export CONFLUENT_HOME=/usr/bin/confluent
[root@broker1 scripts]# ./run.sh
✔ Confluent Platform installed
confluentinc/cli info checking S3 for tag '3.15.1'
confluentinc/cli info found version: 3.15.1 for 3.15.1/linux/amd64
confluentinc/cli info NOTICE: see licenses located in /tmp/tmp.r5WTe8UmdF/confluent
confluentinc/cli info installed /tmp/tmp.RjZbdooHe5/confluent
confluentinc/cli info please ensure /tmp/tmp.RjZbdooHe5 is in your PATH
This script expects Confluent Platform version 7.4.1 but the running version is could.
To proceed please either: change the examples repo branch to could or update the running Confluent Platform to version 7.4.1.
Environment
7.4.1-post, 7.5.0-post
Operating System:
-RHEL 9, MacOS
The text was updated successfully, but these errors were encountered: