|
|
-
Re: compiling and running using intellijS Ahmed 2011-12-25, 20:50
I have IntelliJ 9.0, will the scala plugin work?
On Sat, Dec 24, 2011 at 5:59 PM, Jun Rao <[EMAIL PROTECTED]> wrote: > There is a singleton called Kafka and it takes a server.properties file in > the input. > > Jun > > On Sat, Dec 24, 2011 at 11:34 AM, S Ahmed <[EMAIL PROTECTED]> wrote: > > > Thanks :) > > > > So can you outline how to start kafka in intelliJ for me? (I really > > appreciate your time) > > > > > > > > On Sat, Dec 24, 2011 at 1:22 AM, Jun Rao <[EMAIL PROTECTED]> wrote: > > > > > Here is my reply to your previous email: > > > > > > For debugging, you can either start Kafka in intellij or attach > intellij > > to > > > a remote jvm running kafka. > > > > > > Jun > > > > > > On Fri, Dec 23, 2011 at 1:18 PM, S Ahmed <[EMAIL PROTECTED]> wrote: > > > > > > > So I ran ./sbt idea and was able to open the project in IDEA. > > > > > > > > Making/building the project in IDEA doesn't work, I guess it > shouldn't > > > > since sbt is used. > > > > > > > > ./sbt update and ./sbt builds everything fine, ./sbt package-all also > > > > worked fine. > > > > > > > > How do I go about running kafka in debug mode? > > > > Do I have to run zookeeper first? > > > > > > > > Which project should I run? > > > > > > > > Since a native Built | Make project doesn't work, not sure how I can > > use > > > > IDEA in debug mode. > > > > > > > > if someone can outline the steps (without assuming too much!) I would > > > > greatly appreciate it! > > > > > > > > > > |