GitHub user mliesenberg opened a pull request:
https://github.com/apache/flink/pull/1097
[FLINK-2017] Add predefined required parameters to ParameterTool
- adds Option class to represent required parameter
- adds RequiredParameter class to interact with ParameterTool to check
and/or validate parameters
- adds corresponding unit tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mliesenberg/flink feature/FLINK-2017
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1097.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1097
----
commit 81c2ad7f792acb7ed4e01057fc5e807f752f902e
Author: Martin Liesenberg <[email protected]>
Date: 2015-09-06T20:18:13Z
[FLINK-2017] Add predefined required parameters to ParameterTool
- adds Option class to represent required parameter
- adds RequiredParameter class to interact with ParameterTool to check
and/or validate parameters
- adds corresponding unit tests
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---