Example #1
0
 def __init__(self, conf, pod, dao):
     global logger
     logger = logging.getLogger(moduleName)
    
     self._dao = dao
     # this writer is specific for this pod
     self._pod = pod
     self._conf = conf
     self.outputDir = util.createOutFolder(self._conf, self._pod)       
Example #2
0
 def __init__(self, conf, pod, dao):       
     self._dao = dao
     # this writer is specific for this pod
     self._pod = pod
     self._conf = conf
     self.outputDir = util.createOutFolder(self._conf, self._pod)       
Example #3
0
 def __init__(self, conf, pod, dao):
     self._dao = dao
     # this writer is specific for this pod
     self._pod = pod
     self._conf = conf
     self.outputDir = util.createOutFolder(self._conf, self._pod)