zjffdu commented on a change in pull request #3640: [ZEPPELIN-4602] Added initial version of InfluxDB interpreter URL: https://github.com/apache/zeppelin/pull/3640#discussion_r378631166
########## File path: influxdb/README.md ########## @@ -0,0 +1,18 @@ +InfluxDB 2.0 interpreter for Apache Zeppelin +============================================ + +## Description: + +Provide InfluxDB Interpreter for Zeppelin. + +## Build + +``` +mvn -pl zeppelin-interpreter,zeppelin-display,influxdb -DskipTests package Review comment: You can use `mvn -pl influxdb -am -DskipTests package`, influxdb depends on zeppelin-interpreter-shaded, so use `-am` would be easier. BTW, does influxdb interpreter depends on zeppelin-display ? ---------------------------------------------------------------- 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 With regards, Apache Git Services