[
https://issues.apache.org/jira/browse/FLINK-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14089322#comment-14089322
]
Chesnay Schepler commented on FLINK-1017:
-----------------------------------------
regarding md:
considering the scope of your task, i would use github's online editing tool.
I'm not sure which markdown version we are using, so i suggest reusing already
existing code ;)
regarding git:
it should not be necessary to create a new folder. the whole process of getting
the code and creating a new branch should be:
{code}
git clone https://github.com/apache/incubator-flink
cd incubator-flink
git checkout -b newBranch
{code}
i currently assume you missed the cd. the error message you received means that
your current working directory doesn't contain any git data.
> 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.6-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.2#6252)