LOG.info(app2.toString());
LOG.info("Initializing CommandServiceClient");
final CommandServiceClient commandClient = CommandServiceClient.getInstance();
LOG.info("Creating command pig13_mr2");
final Command command1 = commandClient.createCommand(createSampleCommand(ID));
commandClient.setApplicationForCommand(command1.getId(), app1);
LOG.info("Created command:");
LOG.info(command1.toString());
LOG.info("Getting Commands using specified filter criteria name = " + CMD_NAME);