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