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.
Easy Approach is work with Docker. ConfluentInc ...READ MORE
Hi@akhtar, To do this task you have to ...READ MORE
Hi@B, There may be a problem with your ...READ MORE
Yes, it stays the same. An offset is ...READ MORE
Hi@akhtar, You have to read the messages normally ...READ MORE
Hi@akhtar, To fix the pipeline, you need to resolve ...READ MORE
To delete all the messages from a Kafka topic. There are many approach ...READ MORE
For your case what you can do ...READ MORE
HI@akhtar, You get this error because before stating ...READ MORE
Hi@akhtar, This error occurs because zookeeper is running already. So ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.