2gamayibuxulong commented on issue #4959: URL: https://github.com/apache/seatunnel/issues/4959#issuecomment-1610627202
need help 1. I download from https://dlcdn.apache.org/seatunnel/2.3.2/apache-seatunnel-2.3.2-bin.tar.gz 2. tar -zxvf apache-seatunnel-2.3.2-bin.tar.gz 3. cd apache-seatunnel-2.3.2 4. ./bin/install-plugin.sh 5. touch 1.conf the content is https://github.com/apache/seatunnel/issues/4959#issuecomment-1605994643 6. ./bin/seatunnel.sh --config 1.conf --deploy-mode local ' 7. then some class not found,I found in maven lib and put them into lib 8. same error happend:Caused by: java.sql.SQLException: No suitable driver `my fileTree` npl@DESKTOP-NRQ9KLB:~/apache-seatunnel-2.3.2$ tree . ├── 1.conf ├── DISCLAIMER ├── LICENSE ├── NOTICE ├── README.md ├── 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.properties │ ├── log4j2_client.properties │ ├── plugin_config │ ├── seatunnel-env.sh │ ├── seatunnel.yaml │ ├── v2.batch.config.template │ └── v2.streaming.conf.template ├── connectors │ ├── plugin-mapping.properties │ └── seatunnel │ ├── connector-amazondynamodb-2.3.2.jar │ ├── connector-assert-2.3.2.jar │ ├── connector-cassandra-2.3.2.jar │ ├── connector-cdc-mysql-2.3.2.jar │ ├── connector-cdc-sqlserver-2.3.2.jar │ ├── connector-clickhouse-2.3.2.jar │ ├── connector-console-2.3.2.jar │ ├── connector-datahub-2.3.2.jar │ ├── connector-dingtalk-2.3.2.jar │ ├── connector-doris-2.3.2.jar │ ├── connector-elasticsearch-2.3.2.jar │ ├── connector-email-2.3.2.jar │ ├── connector-fake-2.3.2.jar │ ├── connector-file-ftp-2.3.2.jar │ ├── connector-file-hadoop-2.3.2.jar │ ├── connector-file-local-2.3.2.jar │ ├── connector-file-oss-2.3.2.jar │ ├── connector-file-s3-2.3.2.jar │ ├── connector-file-sftp-2.3.2.jar │ ├── connector-google-firestore-2.3.2.jar │ ├── connector-google-sheets-2.3.2.jar │ ├── connector-hbase-2.3.2.jar │ ├── connector-hive-2.3.2.jar │ ├── connector-http-base-2.3.2.jar │ ├── connector-http-feishu-2.3.2.jar │ ├── connector-http-github-2.3.2.jar │ ├── connector-http-gitlab-2.3.2.jar │ ├── connector-http-jira-2.3.2.jar │ ├── connector-http-klaviyo-2.3.2.jar │ ├── connector-http-lemlist-2.3.2.jar │ ├── connector-http-myhours-2.3.2.jar │ ├── connector-http-notion-2.3.2.jar │ ├── connector-http-onesignal-2.3.2.jar │ ├── connector-http-wechat-2.3.2.jar │ ├── connector-hudi-2.3.2.jar │ ├── connector-iceberg-2.3.2.jar │ ├── connector-influxdb-2.3.2.jar │ ├── connector-iotdb-2.3.2.jar │ ├── connector-jdbc-2.3.2.jar │ ├── connector-kafka-2.3.2.jar │ ├── connector-kudu-2.3.2.jar │ ├── connector-maxcompute-2.3.2.jar │ ├── connector-mongodb-2.3.2.jar │ ├── connector-neo4j-2.3.2.jar │ ├── connector-openmldb-2.3.2.jar │ ├── connector-pulsar-2.3.2.jar │ ├── connector-rabbitmq-2.3.2.jar │ ├── connector-redis-2.3.2.jar │ ├── connector-s3-redshift-2.3.2.jar │ ├── connector-selectdb-cloud-2.3.2.jar │ ├── connector-sentry-2.3.2.jar │ ├── connector-slack-2.3.2.jar │ ├── connector-socket-2.3.2.jar │ ├── connector-starrocks-2.3.2.jar │ └── connector-tablestore-2.3.2.jar ├── lib │ ├── commons-collections-3.2.2.jar │ ├── commons-configuration2-2.1.1.jar │ ├── hadoop-auth-3.1.4.jar │ ├── hadoop-client-3.3.1.jar │ ├── hadoop-client-runtime-3.3.2.jar │ ├── hadoop-common-3.3.4.jar │ ├── jersey-client-1.19.4.jar │ ├── mysql-connector-j-8.0.33.jar │ ├── seatunnel-hadoop3-3.1.4-uber-2.3.2.jar │ ├── seatunnel-transforms-v2.jar │ ├── stax2-api-3.1.4.jar │ └── woodstox-core-5.0.3.jar ├── 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 ├── plugins │ └── 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 └── xx.conf `sys-info` npl@DESKTOP-NRQ9KLB:~/apache-seatunnel-2.3.2$ uname -r 4.4.0-19041-Microsoft I also try to build form source code,But also the same error,but sometimes in MacOs dolphinscheduler platform to schedul seatunnel job works fine. I don't know how to next -- 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]
