Deploying a classification model using zookeeper

2012-08-29 Thread Brandon Root
Hey! First off, Mahout is pretty much the bee's knees. Anyhoo, I'm deploying my mahout classifier using zookeeper, following the technique from Mahout in Action, but my models often exceed the 1M limit zookeeper wants you to stick to. I'm using the AdaptiveLogisticRegression algorithm, but I

Re: Deploying a classification model using zookeeper

2012-08-29 Thread Ted Dunning
It isn't a big deal to increase the Znode size, but it is bad practice. ZK isn't a file store. It is a coordination server. The size limit is intended to prevent large operations slowing down other operations. If you aren't sharing your ZK or your neighbors don't have response time