|
|
Jamie Wang 2012-11-20, 22:44
Hi,
I am new to using Kafka. I read all the documentations and followed the quickstart steps. I was able to run the sample kafka system. Looking through the Kafka directories extracted from the tar file, there are a lot of sub directories. I am wondering if they are all really needed to run kafka+zookeeper. My guess is no. My usage model is to package really only the absolute necessary directories/files to run kafka along with our server products. I looked through most of the documentations available on the wiki and couldn't find the information. Can someone please shed some light in this respect? Thank you in advance for your time.
Jamie Wang
+
Jamie Wang 2012-11-20, 22:44
David Arthur 2012-11-21, 00:53
I believe the (bare minimum) runtime deps are: kafka, scala-library, zookeeper, and zkclient. Also snappy if you want snappy support.
HTH, David
On Nov 20, 2012, at 5:44 PM, Jamie Wang wrote:
> Hi, > > I am new to using Kafka. I read all the documentations and followed the quickstart steps. I was able to run the sample kafka system. Looking through the Kafka directories extracted from the tar file, there are a lot of sub directories. I am wondering if they are all really needed to run kafka+zookeeper. My guess is no. My usage model is to package really only the absolute necessary directories/files to run kafka along with our server products. I looked through most of the documentations available on the wiki and couldn't find the information. Can someone please shed some light in this respect? Thank you in advance for your time. > > Jamie Wang > >
+
David Arthur 2012-11-21, 00:53
Jamie Wang 2012-11-21, 17:17
Hi,
I am new to using Kafka. I read all the documentations and followed the quickstart steps. I was able to run the sample kafka system. Looking through the Kafka directories (extracted from the tar file), there are a lot of sub directories. I am wondering if they are all really needed to run kafka. My guess is no. My usage model is to package really only the absolute necessary files/directories to run kafka along with our server products. I looked through most of the documentations available on the wiki and couldn't find any information documenting what is the minimum set of kafka files required to run the system. Can someone knowledgeable on this please shed some light and thank you in advance for your time.
Jamie Wang
+
Jamie Wang 2012-11-21, 17:17
Jun Rao 2012-11-26, 04:54
You just need the jars under core/ (after you do ./sbt update and ./sbt package).
Thanks,
Jun
On Wed, Nov 21, 2012 at 9:17 AM, Jamie Wang <[EMAIL PROTECTED]> wrote:
> Hi, > > I am new to using Kafka. I read all the documentations and followed the > quickstart steps. I was able to run the sample kafka system. Looking > through the Kafka directories (extracted from the tar file), there are a > lot of sub directories. I am wondering if they are all really needed to run > kafka. My guess is no. My usage model is to package really only the > absolute necessary files/directories to run kafka along with our server > products. I looked through most of the documentations available on the > wiki and couldn't find any information documenting what is the minimum set > of kafka files required to run the system. Can someone knowledgeable on > this please shed some light and thank you in advance for your time. > > Jamie Wang > > >
+
Jun Rao 2012-11-26, 04:54
|
|