Re: Running Kafka from source in Windows

2019-07-02 Thread Bruno Cadonna
Hi Manish,

I have never installed Kafka on Windows, I can just point you to some
relevant information.

See for example the following e-mail on the user mailing list about
running Kafka on Windows:

http://mail-archives.apache.org/mod_mbox/kafka-users/201906.mbox/%3CCANmFojrU9hg6Gs-pkkMqh__7Na2eVTQFbRpuG0oe-Rgvx1vwHw%40mail.gmail.com%3E

There are also some tickets in JIRA. See for example
https://jira.apache.org/jira/browse/KAFKA-6188.

Best,
Bruno

On Tue, Jul 2, 2019 at 10:35 AM Manish G  wrote:
>
> Thanks Bruno.
>
> A question here: Running Kafka this way OR using WSL for it?
> Which one is a better choice?
>
> On Tue, Jul 2, 2019 at 1:19 PM Bruno Cadonna  wrote:
>
> > Hi Manish,
> >
> > two bug reports have been already filed for this issue.
> >
> > https://issues.apache.org/jira/browse/KAFKA-6988
> > https://issues.apache.org/jira/browse/KAFKA-7998
> >
> > You can find a description of the root cause and work-arounds in the
> > bug reports and the following GitHub issue:
> >
> > https://github.com/kafka-dev/kafka/issues/61
> >
> > Best,
> > Bruno
> >
> > On Mon, Jul 1, 2019 at 2:27 PM Manish G 
> > wrote:
> > >
> > > Hi,
> > >
> > > I am trying to run Kafka(in Windows 10) from source code I cloned from
> > > github.
> > >
> > > I start with command:
> > >
> > > .\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties
> > >
> > > I get error:
> > >
> > > The input line is too long.
> > > The syntax of the command is incorrect.
> > >
> > > What mistake am I making?
> > >
> > > My aim is to get Kafka up and running in my Windows machine, and then
> > make
> > > code changes to test the changes.
> > >
> > > With regards
> > > Manish
> >


Re: Running Kafka from source in Windows

2019-07-02 Thread Manish G
Thanks Bruno.

A question here: Running Kafka this way OR using WSL for it?
Which one is a better choice?

On Tue, Jul 2, 2019 at 1:19 PM Bruno Cadonna  wrote:

> Hi Manish,
>
> two bug reports have been already filed for this issue.
>
> https://issues.apache.org/jira/browse/KAFKA-6988
> https://issues.apache.org/jira/browse/KAFKA-7998
>
> You can find a description of the root cause and work-arounds in the
> bug reports and the following GitHub issue:
>
> https://github.com/kafka-dev/kafka/issues/61
>
> Best,
> Bruno
>
> On Mon, Jul 1, 2019 at 2:27 PM Manish G 
> wrote:
> >
> > Hi,
> >
> > I am trying to run Kafka(in Windows 10) from source code I cloned from
> > github.
> >
> > I start with command:
> >
> > .\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties
> >
> > I get error:
> >
> > The input line is too long.
> > The syntax of the command is incorrect.
> >
> > What mistake am I making?
> >
> > My aim is to get Kafka up and running in my Windows machine, and then
> make
> > code changes to test the changes.
> >
> > With regards
> > Manish
>


Re: Running Kafka from source in Windows

2019-07-02 Thread Bruno Cadonna
Hi Manish,

two bug reports have been already filed for this issue.

https://issues.apache.org/jira/browse/KAFKA-6988
https://issues.apache.org/jira/browse/KAFKA-7998

You can find a description of the root cause and work-arounds in the
bug reports and the following GitHub issue:

https://github.com/kafka-dev/kafka/issues/61

Best,
Bruno

On Mon, Jul 1, 2019 at 2:27 PM Manish G  wrote:
>
> Hi,
>
> I am trying to run Kafka(in Windows 10) from source code I cloned from
> github.
>
> I start with command:
>
> .\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties
>
> I get error:
>
> The input line is too long.
> The syntax of the command is incorrect.
>
> What mistake am I making?
>
> My aim is to get Kafka up and running in my Windows machine, and then make
> code changes to test the changes.
>
> With regards
> Manish


Running Kafka from source in Windows

2019-07-01 Thread Manish G
Hi,

I am trying to run Kafka(in Windows 10) from source code I cloned from
github.

I start with command:

.\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties

I get error:

The input line is too long.
The syntax of the command is incorrect.

What mistake am I making?

My aim is to get Kafka up and running in my Windows machine, and then make
code changes to test the changes.

With regards
Manish