OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHARD_MAX_ATTEMPTS
(Results
1 - 3
of
3
) sorted by null
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
parameters.py
169
SHARD_MAX_ATTEMPTS
: Max attempts to execute a shard before giving up.
194
SHARD_MAX_ATTEMPTS
= 4
handlers.py
843
if shard_attempts >= parameters.config.
SHARD_MAX_ATTEMPTS
:
846
shard_attempts, parameters.config.
SHARD_MAX_ATTEMPTS
)
[
all
...]
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/api/map_job/
map_job_config.py
73
shard_max_attempts
= _Option(
variable in class:JobConfig
74
int, default_factory=lambda: parameters.config.
SHARD_MAX_ATTEMPTS
)
126
"
shard_max_attempts
": self.
shard_max_attempts
,
204
shard_max_attempts
=mr_spec.params.get("
shard_max_attempts
"),
Completed in 4618 milliseconds