Re: Building Kafka on Mac OS X

2014-06-18 Thread Jorge Marizan
Everything ran smooth now, I will start running tests. Thanks. Jorge On Jun 18, 2014, at 11:44 AM, Jorge Marizan wrote: > I will let you know once I come back from my job. > > Jorge > > On mié 18 jun 2014 00:35:02 AST, Timothy Chen wrote: >> So do you have the build folder generated in core/c

Re: Building Kafka on Mac OS X

2014-06-18 Thread Jorge Marizan
I will let you know once I come back from my job. Jorge On mié 18 jun 2014 00:35:02 AST, Timothy Chen wrote: So do you have the build folder generated in core/client and classes/jars compiled in them? Kafka-server-start.sh also sets the CLASSPATH to load the jar and kafka.Kafka as well, so you

Re: Building Kafka on Mac OS X

2014-06-17 Thread Timothy Chen
So do you have the build folder generated in core/client and classes/jars compiled in them? Kafka-server-start.sh also sets the CLASSPATH to load the jar and kafka.Kafka as well, so you want to make sure they're there. Tim On Tue, Jun 17, 2014 at 9:18 PM, Jorge Marizan wrote: > Now when I try t

Re: Building Kafka on Mac OS X

2014-06-17 Thread Jorge Marizan
Now when I try to run, it fails finding the kafka.Kafka class: kafka-server-start.sh /usr/local/etc/kafka/server.properties Error: Could not find or load main class kafka.Kafka Jorge On Jun 17, 2014, at 11:54 PM, Jorge Marizan wrote: > Not at all, I verified with ps aux and there is no Grad

Re: Building Kafka on Mac OS X

2014-06-17 Thread Timothy Chen
No problem, let us know if it doesn't work again. It does sounds like a file lock acquired somewhere though. Tim On Tue, Jun 17, 2014 at 8:59 PM, Jorge Marizan wrote: > I don’t know what happened but I removed the folder were kafka resides on, > unzipped again, and magically everything seems t

Re: Building Kafka on Mac OS X

2014-06-17 Thread Jorge Marizan
I don’t know what happened but I removed the folder were kafka resides on, unzipped again, and magically everything seems to work. I will keep you updated. Thanks man for your time. I appreciate it. Jorge. On Jun 17, 2014, at 11:54 PM, Jorge Marizan wrote: > Not at all, I verified with ps au

Re: Building Kafka on Mac OS X

2014-06-17 Thread Jorge Marizan
Not at all, I verified with ps aux and there is no Gradle processes left behind when I cancel the compile job. Jorge. On Jun 17, 2014, at 11:45 PM, Timothy Chen wrote: > Not sure what's wrong but I'm guessing there probably can be a gradle lock > somewhere. > > Is there other gradle process

Re: Building Kafka on Mac OS X

2014-06-17 Thread Timothy Chen
Not sure what's wrong but I'm guessing there probably can be a gradle lock somewhere. Is there other gradle processes that is hanging around? Tim Sent from my iPhone > On Jun 17, 2014, at 8:35 PM, Jorge Marizan wrote: > > :core:compileScala > > Jorge. > >> On Jun 17, 2014, at 8:54 PM, Timo

Re: Building Kafka on Mac OS X

2014-06-17 Thread Jorge Marizan
:core:compileScala Jorge. On Jun 17, 2014, at 8:54 PM, Timothy Chen wrote: > What's the last line it's stuck on with debug flag on? > > Tim > > On Tue, Jun 17, 2014 at 4:46 PM, Jorge Marizan > wrote: >> I almost got it to work but still stuck compiling scala >> >> Any idea? >> >> Jorge. >

Re: Building Kafka on Mac OS X

2014-06-17 Thread Timothy Chen
What's the last line it's stuck on with debug flag on? Tim On Tue, Jun 17, 2014 at 4:46 PM, Jorge Marizan wrote: > I almost got it to work but still stuck compiling scala > > Any idea? > > Jorge. > On Jun 17, 2014, at 7:22 AM, Jorge Marizan wrote: > >> It got stuck on this: >> >> ./gradlew jar

Re: Building Kafka on Mac OS X

2014-06-17 Thread Jorge Marizan
I almost got it to work but still stuck compiling scala Any idea? Jorge. On Jun 17, 2014, at 7:22 AM, Jorge Marizan wrote: > It got stuck on this: > > ./gradlew jar > The TaskContainer.add() method has been deprecated and is scheduled to be > removed in Gradle 2.0. Please use the create() me

Re: Building Kafka on Mac OS X

2014-06-17 Thread Jorge Marizan
It got stuck on this: ./gradlew jar The TaskContainer.add() method has been deprecated and is scheduled to be removed in Gradle 2.0. Please use the create() method instead. Building project 'core' with Scala version 2.8.0 Building project 'perf' with Scala version 2.8.0 :clients:compileJava :clie

Re: Building Kafka on Mac OS X

2014-06-16 Thread Steve Morin
Have seen if you have a write with zero data it will hang > On Jun 16, 2014, at 21:02, Timothy Chen wrote: > > Can you try running it in debug mode? (./gradlew jar -d) > > Tim > >> On Mon, Jun 16, 2014 at 8:44 PM, Jorge Marizan >> wrote: >> It just hangs there without any output at all. >>

Re: Building Kafka on Mac OS X

2014-06-16 Thread Jorge Marizan
For a weird reason, it is compiling correctly now. Time to play with Kafka. Thanks :) On Jun 17, 2014, at 12:12 AM, Jorge Marizan wrote: > I will try it and let you know. > > Jorge. > > On Jun 17, 2014, at 12:02 AM, Timothy Chen wrote: > >> Can you try running it in debug mode? (./gradlew

Re: Building Kafka on Mac OS X

2014-06-16 Thread Jorge Marizan
I will try it and let you know. Jorge. On Jun 17, 2014, at 12:02 AM, Timothy Chen wrote: > Can you try running it in debug mode? (./gradlew jar -d) > > Tim > > On Mon, Jun 16, 2014 at 8:44 PM, Jorge Marizan > wrote: >> It just hangs there without any output at all. >> >> Jorge. >> >> On

Re: Building Kafka on Mac OS X

2014-06-16 Thread Timothy Chen
Can you try running it in debug mode? (./gradlew jar -d) Tim On Mon, Jun 16, 2014 at 8:44 PM, Jorge Marizan wrote: > It just hangs there without any output at all. > > Jorge. > > On Jun 16, 2014, at 11:27 PM, Timothy Chen wrote: > >> What output was it stuck on? >> >> Tim >> >> On Mon, Jun 16,

Re: Building Kafka on Mac OS X

2014-06-16 Thread Jorge Marizan
It just hangs there without any output at all. Jorge. On Jun 16, 2014, at 11:27 PM, Timothy Chen wrote: > What output was it stuck on? > > Tim > > On Mon, Jun 16, 2014 at 6:39 PM, Jorge Marizan > wrote: >> Hi team, I’m a newcomer to Kafka, but I’m having some troubles trying to get >> it t

Re: Building Kafka on Mac OS X

2014-06-16 Thread Timothy Chen
What output was it stuck on? Tim On Mon, Jun 16, 2014 at 6:39 PM, Jorge Marizan wrote: > Hi team, I’m a newcomer to Kafka, but I’m having some troubles trying to get > it to run on OS X. > Basically building Kafka on OS X with 'gradlew jar’ gets stuck forever > without any progress (Indeed I