Skip to Content
Author's profile photo Frank Schuler

Connect your SAP Data Hub, developer edition to your SAP Data Hub Cockpit

If you like this blog please consider indicating this to other members of the community by pressing the like button above.

With the advent of the SAP Data Hub, developer edition I was wondering whether I could connect it to my SAP Data Hub Cockpit to execute and monitor my first Data Pipeline from there.

To start with, I log into my SAP Data Hub, developer edition to determine the port numbers of its VORA Transaction Coordinator and Vora Tools installation:

tail /var/log/vora/vflow.log

Then I forward these two ports to my docker container:

docker run -ti --publish 2202:2202 --publish 2204:2204 --publish 8090:8090 --publish 9099:9099 --publish 9225:9225 --publish 50070:50070 --name datahub --hostname datahub --network dev-net datahub run --agree-to-sap-license --hdfs –zeppelin

With this I reconfigure my SAP Data Hub Adapter to point to my SAP Data Hub, developer edition and create a VORA Data Pipeline Connection in my SAP Data Hub Cockpit. With the current version of the SAP Data Hub I do not seem able to use the DEFAULT Connection Configuration and therefore I chose MANUAL and enter the IP address and port number of my VORA vFlow API:

Based on this connection, I create a new Project in my SAP Data Hub Modelling tool:

Next, I add my Data Pipeline from the SAP Data Hub, developer edition tutorial to this Project as a Task:

To verify that I got the right Data Pipeline, I check its Graph. The visualisation is different from the SAP Data Hub – Data Pipelines modeller, but I still recognise my two Operators:

Subsequently, I integrate my Task into a new Task Workflow:

Finally, I execute my Task Workflow:

In my SAP Data Hub Dashboard, I can see that this triggered both my Task Workflow, as well as the embedded Data Pipeline. The already successfully Finished Task Workflow is from my previous blog Create your first SAP Data Hub Task Workflow:

To verify that my Data Pipeline is in fact running as expected, I Open the UI of my Terminal Operator:

Since my Data Pipeline would run forever without intervention, I Stop it in the SAP Data Hub – Data Pipelines modeller:

As a result, I see that both my Task Workflow as well as my Data Pipeline have finished. In fact, my Data Pipeline is shown as successfully Completed whereas my Task Workflow is considered Finished with error, because of me manually cancelling my embedded Data Pipeline:

The details of this Error can be displayed in my SAP Data Hub Modelling tool, in this case it shows me that my embedded Data Pipeline has been aborted:

I hope this simple example provides you with a glimpse of the power that the integration between the different SAP Data Hub engines and tools provides.

If you like this blog please consider indicating this to other members of the community by pressing the like button in the header.

Assigned Tags

      3 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo ANIRUDDHA SHINDE
      ANIRUDDHA SHINDE

      Hi Frank, can you please show how we register HANA System as a HANA connection in landscape management. I am struggling there.

       

      Author's profile photo Siva Chandolu
      Siva Chandolu

      Hello Frank,

      I executed the below command on my SAP Data Hub developer edition but still I cant access the  SAP Data Hub Cockpit and SAP Data Hub Modeller

      docker run -ti --publish 2202:2202 --publish 2204:2204 --publish 8090:8090 --publish 9099:9099 --publish 9225:9225 --publish 50070:50070 --name datahub --hostname datahub --network dev-net datahub run --agree-to-sap-license --hdfs –zeppelin

       

      Could you confirm if the SAP Data Hub Cockpit and SAP Data Hub Modeler are packaged with  SAP Data Hub Developer edition.

       

      Regards,

      Siva

      Author's profile photo Frank Schuler
      Frank Schuler
      Blog Post Author

      Hello Siva,

      The SAP Data Hub, developer edition does neither contain the SAP Data Hub Cockpit nor the SAP Data Hub Modeller.

      However, the SAP Data Hub, trial edition does.

      Best regards

      Frank