Documentation (http://docs.confluent.io/3.1.0/installation.html)
states that:
Confluent does not currently support Windows. Windows users can download and use the zip and tar archives, but will have to run the jar files directly rather than use the wrapper scripts in the bin/ directory.
Hi guys,
I've been working against a trunk build and recently decided I needed to switch to the 3.0.1 download from the confluent site.
However, when I try to run various startup scripts I get various exceptions;?
- C:\kafka\bin\windows\../../etc/kafka/log4j.properties was unexpected at this time.
- Error: Could not find or load main class org.apache.zookeeper.server.quorum.QuorumPeerMain.
--I'm probably being a dunce! ?Please advise!
Best,Ryan.
You received this message because you are subscribed to the Google Groups "Confluent Platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to confluent-platf...@googlegroups.com.
To post to this group, send email to confluent...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/confluent-platform/2d8591e2-507b-4093-9686-0bed77cf50c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Documentation (http://docs.confluent.io/3.1.0/installation.html) states that:
Confluent does not currently support Windows. Windows users can download and use the zip and tar archives, but will have to run the jar files directly rather than use the wrapper scripts in the bin/ directory.
On 2016.11.15 09:32, Ryan Worsley wrote:
Hi guys,--
I've been working against a trunk build and recently decided I needed to switch to the 3.0.1 download from the confluent site.
However, when I try to run various startup scripts I get various exceptions;?
- C:\kafka\bin\windows\../../etc/kafka/log4j.properties was unexpected at this time.
- Error: Could not find or load main class org.apache.zookeeper.server.quorum.QuorumPeerMain.
I'm probably being a dunce! ?Please advise!
Best,Ryan.
You received this message because you are subscribed to the Google Groups "Confluent Platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to confluent-platform+unsub...@googlegroups.com.
I never had to or tried to run CP in Windows, so I wouldn't know.
To unsubscribe from this group and stop receiving emails from it, send an email to confluent-platf...@googlegroups.com.
To post to this group, send email to confluent...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/confluent-platform/e2a23c3f-5656-4d57-a4c7-8a4fbaae659d%40googlegroups.com.
I was getting same error when I placed kafka downloaded distribution in C:\Program Files (x86). Moving kafka downloaded distribution to some other drive other then c drive worked for me. find below working commands: D:\kafka_2.12-2.2.0\kafka_2.12-2.2.0>bin\windows\zookeeper-server-start.bat config/zookeeper.properties
Kafka was downloaded from it's official site: https://kafka.apache.org/quickstart