Hi, I'm trying to write some storm bolts and I want them to output the information they produce into HBase. Now the HBase we have running here is based on CDH 4.5.0 which is fully based on the zookeeper versions in the 3.4.x range.
The problem I have is that Storm currently still uses zookeeper 3.3.3 The important difference in my case between these two is that 3.3.x has: org.apache.zookeeper.server.NIOServerCnxn$Factory 3.4.x has: org.apache.zookeeper.server.NIOServerCnxnFactory As a consequence I'm getting a ClassNotFoundException. I found that during a short period this problem was fixed but because of a performance problem in curator was turned back. https://github.com/nathanmarz/storm/pull/225 What does it take to get this fixed (i.e. zookeeper goes to a 3.4.x version)? -- Best regards / Met vriendelijke groeten, Niels Basjes
