[ 
https://issues.apache.org/jira/browse/FLINK-7199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16099914#comment-16099914
 ] 

ASF GitHub Bot commented on FLINK-7199:
---------------------------------------

Github user greghogan commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4346#discussion_r129282059
  
    --- Diff: 
flink-libraries/flink-gelly-examples/src/main/java/org/apache/flink/graph/drivers/input/InputBase.java
 ---
    @@ -32,6 +35,9 @@
     extends ParameterizedBase
     implements Input<K, VV, EV> {
     
    +   protected LongParameter parallelism = new LongParameter(this, 
"__parallelism")
    +           .setDefaultValue(PARALLELISM_DEFAULT);
    --- End diff --
    
    We didn't write an `IntParameter`. These are only used on the client when 
parsing command-line parameters.


> Graph simplification does not set parallelism
> ---------------------------------------------
>
>                 Key: FLINK-7199
>                 URL: https://issues.apache.org/jira/browse/FLINK-7199
>             Project: Flink
>          Issue Type: Bug
>          Components: Gelly
>    Affects Versions: 1.3.1, 1.4.0
>            Reporter: Greg Hogan
>            Assignee: Greg Hogan
>            Priority: Minor
>
> The {{Simplify}} parameter should accept and set the parallelism when calling 
> the {{Simplify}} algorithms.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to