dataflow-runner icon indicating copy to clipboard operation
dataflow-runner copied to clipboard

Support temporary cluster-id file for transient cluster

Open chuwy opened this issue 6 years ago • 1 comments

Instead of writing down id of created cluster - we can do following:

  1. After up command create a .cluster-id file containing obviously cluster id in current directory
  2. If --cluster-id was not specified for run - fetch in from the .cluster-id file
  3. Remove the .cluster-id after down

chuwy avatar Nov 23 '17 17:11 chuwy