You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/12/11 00:46:00 UTC

[jira] [Commented] (FLINK-11123) Improve ml quick start doc

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

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

sunjincheng121 opened a new pull request #7269: [FLINK-11123][docs] fix the import of the class is missing in ml quic…
URL: https://github.com/apache/flink/pull/7269
 
 
   ## What is the purpose of the change
   
   *This PR fix the import of the class is missing in ml quick start document.*
   
   
   ## Brief change log
     - *Add `import org.apache.flink.ml.math.Vector` in ml quick start doc.*
   
   ## Verifying this change
   This change is a documentation improvement without any test coverage.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): ( no)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: ( no)
     - The serializers: (no )
     - The runtime per-record code paths (performance sensitive): (no)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (no )
     - The S3 file system connector: (no)
   
   ## Documentation
     - Does this pull request introduce a new feature? (no)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Improve ml quick start doc
> --------------------------
>
>                 Key: FLINK-11123
>                 URL: https://issues.apache.org/jira/browse/FLINK-11123
>             Project: Flink
>          Issue Type: Improvement
>          Components: Documentation, Machine Learning Library
>    Affects Versions: 1.7.0
>            Reporter: sunjincheng
>            Assignee: sunjincheng
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.7.0, 1.7.1
>
>
> The user cannot run the sample through the ml quick launch document because the import description of the class is missing.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)