0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
restore previous hashing format. we should disallow ',' in pool names More... over 4 years ago
reorder cluster name suffix, and make it parseable More... over 4 years ago
added max_clusters_in_pool option More... over 4 years ago
Merge pull request #2197 from coyotemarin/pooling-and-yrm More... over 4 years ago
update _yrm_get()'s JSON parsing to work in Python 3.4/3.5 More... over 4 years ago
fix import in test so it works in Python 2.7 More... over 4 years ago
set maximum version of dataproc library, so tests pass More... over 4 years ago
documented new options More... over 4 years ago
test that setting min_* opts to zero disables them More... over 4 years ago
default min_available_mb should be int, not float More... over 4 years ago
don't need to test _yrm_get() separately More... over 4 years ago
unit-tested _yrm_get() More... over 4 years ago
tested interactions between min_available_* and ec2_key_pair* opts More... over 4 years ago
no need for min_available_mb to be a float; YARN doesn't report it that way More... over 4 years ago
tested pooling behavior of min_available_* options More... over 4 years ago
don't allow min_available_* opts without setting up SSH More... over 4 years ago
enabled min_available_* options More... over 4 years ago
update comment to account for concurrent clusters More... over 4 years ago
added min_available_* options More... over 4 years ago
Merge pull request #2189 from davidmarin/concurrent-steps More... over 4 years ago
oops, wrong name for the EMR API param StepConcurrencyLevel More... over 4 years ago
added explicit test of locking when cluster_id specified More... over 4 years ago
added docs for max_concurrent_steps More... over 4 years ago
added test of different timings of locking with concurrent and non-concurrent steps More... over 4 years ago
tested (and fixed) pooling rules for step concurrency More... over 4 years ago
mock boto now correctly handles ActionOnFailure on concurrent clusters More... over 4 years ago
broke giant PoolMatchingTestCase into sub-classes More... over 4 years ago
break PoolMatchingTestCase into separate classes More... over 4 years ago
tested locking a concurrent cluster with existing steps More... over 4 years ago
don't need to pass step concurrency level to _attempt_to_lock_cluster() More... over 4 years ago