// For example, this prevents initailizing multiple times when
// executing multiple runs in a grunt shell session.
Properties props = ps.getPigContext().getProperties();
if (clients.isEmpty() && props.containsKey(LIPSTICK_URL_PROP)) {
// Initialize the client
clients.add(new BasicP2LClient(props.getProperty(LIPSTICK_URL_PROP)));
}
}