hustxjs commented on issue #5059:
URL: https://github.com/apache/seatunnel/issues/5059#issuecomment-1659711166

   > > > this error is can't find your udf. pls check: is your udf lib is real 
pack and put to the ${SEATUNNEL_HOME}/lib.
   > > > and yesterday i test your code with version 2.3.2. it can run 
successful.
   > > 
   > > 
   > > weather need setup env vari in /etc/profile ?
   > 
   > no, i download the seatunnel lib from [download 
page](https://seatunnel.apache.org/download), unpack and copy the udf lib to 
unpacked dir's lib folder
   
   here is my seatunnel folder tree:
   ```
   seatunnel-2.3.2/
   ├── bin
   │   ├── install-plugin.sh
   │   ├── seatunnel-cluster.sh
   │   ├── seatunnel.sh
   │   ├── start-seatunnel-flink-13-connector-v2.sh
   │   ├── start-seatunnel-flink-15-connector-v2.sh
   │   ├── start-seatunnel-spark-2-connector-v2.sh
   │   ├── start-seatunnel-spark-3-connector-v2.sh
   │   └── stop-seatunnel-cluster.sh
   ├── config
   │   ├── hazelcast-client.yaml
   │   ├── hazelcast.yaml
   │   ├── jvm_client_options
   │   ├── jvm_options
   │   ├── log4j2_client.properties
   │   ├── log4j2.properties
   │   ├── plugin_config
   │   ├── seatunnel-env.sh
   │   ├── seatunnel.yaml
   │   ├── v2.batch.config.template
   │   └── v2.streaming.conf.template
   ├── connectors
   │   ├── plugin-mapping.properties
   │   └── seatunnel
   │       ├── connector-cdc-mysql-2.3.2.jar
   │       ├── connector-clickhouse-2.3.2.jar
   │       ├── connector-console-2.3.2.jar
   │       ├── connector-doris-2.3.2.jar
   │       ├── connector-fake-2.3.2.jar
   │       └── connector-jdbc-2.3.2.jar
   ├── DISCLAIMER
   ├── job
   │   └── ck1.conf
   ├── lib
   │   ├── seatunnel-transforms-v2.jar
   │   └── seatunnel-udf-0.0.1-SNAPSHOT.jar  <===== my udf jar
   ├── LICENSE
   ├── licenses
   │   ├── LICENSE-asm.txt
   │   ├── LICENSE-avro.txt
   │   ├── LICENSE-connons-math.txt
   │   ├── LICENSE-javax-annootation-api.txt
   │   ├── LICENSE-orc.txt
   │   ├── LICENSE-parquet-format.txt
   │   ├── LICENSE-parquet-mr.txt
   │   ├── LICENSE-protobuf.txt
   │   ├── LICENSE-scala.txt
   │   ├── LICENSE-sjf4j.txt
   │   ├── LICENSE-xz.txt
   │   └── LICENSE-yetus.txt
   ├── mvnw
   ├── mvnw.cmd
   ├── NOTICE
   ├── plugins
   │   └── README.md
   ├── README.md
   └── starter
       ├── logging
       │   ├── jcl-over-slf4j-1.7.25.jar
       │   ├── log4j-api-2.17.1.jar
       │   ├── log4j-core-2.17.1.jar
       │   ├── log4j-slf4j-impl-2.17.1.jar
       │   └── slf4j-api-1.7.25.jar
       ├── seatunnel-flink-13-starter.jar
       ├── seatunnel-flink-15-starter.jar
       ├── seatunnel-spark-2-starter.jar
       ├── seatunnel-spark-3-starter.jar
       └── seatunnel-starter.jar
   ```
   always say  "Provider com.dscomm.web.qdmxUDF not found", can u provide your 
seatunnel folder to me ?


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to