[jira] [Created] (FLINK-11305) Allow developer to test flink without building the whole flink project

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-11305) Allow developer to test flink without building the whole flink project

Shang Yuanchun (Jira)
Jeff Zhang created FLINK-11305:
----------------------------------

             Summary: Allow developer to test flink without building the whole flink project
                 Key: FLINK-11305
                 URL: https://issues.apache.org/jira/browse/FLINK-11305
             Project: Flink
          Issue Type: Improvement
    Affects Versions: 1.7.1
            Reporter: Jeff Zhang


As a flink developer, each time I make some changes in flink, I would like to test it in end-to-end scenario instead of just doing it in unit test. Usually I use scala-shell to do that. But in order to use the latest code in scala-shell, I have to build the whole flink project, because scala-shell depends on the flink-dist jar. And building the whole flink project takes very long time. This is what I did now
{code:java}
mvn clean package -DskipTests -pl flink-dist am{code}
 

And here's what I wish if I make soem changes in flink-scala-shell, I'd like to test it in scala-shell.
{code:java}
mvn clean package -DskipTests -pl flink-dist,flink-scala-shell{code}
 



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