[
https://issues.apache.org/jira/browse/FLINK-6989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16066364#comment-16066364
]
ASF GitHub Bot commented on FLINK-6989:
---------------------------------------
Github user vasia commented on a diff in the pull request:
https://github.com/apache/flink/pull/4179#discussion_r124514726
--- Diff:
flink-libraries/flink-gelly-examples/src/main/java/org/apache/flink/graph/drivers/parameter/Parameter.java
---
@@ -40,6 +40,15 @@
String getUsage();
/**
+ * A hidden parameter is parsed from the command-line configuration but
is
+ * not printed in the usage string. This can be used for power-user
options
+ * not displayed to the general user.
--- End diff --
This sounds interesting. Can you give an example when this might be useful?
> Refactor examples with Output interface
> ---------------------------------------
>
> Key: FLINK-6989
> URL: https://issues.apache.org/jira/browse/FLINK-6989
> Project: Flink
> Issue Type: Sub-task
> Components: Gelly
> Affects Versions: 1.4.0
> Reporter: Greg Hogan
> Assignee: Greg Hogan
> Fix For: 1.4.0
>
>
> The current organization of the Gelly examples retains full flexibility by
> handling the Graph input to the algorithm Driver and having the Driver
> overload interfaces for the various output types. The outputs must be made
> independent in order to support Transforms which are applied between the
> Driver and Output (and also between the Input and Driver).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)