Re: Client improvement discussion

2013-08-03 Thread Chris Hogue
Hi Jay. Agreed, we're planning to try to do the compression before the producer with 0.8 as we get back to this part, hopefully this week. I saw your other JIRA issue about the copying in the code path so that looks promising as well. Thanks for all the responses, really appreciate the effort and

control over artifact and version when packaging and deploying to maven local repo

2013-08-03 Thread Rob Withers
good morning, I have built a scala 2.10 version off of 0.8 and applied a patch of my own. When I go to sbt package, it specifies a version. How can I control these values (kafka_2.10-0.8.0-beta1)? [info] Packaging /Users/reefedjib/Desktop/rob/comp/newwork/kafka/core/target/scala-2.10/kafka_2

Re: control over artifact and version when packaging and deploying to maven local repo

2013-08-03 Thread Joe Stein
./sbt "++2.10.0 publish-local" Assuming 2.10.0 is the Scala version you want. /*** Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.stealth.ly Twitter: @allthingshadoop /

Re: control over artifact and version when packaging and deploying to maven local repo

2013-08-03 Thread Rob Withers
Ok, a few things: 1) I can build with sbt "++2.10.2 update" sbt "++2.10.2 package" sbt "++2.10.2 assembly-package-dependency" but the following asks for a PGP passphrase sbt "++2.10.2 publish-local" and fails Please enter PGP passphrase: java.io.FileNotFoundException: /Users/reefed