Re: HDFS Bolts -- partitioning output

2016-03-15 Thread Aaron . Dossett
The PR is being actively reviewed right now. Have a look and let me know what you think :-) https://github.com/apache/storm/pull/1044 From: Rajasekhar > Reply-To: "user@storm.apache.org"

Re: HDFS Bolts -- partitioning output

2016-03-15 Thread Rajasekhar
Hi Aaron/Erik, We need this approach as well. Can you please include the implementation or design of it. On Mon, Mar 14, 2016 at 11:55 PM, 马哲超 wrote: > I'm also looking forward for this partitioning function. The issue title > has been changed to STORM-1464. > >

Re: 答复: Dynamic compiled object/classes and topology

2016-03-15 Thread Carlos Chávez
Hi Alexander. As you pointed, I created a custom class loader and read the bytes from the .class files and load in this custom class loader, that works just fine. Now, the bolt is created instances of the objects that I need using this custom class loader. thank you. On 03/10/2016 07:29 AM,

Usage of G1 Garbage collector

2016-03-15 Thread Spico Florin
Hello! I would like the community the following: 1. Are you using the G1 garbage collector for your workers/supervisors in production? 2. Have you observed any improvement added by adding this GC style? 3. What are the JVM options that you are using and are a good fit for you? Thank you in

Re: HDFS Bolts -- partitioning output

2016-03-15 Thread 马哲超
I'm also looking forward for this partitioning function. The issue title has been changed to STORM-1464. 2016-01-26 1:38 GMT+08:00 Aaron.Dossett : > Erik — It turned that we did need this in production after all. I updated > STORM-1494 to include partitioning and I