qinlz-1 opened a new issue, #5466:
URL: https://github.com/apache/seatunnel/issues/5466

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22)
 and found no similar issues.
   
   
   ### What happened
   
   提交到flink yarn失败
   
   
   ### SeaTunnel Version
   
   2.3.3
   
   ### SeaTunnel Config
   
   ```conf
   env {
     execution.parallelism = 1
     job.mode = "BATCH"
   }
   
   source {
     FakeSource {
       result_table_name = "fake"
       row.num = 16
       schema = {
         fields {
           name = "string"
           age = "int"
         }
       }
     }
   }
   
   transform {
     FieldMapper {
       source_table_name = "fake"
       result_table_name = "fake1"
       field_mapper = {
         age = age
         name = new_name
       }
     }
   }
   
   sink {
     Console {
       source_table_name = "fake1"
     }
   }
   ```
   
   
   ### Running Command
   
   ```shell
   ./bin/start-seatunnel-flink-15-connector-v2.sh --config 
/data/apache-seatunnel-2.3.3/config/v2.streaming.conf.template -e 
run-application --master yarn-application
   ```
   
   
   ### Error Exception
   
   ```log
   2023-09-12 14:48:33,068 INFO  
org.apache.flink.yarn.YarnResourceManagerDriver              [] - Recovered 0 
containers from previous attempts ([]).
   2023-09-12 14:48:33,069 INFO  
org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager [] - 
Recovered 0 workers from previous attempt.
   2023-09-12 14:48:33,076 INFO  
org.apache.seatunnel.plugin.discovery.AbstractPluginDiscovery [] - Load 
SeaTunnelSource Plugin from 
/data1/yarn/nm/usercache/hdfs/appcache/application_1694423394568_0024/connectors/seatunnel
   2023-09-12 14:48:33,084 ERROR org.apache.seatunnel.core.starter.SeaTunnel    
              [] - 
   
   
===============================================================================
   
   
   2023-09-12 14:48:33,084 ERROR org.apache.seatunnel.core.starter.SeaTunnel    
              [] - Fatal Error, 
   
   2023-09-12 14:48:33,084 ERROR org.apache.seatunnel.core.starter.SeaTunnel    
              [] - Please submit bug report in 
https://github.com/apache/seatunnel/issues
   
   2023-09-12 14:48:33,084 ERROR org.apache.seatunnel.core.starter.SeaTunnel    
              [] - Reason:Plugin PluginIdentifier{engineType='seatunnel', 
pluginType='source', pluginName='FakeSource'} not found. 
   
   以上日志flink 
yarn运行时需要从nodemanager数据目录下的connectors/seatunnel目录中查找相关插件,但是在提交时seatunnel并没有将connectors/seatunnel提交教导yarn上,导致seatunnel找不到
   ```
   
   
   ### Zeta or Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   _No response_
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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