zjffdu commented on pull request #4016:
URL: https://github.com/apache/zeppelin/pull/4016#issuecomment-766369130


   > I have added the test code. But I'm in trouble with running it.
   > When I run maven test, it will download some metadatas from apache 
repository in 0.9.1-SNAPSHOT directory, but I checked the url, It didn't 
contain this directory.
   > Could you provide any document about how to run the test?
   
   Try to install it locally first via the following command:
   ```
   mvn clean install -pl zeppelin-server -am
   ```
   
   Then run the following command to run flink test, enable different flink 
profile for each flink version (e.g. -Pflink-1.10, -Pflink-1.11, -Pflink-1.12):
   ```
   mvn package -pl flink/interpreter -am  
   ```
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to