Skip to content

Commit

Permalink
[Docs] update sql udf document (#6518)
Browse files Browse the repository at this point in the history
  • Loading branch information
liunaijie authored Mar 15, 2024
1 parent d6dcb03 commit c0487a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/en/transform-v2/sql-udf.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ public class ExampleUDF implements ZetaUDF {
}
```

Package the UDF project and copy the jar to the path: ${SEATUNNEL_HOME}/lib
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.
If you use cluster mode, you need put the lib to all your node's ${SEATUNNEL_HOME}/lib folder and re-start the cluster.

## Example

Expand Down

0 comments on commit c0487a9

Please sign in to comment.