Files
doris/samples/doris-demo/remote-udf-java-demo
Zhengguo Yang 09bfb8b9d3 [fix] (rpc-udf) Fixed the problem that the query could not be interrupted (#8248)
if an error occurred in the rpc server during the execution of rpc-udf.
Add java,cpp,python demo of rpc-udf server
2022-03-03 09:30:03 +08:00
..

Remote UDF Function Service In Java Demo

Compile

mvn package

Run

java -jar target/remote-udf-java-demo-jar-with-dependencies.jar 9000 9000 is the port that the server will listen on