Uploaded image for project: 'Talend Data Prep'
  1. Talend Data Prep
  2. TDP-3241

Submit if the export on BigData failed using delete row action

Apply templateInsert Lucidchart Diagram
    XMLWordPrintable

Details

    • Bug
    • Status: Rejected
    • Minor
    • Resolution: Cannot Reproduce
    • None
    • None
    • Actions
    • All
    • Small
    • 1.3

    Description

      When you try to export a datasets using the full run on BigData the export failed, the message isn't really explicit and there is no warning.

      Here the stack trace of the server :

      RROR o.t.d.a.SimpleManagedTaskExecutor Execution 855f2aa9-0943-4bfc-8fb1-7d8d7678d32e-796302c0-1073-4b8a-8849-6e895a9ebf6b finished with error.
      org.talend.dataprep.exception.TDPException: UNABLE_TO_TRANSFORM_DATASET
      at org.talend.dataprep.transformation.service.fullrun.StreamsFullRunExportStrategy.execute(StreamsFullRunExportStrategy.java:152) ~[dataprep-ee-transformation-2.0.0-SNAPSHOT-lib.jar:?]
      at org.talend.dataprep.transformation.service.FullRunService.schedule(FullRunService.java:238) ~[dataprep-ee-transformation-2.0.0-SNAPSHOT-lib.jar:?]
      at org.talend.dataprep.transformation.service.FullRunService$$FastClassBySpringCGLIB$$ec0d1288.invoke(<generated>) ~[dataprep-ee-transformation-2.0.0-SNAPSHOT-lib.jar:?]
      at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) ~[spring-core-4.3.4.RELEASE.jar:4.3.4.RELEASE]
      at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:720) ~[spring-aop-4.3.4.RELEASE.jar:4.3.4.RELEASE]
      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) ~[spring-aop-4.3.4.RELEASE.jar:4.3.4.RELEASE]
      at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:85) ~[spring-aop-4.3.4.RELEASE.jar:4.3.4.RELEASE]
      at org.talend.dataprep.exception.Aspects.exception(Aspects.java:42) ~[dataprep-backend-service-2.0.0-SNAPSHOT.jar:?]
      at sun.reflect.GeneratedMethodAccessor163.invoke(Unknown Source) ~[?:?]
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
      at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
      at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:629) ~[spring-aop-4.3.4.RELEASE.jar:4.3.4.RELEASE]
      at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:618) ~[spring-aop-4.3.4.RELEASE.jar:4.3.4.RELEASE]
      at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) ~[spring-aop-4.3.4.RELEASE.jar:4.3.4.RELEASE]
      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:168) ~[spring-aop-4.3.4.RELEASE.jar:4.3.4.RELEASE]
      at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:85) ~[spring-aop-4.3.4.RELEASE.jar:4.3.4.RELEASE]
      at org.talend.dataprep.exception.Aspects.exception(Aspects.java:42) ~[dataprep-backend-service-2.0.0-SNAPSHOT.jar:?]
      at sun.reflect.GeneratedMethodAccessor163.invoke(Unknown Source) ~[?:?]
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
      at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
      at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:629) ~[spring-aop-4.3.4.RELEASE.jar:4.3.4.RELEASE]
      at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:618) ~[spring-aop-4.3.4.RELEASE.jar:4.3.4.RELEASE]
      at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) ~[spring-aop-4.3.4.RELEASE.jar:4.3.4.RELEASE]
      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:168) ~[spring-aop-4.3.4.RELEASE.jar:4.3.4.RELEASE]
      at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:85) ~[spring-aop-4.3.4.RELEASE.jar:4.3.4.RELEASE]
      at org.talend.dataprep.async.AsyncAspect.lambda$toCallable$7(AsyncAspect.java:93) ~[dataprep-ee-async-runtime-2.0.0-SNAPSHOT-lib.jar:?]
      at org.talend.dataprep.async.SimpleManagedTaskExecutor.lambda$wrapTaskWithProgressInformation$2(SimpleManagedTaskExecutor.java:99) ~[dataprep-ee-async-runtime-2.0.0-SNAPSHOT-lib.jar:?]
      at org.talend.dataprep.configuration.AuthenticatedTaskExecutor.lambda$toCallable$83(AuthenticatedTaskExecutor.java:62) ~[dataprep-backend-service-2.0.0-SNAPSHOT.jar:?]
      at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_111]
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_111]
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_111]
      at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
      Caused by: java.lang.IllegalArgumentException: Preparation '855f2aa9-0943-4bfc-8fb1-7d8d7678d32e' cannot be run in distributed environments.
      at org.talend.dataprep.transformation.service.fullrun.StreamsFullRunExportStrategy.execute(StreamsFullRunExportStrategy.java:78) ~[dataprep-ee-transformation-2.0.0-SNAPSHOT-lib.jar:?]

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jlamiel Jonathan Lamiel
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: