-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
When we submit the pilot and add it to the unit manager, the following code gets executed:
pdesc = rp.ComputePilotDescription ()
pdesc.resource = "yarn.aws-vm" # NOTE: This is a "label", not a hostname
pdesc.runtime = 30 # minutes
pdesc.cores = 1
pdesc.cleanup = False
# submit the pilot.
print "Submitting Compute Pilot to Pilot Manager ..."
pilot = pmgr.submit_pilots(pdesc)
umgr.add_pilots(pilot)
The script waits indefinitely at this point and the job had to be manually cancelled
Session info: Session id: rp.session.ip-10-99-194-113.ec2.internal.test099.016751.0001 Pilot Manager: {'uid': 'pmgr.0001'}
Username = test099
Metadata
Metadata
Assignees
Labels
No labels