You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param steps: Steps definitions (Obs: Use EMR.build_step() to build that)
371
376
:param keep_cluster_alive_when_no_steps: Specifies whether the cluster should remain available after completing all steps
372
377
:param termination_protected: Specifies whether the Amazon EC2 instances in the cluster are protected from termination by API calls, user intervention, or in the event of a job-flow error.
378
+
:param tags: Key/Value collection to put on the Cluster. (e.g. {"foo": "boo", "bar": "xoo"})
0 commit comments