Github user aljoscha commented on a diff in the pull request:
https://github.com/apache/incubator-flink/pull/248#discussion_r21152078
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/taskmanager/TaskManager.java
---
@@ -1057,12 +1057,17 @@ public static void main(String[] args) throws
IOException {
Option tempDir = OptionBuilder.withArgName("temporary directory
(overwrites configured option)")
.hasArg().withDescription(
"Specify temporary
directory.").create(ARG_CONF_DIR);
+ Option defaultJobManagerAddressOpt =
OptionBuilder.withArgName("default jobmanager rpc address")
+ .hasArg().withDescription(
+ "Speicify the default jobmanager rpc
address.").create("defaultJobManagerAdd");
--- End diff --
Typo inf "Speicify"
---
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.
---