Repository organization for Hadoop project

Posted by Alex N. on Stack Overflow See other posts from Stack Overflow or by Alex N.
Published on 2010-06-02T00:42:12Z Indexed on 2010/06/02 0:43 UTC
Read the original article Hit count: 301

I am starting on a new Hadoop project that will have multiple hadoop jobs(and hence multiple jar files). Using mercurial for source control, I was wondering what would be optimal way of organizing the repository structure? Should each job live in separate repo or would it be more efficient to keep them in the same, but break down into folders?

© Stack Overflow or respective owner

Related posts about best-practices

Related posts about mercurial