TyrantLucifer commented on PR #7762:
URL: https://github.com/apache/seatunnel/pull/7762#issuecomment-2404896555

   > 1. 我手动检查路径,发现根路径没有runtime.tar.gz;
   > 2. 我手动打包,就可以提交了; tar -zcvf runtime.tar.gz connectors lib plugins
   > 3. 提交上去,开始报这个错误,跟之前没打这个patch前报错一样
   > 
   > 2024-10-10 10:27:26,914 ERROR org.apache.seatunnel.core.starter.SeaTunnel 
[] - Fatal Error,
   > 
   > 2024-10-10 10:27:26,914 ERROR org.apache.seatunnel.core.starter.SeaTunnel 
[] - Please submit bug report in https://github.com/apache/seatunnel/issues
   > 
   > 2024-10-10 10:27:26,914 ERROR org.apache.seatunnel.core.starter.SeaTunnel 
[] - Reason:ErrorCode:[COMMON-22], ErrorDescription:[SeaTunnel read file 
'config/mysql/mysql2hive2_partitioned.conf' failed, because it not existed.]
   > 
   > 2024-10-10 10:27:26,914 ERROR org.apache.seatunnel.core.starter.SeaTunnel 
[] - Exception 
StackTrace:org.apache.seatunnel.common.exception.SeaTunnelRuntimeException: 
ErrorCode:[COMMON-22], ErrorDescription:[SeaTunnel read file 
'config/mysql/mysql2hive2_partitioned.conf' failed, because it not existed.] at 
org.apache.seatunnel.common.exception.CommonError.fileNotExistFailed(CommonError.java:86)
 at 
org.apache.seatunnel.core.starter.utils.FileUtils.checkConfigExist(FileUtils.java:66)
 at 
org.apache.seatunnel.core.starter.flink.command.FlinkTaskExecuteCommand.execute(FlinkTaskExecuteCommand.java:50)
 at org.apache.seatunnel.core.starter.SeaTunnel.run(SeaTunnel.java:40) at 
org.apache.seatunnel.core.starter.flink.SeaTunnelFlink.main(SeaTunnelFlink.java:34)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at
  java.lang.reflect.Method.invoke(Method.java:498) at 
org.apache.flink.client.program.PackagedProgram.callMainMethod(PackagedProgram.java:355)
 at 
org.apache.flink.client.program.PackagedProgram.invokeInteractiveModeForExecution(PackagedProgram.java:222)
 at org.apache.flink.client.ClientUtils.executeProgram(ClientUtils.java:105) at 
org.apache.flink.client.deployment.application.ApplicationDispatcherBootstrap.runApplicationEntryPoint(ApplicationDispatcherBootstrap.java:301)
 at 
org.apache.flink.client.deployment.application.ApplicationDispatcherBootstrap.lambda$runApplicationAsync$2(ApplicationDispatcherBootstrap.java:254)
 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) at 
org.apache.flink.runtime.concurrent.pekko.ActorSystemScheduledExecutorAdapter$ScheduledFutureTask.run(ActorSystemScheduledExecutorAdapter.java:172)
 at 
org.apache.flink.runtime.concurrent.ClassLoadingUtils.runWithContextClassLoader(C
 lassLoadingUtils.java:68) at 
org.apache.flink.runtime.concurrent.ClassLoadingUtils.lambda$withContextClassLoader$0(ClassLoadingUtils.java:41)
 at org.apache.pekko.dispatch.TaskInvocation.run(AbstractDispatcher.scala:59) 
at 
org.apache.pekko.dispatch.ForkJoinExecutorConfigurator$PekkoForkJoinTask.exec(ForkJoinExecutorConfigurator.scala:57)
 at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at 
java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at 
java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at 
java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)
   > 
   > 2024-10-10 10:27:26,914 ERROR org.apache.seatunnel.core.starter.SeaTunnel 
[] -
   > 
   > 4. 我再次打包 tar -zcvf runtime.tar.gz connectors lib plugins config ,加入了 
config,发现还是一样找不到 'config/mysql/mysql2hive2_partitioned.conf',奇怪了。
   
   Did you use my branch again to generate full volume packages?
   
   


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