Question

Docker configuration for streamsets installation


I am trying to create a deployment in na01.hub.streamsets.com. I have downloaded docker desktop to run the deployment script. Can you guide me how to proceed with the installation process? 

 


3 replies

Userlevel 2
Badge

@ana00159 ,

Here is documentation on creating a self-managed deployment and then engine to get started with.

It will have different pointers.

https://docs.streamsets.com/portal/platform-controlhub/controlhub/UserGuide/Deployments/Self.html#concept_xnm_v5z_gpb

 

and to create an engine using that deployment:

https://docs.streamsets.com/portal/platform-controlhub/controlhub/UserGuide/Deployments/Self.html#task_djc_gnf_hpb

 

 

 

The script executed successfully in terminal.

$ docker run -d -e STREAMSETS_DEPLOYMENT_SCH_URL=https://na01.hub.streamsets.com -e STREAMSETS_DEPLOYMENT_ID=9db36722-40dc-4821-8a90-e341d0ad95f3:d8520100-4910-11ec-bf5d-63ca2ad7cd53 -e STREAMSETS_DEPLOYMENT_TOKEN=eyJ0eXAiOiJKV1QiLCJhbGciOiJub25lIn0.eyJzIjoiZDE5MjA1M2E2YWY0ZjY4OTJkOGI3MDA3NWJiNGZlODlhY2U4NmQxZDA4ODYxMzZmN2YzYzBiMTFjZTdhNWMwZDM3ZjhmNjNhNGQ0NjIyNGE2NzBkMmViYWFhYTRkMTYyN2JkMDQ2MTI2NmVlYjhiN2NkYzEwZmE4YzFhMmU5ZTciLCJ2IjoxLCJpc3MiOiJuYTAxIiwianRpIjoiMmE3ZmI1ZTQtMjBhZS00ODMyLTliYzItMjZlNjhmYzQzN2NlIiwibyI6ImQ4NTIwMTAwLTQ5MTAtMTFlYy1iZjVkLTYzY2EyYWQ3Y2Q1MyJ9. streamsets/datacollector:4.3.0

Unable to find image 'streamsets/datacollector:4.3.0' locally

4.3.0: Pulling from streamsets/datacollector

801bfaa63ef2: Pull complete

755713f1a3c1: Pull complete

eb3cc996a4d2: Pull complete

e0cc0bb0b684: Pull complete

319db136c5b2: Pull complete

4f24878aec16: Pull complete

41a706ede7cb: Pull complete

31460ad29ca0: Pull complete

7e3c1586eab4: Pull complete

b2940f0961dd: Pull complete

52612c52afb4: Pull complete

Digest: sha256:3a093e5af593bbe89d2816fa29a76201b80791d56a36f642f1981848d7da349f

Status: Downloaded newer image for streamsets/datacollector:4.3.0

67888ad428c2042a300fcc9ff24a004661ab29d2f3440f257322db2ab0b4d34e

$ docker run -d -e STREAMSETS_DEPLOYMENT_SCH_URL=https://na01.hub.streamsets.com -e STREAMSETS_DEPLOYMENT_ID=9db36722-40dc-4821-8a90-e341d0ad95f3:d8520100-4910-11ec-bf5d-63ca2ad7cd53 -e STREAMSETS_DEPLOYMENT_TOKEN=eyJ0eXAiOiJKV1QiLCJhbGciOiJub25lIn0.eyJzIjoiZDE5MjA1M2E2YWY0ZjY4OTJkOGI3MDA3NWJiNGZlODlhY2U4NmQxZDA4ODYxMzZmN2YzYzBiMTFjZTdhNWMwZDM3ZjhmNjNhNGQ0NjIyNGE2NzBkMmViYWFhYTRkMTYyN2JkMDQ2MTI2NmVlYjhiN2NkYzEwZmE4YzFhMmU5ZTciLCJ2IjoxLCJpc3MiOiJuYTAxIiwianRpIjoiMmE3ZmI1ZTQtMjBhZS00ODMyLTliYzItMjZlNjhmYzQzN2NlIiwibyI6ImQ4NTIwMTAwLTQ5MTAtMTFlYy1iZjVkLTYzY2EyYWQ3Y2Q1MyJ9. streamsets/datacollector:4.3.0

a10369fa4188ffbc8fe232bc103cfd8aacb1deb7b746e6aa54a0a6ce72706297

But getting error with exit code1 at the engine side.

Reply