if (port < 0) {
throw new CompilerException("Cannot find port to job manager's RPC service in the global configuration.");
}
final InetSocketAddress jobManagerAddress = new InetSocketAddress(address, port);
this.compiler = new PactCompiler(new DataStatistics(), new DefaultCostEstimator(), jobManagerAddress);
// Disable Local Execution when using a Client
ContextEnvironment.disableLocalExecution();
}