Skip to content

RP YARN throws error on cu_results.to_dict() #1

@drelu

Description

@drelu

print "Submit Compute Units to Unit Manager ..."
cu_set = umgr.submit_units([cudesc])
print "Waiting for CUs to complete ..."
umgr.wait_units()
print "All CUs completed successfully!"
cu_results = cu_set[0]
details=cu_results.as_dict()

Submit Compute Units to Unit Manager ...
Waiting for CUs to complete ...
All CUs completed successfully!

2015-11-10 00:47:36,530: radical.pilot : MainProcess : PilotLauncherWorker-1: ERROR : Using bootstrapper /opt/anaconda/lib/python2.7/site-packages/radical/pilot/bootstrapper/default_bootstrapper.sh
Copying bootstrapper 'file://localhost/opt/anaconda/lib/python2.7/site-packages/radical/pilot/bootstrapper/default_bootstrapper.sh' to agent sandbox (<saga.filesystem.directory.Directory object at 0x7f050abab090>).
Copying sdist 'file://localhost/opt/anaconda/lib/python2.7/site-packages/radical/utils/radical.utils-0.38.tar.gz' to sandbox (sftp://sc15-aws.radical-cybertools.org/home/test037/radical.pilot.sandbox/rp.session.ip-10-99-194-113.ec2.internal.test037.016749.0003-pilot.0000/).
Copying sdist 'file://localhost/opt/anaconda/lib/python2.7/site-packages/saga/saga-python-0.38.1.tar.gz' to sandbox (sftp://sc15-aws.radical-cybertools.org/home/test037/radical.pilot.sandbox/rp.session.ip-10-99-194-113.ec2.internal.test037.016749.0003-pilot.0000/).
Copying sdist 'file://localhost/opt/anaconda/lib/python2.7/site-packages/radical/pilot/controller/..//radical.pilot-v0.37.10-123-g2a5e534-tutorial-sc15.tar.gz' to sandbox (sftp://sc15-aws.radical-cybertools.org/home/test037/radical.pilot.sandbox/rp.session.ip-10-99-194-113.ec2.internal.test037.016749.0003-pilot.0000/).
Writing agent configuration to file '/tmp/rp_agent_cfg_cCOllp.json'.
Copying agent configuration file 'file://localhost/tmp/rp_agent_cfg_cCOllp.json' to sandbox (sftp://sc15-aws.radical-cybertools.org/home/test037/radical.pilot.sandbox/rp.session.ip-10-99-194-113.ec2.internal.test037.016749.0003-pilot.0000/).
Submitting SAGA job with description: {'Project': None, 'Executable': '/bin/bash', 'TotalPhysicalMemory': None, 'WorkingDirectory': '/home/test037/radical.pilot.sandbox/rp.session.ip-10-99-194-113.ec2.internal.test037.016749.0003-pilot.0000/', 'Queue': None, 'Environment': {}, 'WallTimeLimit': 30, 'Arguments': ['-l bootstrap_1.sh', " -d 'radical.utils-0.38.tar.gz:saga-python-0.38.1.tar.gz:radical.pilot-v0.37.10-123-g2a5e534-tutorial-sc15.tar.gz' -m 'create' -p 'pilot.0000' -r 'debug' -s 'rp.session.ip-10-99-194-113.ec2.internal.test037.016749.0003' -v '/home/test037/radical.pilot.sandbox/ve_aws_anaconda' -b 'anaconda' -a 'multicore'"], 'ProcessesPerHost': None, 'Error': 'bootstrap_1.err', 'Output': 'bootstrap_1.out', 'TotalCPUCount': 2}
Pilot launching failed! (SAGA Job state is FAILED.)
Traceback (most recent call last):
File "/opt/anaconda/lib/python2.7/site-packages/radical/pilot/controller/pilot_launcher_worker.py", line 744, in run
raise RuntimeError ("SAGA Job state is FAILED.")
RuntimeError: SAGA Job state is FAILED.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions