Hey, dumbo-user,
Now I'm having a program with many folders in it. How should I import those module in dumbo.
The src path is like:
/
-- mapper.py
-- /mapper_dependence/
-- __init__.py
-- foo.py
-- foo2.py
-- reducer.py
I don't want to put everything to at the top, and I don't want to build the modules to egg file.
Is there any other way to do that?
thanks,
Chao Peng