< Home - < Back

classads


Information about the package, classads, which is shipped with common Linux distributions. The classads package is designed for, Condor's classified advertisement language.


Package Name:

classads

Summary:

Condor's classified advertisement language

Description:

Classified Advertisements (classads) are the lingua franca of Condor. They are used for describing jobs, workstations, and other resources. They are exchanged by Condor processes to schedule jobs. They are logged to files for statistical and debugging purposes. They are used to enquire about current state of the system. A classad is a mapping from attribute names to expressions. In the simplest cases, the expressions are simple constants (integer, floating point, or string). A classad is thus a form of property list. Attribute expressions can also be more complicated. There is a protocol for evaluating an attribute expression of a classad vis a vis another ad. For example, the expression "other.size > 3" in one ad evaluates to true if the other ad has an attribute named size and the value of that attribute is (or evaluates to) an integer greater than three. Two classads match if each ad has an attribute requirements that evaluates to true in the context of the other ad. Classad matching is used by the Condor central manager to determine the compatibility of jobs and workstations where they may be run.

Architecture:

x86_64

Version:

1.0.10

Release:

1.el6

Size:

234 k

Repository:

epel

From Repository:

Licence:

ASL 2.0



Handy Yum Commands for classads


Control the classads package with the following handy commands outlined below.


Command

Description of Command

yum install classads

This command will install classads on the server.

yum remove classads

This command will un-install classads on the server. When you run this command, you will be asked if you are sure that you want to remove classads, so you have to manually confirm that you want to do this.

yum -y remove classads

This command will un-install classads on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove classads when using the -y flag.

yum update classads

This command will update classads to the latest version. When you run this command, you will be asked if you are sure that you want to remove classads, so you have to manually confirm that you want to do this.

yum -y update classads

This command will update classads to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove classads when using the -y flag.

yum info classads

This command will show you core information about the classads package.

yum deplist classads

This command will show you the dependencies for classads. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update classads

This command will check if there is an update waiting on classads. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.