65956/error-confluent-flag-environment-variable-confluent-home
I installed confluent kafka in my system, but I am getting the below error.
$ ./confluent local start Error: pass --path /path/to/confluent flag or set environment variable CONFLUENT_HOME
Thank You
Hi@akhtar,
Before starting confluent kafka in your system, you have to set PATH and CONFLUENT_HOME in /etc/profile file.
vim /etc/profile PATH=CONFLUENT_HOME/bin:PATH CONFLUENT_HOME={replace home directory path of confluent}
/etc/profile is read only, not able to update the file.