[
https://issues.apache.org/jira/browse/FLINK-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14118234#comment-14118234
]
Hung Chang commented on FLINK-1017:
-----------------------------------
Thanks for giving feedback.
Regarding the highlighting, I see my inconsistent format.
Regarding the link problem, I find that during preview the link of "program
skeleton" also doesn't work while "transformations" works, due to the anchor is
"#skeleton" but the section name is "program skeleton".
I changed the name "parallel execution" to "parallelism" and it works.
https://github.com/HungUnicorn/incubator-flink/blob/HungParallel/docs/java_api_guide.md#transformations
The wordCount's anchor is #example, so during preview it's still cannot work.
https://github.com/HungUnicorn/incubator-flink/blob/HungParallel/docs/java_api_guide.md#parallelism
Now the system level links to
http://flink.incubator.apache.org/docs/0.6-incubating/config.html#common-options
Is it common to use this kind of absolute path? because the version changes, it
becomes a false link.
Another question, to see flink-conf.yaml needs some extra work for setting up
flink?
My flink file is from
https://github.com/HungUnicorn/incubator-flink/tree/HungParallel
it's just the same as https://github.com/HungUnicorn/incubator-flink/tree/master
however I didn't find .yaml file. Did I miss some part?
> Add setParallelism() to Java API documentation
> ----------------------------------------------
>
> Key: FLINK-1017
> URL: https://issues.apache.org/jira/browse/FLINK-1017
> Project: Flink
> Issue Type: Task
> Components: Documentation
> Affects Versions: 0.6-incubating, pre-apache-0.5
> Reporter: Fabian Hueske
> Assignee: Hung Chang
> Priority: Minor
> Labels: starter
> Fix For: 0.7-incubating
>
>
> The Java API offers {{setParallelism()}} to control the degree of parallelism
> for each operator. This feature is not documented and should be added.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)