Re: Kafka Trunk Branch build failure

2014-10-01 Thread Joe Stein
Hi Bhavesh, I reproduced the issue you ran into https://issues.apache.org/jira/browse/KAFKA-1662 if you want to throw up your patch that would be great. Thanks! /*** Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.st

Re: Kafka Trunk Branch build failure

2014-09-29 Thread Bhavesh Mistry
HI Jun, The issue kafka-1618 is already open and verified by you/Neha. Thanks, Bhavesh On Sun, Sep 28, 2014 at 3:01 PM, Jun Rao wrote: > Bhavesh, > > The scala 2.9.1 compilation issue seems to be caused by kafka-1618. > Reopened that jira. > > Thanks, > > Jun > > On Fri, Sep 26, 2014 at 7:11

Re: Kafka Trunk Branch build failure

2014-09-28 Thread Jun Rao
Bhavesh, The scala 2.9.1 compilation issue seems to be caused by kafka-1618. Reopened that jira. Thanks, Jun On Fri, Sep 26, 2014 at 7:11 PM, Bhavesh Mistry wrote: > Hi Joe, > > I have good build now after resolving above issues and other. I had to > add *"org.gradle.jvmargs="-XX:MaxPermSize

Re: Kafka Trunk Branch build failure

2014-09-26 Thread Bhavesh Mistry
Hi Joe, I have good build now after resolving above issues and other. I had to add *"org.gradle.jvmargs="-XX:MaxPermSize=512m" *in gradle.properties for OOM and also remove all scala version* 2.9.X* build tasks due to following compilation issues (API not found in 2.9.x version). Please remove t

Re: Kafka Trunk Branch build failure

2014-09-26 Thread Bhavesh Mistry
Hi Joe, I run following command. I am consistently get OO memory for ant forked JVM. I am not able to set JVM argument for org.gradle.api.tasks.scala.ScalaDocOptions jvmArgs. Any Help is greatly appreciated. tasks.withType(ScalaDoc) { task scaladocJar(type:Jar) { classifier = 'scaladoc' f

Re: Kafka Trunk Branch build failure

2014-09-26 Thread Bhavesh Mistry
Hi Joe, Thanks for quick response ! Thanks, Bhavesh On Fri, Sep 26, 2014 at 4:19 PM, Joe Stein wrote: > Hi, yes it was https://issues.apache.org/jira/browse/KAFKA-1490 > > https://github.com/apache/kafka/tree/trunk#apache-kafka > > You need to install gradle http://www.gradle.org/installati

Re: Kafka Trunk Branch build failure

2014-09-26 Thread Joe Stein
Hi, yes it was https://issues.apache.org/jira/browse/KAFKA-1490 https://github.com/apache/kafka/tree/trunk#apache-kafka You need to install gradle http://www.gradle.org/installation Then bootstrap and download the wrapper cd kafka_source_dir gradle Now everything else will work /

Kafka Trunk Branch build failure

2014-09-26 Thread Bhavesh Mistry
Hi Kafka Dev team, It seems latest git pull seems to break trunk branchbuild with following error. is Grandle lib deleted ? ./gradlew clean Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain Thanks, Bhavesh