pipelines and workflows could not be found #5006
muguntha-kumar
started this conversation in
General
Replies: 1 comment
-
you need to register your workflow on the server first. alternatively, abandon the server and run your workflows and pipelines in a short lived docker container |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I'm currently exploring Apache Hop as a replacement for Pentaho and have set it up in server mode (hop-server.sh) on my macOS.
I've created a project named "myhop" by making a directory using the mkdir command and running the following command:
./hop-conf.sh -pc -p myhop -ph "/Users/mlakshmana/hop/config/projects/myhop"
I have created a simple workflow and a simple pipeline and I have placed it under /config/projects/metadata and my project-config.json is attached.
Image
And I could start the myhop project using :
./hop-server.sh -j myhop
Now, I was able to go to http://localhost:8080/hop/status/ and see the status page
Image
But when I try to execute the pipeline using REST or hop-run, I get a not found message
curl -X POST --user cluster:cluster http://localhost:8080/hop/workflowStatus/?name=new_workflow&xml=Y&id=workflow1&project=myhop
ERROR
The specified workflow [new_workflow] could not be found
./hop-run.sh -j myhop -w /metadata/new_workflow.hwf -r local
Could anyone provide guidance or tips on this setup? Any help would be greatly appreciated!
Thank you
Mugu[
project-config.json
](url)
Beta Was this translation helpful? Give feedback.
All reactions