cuspymd commented on a change in pull request #4099:
URL: https://github.com/apache/zeppelin/pull/4099#discussion_r618062546
##########
File path: docs/interpreter/flink.md
##########
@@ -155,6 +155,16 @@ You can also add and set other flink properties which are
not listed in the tabl
<td></td>
<td>Packages (comma separated) that would be searched for the udf defined
in `flink.udf.jars`.</td>
</tr>
+ <tr>
+ <td>flink.udf.packages</td>
+ <td></td>
+ <td>Flink udf packages (comma separated), zeppelin will register udf in
this jar automatically for user. These udf packages could be found in the maven
central or private repository. The udf name is the class name. e.g.
org.apache.flink:flink-udfs-demo0:1.10.0,org.apache.flink:flink-udfs-demo1:1.10.0</td>
+ </tr>
+ <tr>
+ <td>flink.udf.packages.packages</td>
Review comment:
Maybe I feel difficult because I don't have domain knowledge. For those
familiar with flink, if these property names are familiar, it doesn't matter.
@zjffdu What do you think?
--
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:
[email protected]