Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I tried to run talend in the beam, referring to the official example, but the operation is abnormal. I don't know where there is a problem at present, please give me some advice.
Thank you.
Below is my running program and official link.
Talend Link :https://talend.github.io/component-runtime/main/1.29.0/services-pipeline.html# _inputs_and_outputs
Beam Pipeline
-------------------------------------------------------------
---------------------------------------------------
build.gradle's execute
------------------------------------------
------------------------------------------
error msg:
------------------------------------------
19:07:10: Executing task 'execute'...
> Task :compileJava UP-TO-DATE
> Task :processResources UP-TO-DATE
> Task :classes
> Task :execute FAILED
4 actionable tasks: 2 executed, 2 up-to-date
Exception in thread "main" java.util.NoSuchElementException: No value present
at java.base/java.util.Optional.get(Optional.java:148)
at com.nec.demo.talend.component.beam.BeamRun.main(BeamRun.java:36)
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':execute'.
> Process 'command '/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home/bin/java'' finished with non-zero exit value 1
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 2s
19:07:12: Task execution finished 'execute'.
-----------------------------------------------
Hi @han zhen ,
A few questions :
Thanks a lot
br.