![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | run |
![]() | |
def | start |
Additional Inherited Members | |
![]() | |
list | output_names = ["result_status"] |
Runs the map stage of MapReduce. Iterates over input reader and outputs data into key/value format for shuffler consumption. Args: job_name: mapreduce job name as string. mapper_spec: specification of map handler function as string. input_reader_spec: input reader specification as string. params: mapper and input reader parameters as dict. shards: number of shards to start as int. Returns: list of filenames written to by this mapper, one for each shard.