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

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

Github user zhangminglei commented on the issue:

    https://github.com/apache/flink/pull/5823
  
    Since Saturday and Sunday, sorry for later.
    
    Thanks @zentol . I need confirm some points here with you before I getting 
start again with this issue.
    
    1. I have to create an actual quickstart project. Hmm, Is this a project or 
a maven module ? And where do I created for that ? If it is a project(sounds 
weird because all in flink belongs to maven module), I think I should use 
command in bash to create this project. And the bash command is ```curl 
https://flink.apache.org/q/quickstart.sh | bash```. As the position for this 
project, Is it suitable put it to ```flink-end-to-end-tests``` folder ?
    
    2. Verification issue. verify that no core dependencies are contained in 
the jar file. I do not understand very well here. Is that mean we should check 
the jar file that no flink-core dependencies in the jar file since there is 
already have that in flink cluster set up.  If we still have flink-core 
dependency in the jar file, that would cause the jar file very big size.  I 
understand correct ? So, we need have a check here.
    
    3. The job could fail outright, yet the test will still succeed. I also do 
not understand very well. This means I need make the job 
```StreamExecutionEnvironment#enableCheckpointing``` in code ?
    
    If I am wrong, please helps me out here. Thank you in advance. @zentol 
    
      


> End-to-end test: Quickstarts
> ----------------------------
>
>                 Key: FLINK-9008
>                 URL: https://issues.apache.org/jira/browse/FLINK-9008
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Quickstarts, Tests
>    Affects Versions: 1.5.0
>            Reporter: Till Rohrmann
>            Assignee: mingleizhang
>            Priority: Critical
>             Fix For: 1.5.0
>
>
> We could add an end-to-end test which verifies Flink's quickstarts. It should 
> do the following:
> # create a new Flink project using the quickstarts archetype 
> # add a new Flink dependency to the {{pom.xml}} (e.g. Flink connector or 
> library) 
> # run {{mvn clean package -Pbuild-jar}}
> # verify that no core dependencies are contained in the jar file
> # Run the program



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

Reply via email to