I think it's OK for examples to depend on utils (but not the other way).
On Mon, Feb 1, 2010 at 6:25 PM, Robin Anil <robin.a...@gmail.com> wrote: > Many utility hadoop jobs (including Dictionary Vectorizer) needs utils to > zipset everything into a job > > Two ways to go about it > > have utils job like examples job > include utils classes in examples job > > > I am thinking of choosing the latter as it will act as single point launch > for anything in mahout... > > Anyone else seeing a different use case? > > > Robin >