Re: How to compile java files in examples directory bundled in kafka 0.8?

2013-06-12 Thread Nandigam, Sujitha
I tried running java examples using READ Me but  when I say ./sbt getting 
following error.

Java HotSpot(TM) 64-Bit Server VM warning: Insufficient space for shared memory 
file:
   /tmp/hsperfdata_root/1312
Try using the -Djava.io.tmpdir= option to select an alternate temp location.

Could you please tell me how to resolve this..

Sujitha


Re: How to compile java files in examples directory bundled in kafka 0.8?

2013-04-24 Thread Yu, Libo
Thanks a lot.

Regards,

Libo



How to compile java files in examples directory bundled in kafka 0.8?

2013-04-23 Thread Yu, Libo
Hi,

There is a ReadMe  about how to run the two samples.
If there are instructions about how to compile them,
that would be very useful. Users can easily develop
some test cases from those examples. I am pulling
my hair trying to figure it out:). Thanks.

Regards,

Libo



Re: How to compile java files in examples directory bundled in kafka 0.8?

2013-04-23 Thread Neha Narkhede
./sbt
 project java-examples
 clean
 package

Thanks,
Neha

On Tue, Apr 23, 2013 at 2:07 PM, Yu, Libo libo...@citi.com wrote:
 Hi,

 There is a ReadMe  about how to run the two samples.
 If there are instructions about how to compile them,
 that would be very useful. Users can easily develop
 some test cases from those examples. I am pulling
 my hair trying to figure it out:). Thanks.

 Regards,

 Libo