Esempio n. 1
0
 def __init__(self):
     MapperBase.__init__(self)
     self.set_inputformat(KeyValueInput)
Esempio n. 2
0
 def __init__(self):
     MapperBase.__init__(self)
     self.set_inputformat(KeyValueInput)
Esempio n. 3
0
 def __init__(self):
     MapperBase.__init__(self)
     # use KeyValueInput instead of the default TextLineInput
     self.set_inputformat(KeyValueInput)