You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by GitBox <gi...@apache.org> on 2022/11/30 07:12:47 UTC

[GitHub] [incubator-streampark] avatarTaier opened a new issue, #2109: [Bug] Task switching Yarn operation mode error

avatarTaier opened a new issue, #2109:
URL: https://github.com/apache/incubator-streampark/issues/2109

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
   
   
   ### What happened
   
   The task is in the yarn application mode, which is modified to the yarn session mode. If you click Luanch to run, an error will be reported:
   
   ### StreamPark Version
   
   2.0.0
   
   ### Java Version
   
   1.8
   
   ### Flink Version
   
   1.14.6
   
   ### Scala Version of Flink
   
   2.12
   
   ### Error Exception
   
   ```log
   Detail exception: java.lang.NullPointerException at org.apache.streampark.console.core.service.impl.ApplicationServiceImpl.checkEnv(ApplicationServiceImpl.java:444) at org.apache.streampark.console.core.service.impl.ApplicationServiceImpl$$FastClassBySpringCGLIB$$56060f90.invoke(<generated>) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interc
 eptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at org.apache.streampark.console.core.service.impl.ApplicationServiceImpl$$EnhancerBySpringCGLIB$$fef3796e.checkEnv(<generated>) at org.apache.streampark.console.core.service.impl.AppBuildPipeServiceImpl$1.onStart(AppBuildPipeServiceImpl.java:174) at org.apache.streampark.flink
 .packer.pipeline.BuildPipeline.$anonfun$launch$1(BuildPipeline.scala:158) at scala.util.Try$.apply(Try.scala:213) at org.apache.streampark.flink.packer.pipeline.BuildPipeline.launch(BuildPipeline.scala:157) at org.apache.streampark.flink.packer.pipeline.BuildPipeline.launch$(BuildPipeline.scala:155) at org.apache.streampark.flink.packer.pipeline.impl.FlinkRemoteBuildPipeline.launch(FlinkRemoteBuildPipeline.scala:28) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750)
   ```
   
   
   ### 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: issues-unsubscribe@streampark.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-streampark] wolfboys closed issue #2109: [Bug] Task switching Yarn operation mode error

Posted by GitBox <gi...@apache.org>.
wolfboys closed issue #2109: [Bug] Task switching Yarn operation mode error
URL: https://github.com/apache/incubator-streampark/issues/2109


-- 
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: issues-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org