One other benefit in rotating chairs is that it exposes more of Hive’s PMC
members to the board and other Apache old timers. This is helpful in getting
better integrated into Apache and becoming a candidate for Apache membership.
It is also an excellent education in the Apache Way for those wh
You shouldn’t need to write each record to a separate file. Each Storm bolt
should be able to write to it’s own file, appending records as it goes. As
long as you only have one writer per file this should be fine. You can then
close the files every 15 minutes (or whatever works for you) and h