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