Hi!

Are you on the SNAPSHOT master version?

You can pass the configuration to the constructor of the execution
environment, or create one via
ExecutionEnvironment.createLocalEnvironment(config) or via
createRemoteEnvironment(host, port, configuration, jarFiles);

The change of the signature was part of an API cleanup for the next
release. Sorry for the inconvenience...

Stephan


On Tue, Oct 6, 2015 at 10:36 AM, Flavio Pompermaier <pomperma...@okkam.it>
wrote:

> Hi to all,
>
> today my code doesn't compile anymore because ExecutionEnvironment doesn't
> have setConfiguration() anymore..how can I set the following parameters in
> my unit tests?
>
> - ConfigConstants.TASK_MANAGER_TMP_DIR_KEY
> - ConfigConstants.BLOB_STORAGE_DIRECTORY_KEY
> - ConfigConstants.TASK_MANAGER_NETWORK_NUM_BUFFERS_KEY
>
> Best,
> Flavio
>

Reply via email to