submitting jobs to queue on alamo

10 views
Skip to first unread message

Ajinkya Bilolikar

unread,
Dec 4, 2013, 10:15:31 PM12/4/13
to saga-...@googlegroups.com
Hello,
           I am running a local implementation of PilotMapReduce on Alamo. The issue I am facing is with submitting my jobs to the queue. The part of the scrip which uses the saga adaptor is as follows:

                    "pj_service_url": 'fork://localhost',
                    "pd_service_url":"ssh://localhost/"+os.getcwd()+"/pilotdata",

  Here I would like to use pbs in addition to fork and ssh. The error I am getting after replacing the above pj_service_url with pbs://localhost and pd_service_url with pbs://localhost+os.getcwd()+"/pilotdata",is 

File "single_WC.py", line 42, in <module>
    mr.MapReduceMain()
  File "/N/u/nv121/aj1/lib/python2.7/site-packages/PilotMapReduce-0.1.0-py2.7.egg/pmr/PilotMapReduce.py", line 370, in MapReduceMain
    self.start_pilot_datas()
  File "/N/u/nv121/aj1/lib/python2.7/site-packages/PilotMapReduce-0.1.0-py2.7.egg/pmr/PilotMapReduce.py", line 69, in start_pilot_datas
    self.pilot_data_service.create_pilot( pilot_data_description=pd_desc )
  File "/N/u/nv121/aj1/lib/python2.7/site-packages/BigJob-0.52-py2.7.egg/pilot/impl/pilotdata_manager.py", line 367, in create_pilot
    pilot_data_description=pilot_data_description)
  File "/N/u/nv121/aj1/lib/python2.7/site-packages/BigJob-0.52-py2.7.egg/pilot/impl/pilotdata_manager.py", line 124, in __init__
    self.__initialize_pilot_data()
  File "/N/u/nv121/aj1/lib/python2.7/site-packages/BigJob-0.52-py2.7.egg/pilot/impl/pilotdata_manager.py", line 274, in __initialize_pilot_data
    raise PilotError("No File Plugin found.")
pilot.api.api.PilotError: 'No File Plugin found.'

  Can some one please suggest me the appropriate changes to be made.

Regards

Ajinkya

Ole Weidner

unread,
Dec 4, 2013, 11:38:12 PM12/4/13
to saga-...@googlegroups.com
Hi Ajinkya,

I assume you meant to send this email to bigjob...@googlegroups.com? This is the saga-python mailing list ;-) 

Best
Ole

--
You received this message because you are subscribed to the Google Groups "saga-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to saga-users+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

signature.asc

Mark Santcroos

unread,
Dec 5, 2013, 3:11:32 AM12/5/13
to bigjob...@googlegroups.com, saga-...@googlegroups.com
Hi Ajinkya,

pbs:// is not a valid pd_service_url as you can’t store data into “pbs”.
In case of Alamo, you want to use ssh:// to store your data in a PD.

I actually ran into the same error yesterday (for a different reason though) and have made a change to BigJob to give a more meaningful error.

Gr,

Mark
Reply all
Reply to author
Forward
0 new messages