Condor and Web Services - PowerPoint PPT Presentation

About This Presentation
Title:

Condor and Web Services

Description:

Title: Using SOAP as a Condor API Author: Matthew Farrellee Last modified by: Matthew Farrellee Created Date: 4/7/2004 8:39:26 AM Document presentation format – PowerPoint PPT presentation

Number of Views:72
Avg rating:3.0/5.0
Slides: 15
Provided by: Matthe488
Category:
Tags: condor | services | soap | web

less

Transcript and Presenter's Notes

Title: Condor and Web Services


1
Condor and Web Services
2
Outline
  • Current API
  • What are Web Services and SOAP?
  • Benefits of a Condor SOAP API
  • Functionality and examples
  • State of the implementation
  • Future features

3
Current API
  • Use command-line tools directly
  • Applications use command-line tools via system
    calls

4
What are web services?
  • Applications accessible typically over HTTP using
    SOAP and XML
  • Standards exist for
  • discovery of services
  • description of application interfaces (WSDL)
  • communication mechanisms (RPC)
  • and many other things

5
What is SOAP?
  • Simple Object Access Protocol
  • Mechanism for doing RPC using XML
  • typically over HTTP
  • A World Wide Web Consortium (W3C) standard

6
Benefits of a Condor SOAP API
  • Condor becomes a service
  • Can be accessed with standard web service tools
  • Condor accessible from platforms where its
    command-line tools are not supported
  • Talk to Condor with your favorite language and
    SOAP toolkit

7
Condor SOAP API in the wild
  • Condor called from Business Process Execution
    Language (BPEL) workflows (LBL)
  • Portal providing web interface to Condor pools
    (Indiana University)

8
Condor SOAP API functionality
  • Submit jobs
  • Retrieve job output
  • Remove/hold/release jobs
  • Query machine status
  • Query job status

9
Getting machine status via SOAP
Your program
condor_collector
queryStartdAds()
Machine List
SOAP library
10
Getting machine status viaSOAP (in Java with
Axis)
  • locator new CondorCollectorLocator()

collector locator.getcondorCollector(new
URL(http//machineport))
ads collector.queryStartdAds(Memorygt512)
Because we give you WSDL information you
dont have to write any of these functions.
11
Submitting jobs
  • Begin transaction
  • Create cluster
  • Create job
  • Send files
  • Describe job
  • Commit transaction
  • Two phase commit for reliability

12
Current implementation
  • Working prototype exists
  • Expected release in 6.7 series

13
Future features
  • Support for authenticated access
  • Support for notification
  • Becoming a grid service

14
Questions?
Write a Comment
User Comments (0)
About PowerShow.com