kafka/
$ gradle
Regards,
--Vahid
From: Ismael Juma
To: dev@kafka.apache.org
Date: 01/13/2016 03:49 PM
Subject:Re: Kafka build fails
Sent by:isma...@gmail.com
Hi Vahid,
It looks like the Gradle version you installed is 1.5. Kafka requires at
least 2.0.
Ismael
On Wed
Hi Vahid,
It looks like the Gradle version you installed is 1.5. Kafka requires at
least 2.0.
Ismael
On Wed, Jan 13, 2016 at 11:45 PM, Vahid S Hashemian <
vahidhashem...@us.ibm.com> wrote:
> Hi,
>
> I am trying to build Kafka on a fresh Ubuntu VM using the following
> commands and gradle is fai
Hi,
I am trying to build Kafka on a fresh Ubuntu VM using the following
commands and gradle is failing with the error message below. Is there any
step I am missing?
Thanks.
$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update
$ sudo apt-get install oracle-java7-installer
$ git