Skip to content

Commit c0487a9

Browse files
authored
[Docs] update sql udf document (#6518)
1 parent d6dcb03 commit c0487a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: docs/en/transform-v2/sql-udf.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ public class ExampleUDF implements ZetaUDF {
9191
}
9292
```
9393

94-
Package the UDF project and copy the jar to the path: ${SEATUNNEL_HOME}/lib
94+
Package the UDF project and copy the jar to the path: ${SEATUNNEL_HOME}/lib. And if your UDF use third party library, you also need put it to ${SEATUNNEL_HOME}/lib.
95+
If you use cluster mode, you need put the lib to all your node's ${SEATUNNEL_HOME}/lib folder and re-start the cluster.
9596

9697
## Example
9798

0 commit comments

Comments
 (0)