apache-docker | Automated build of Apache with Docker | Continuous Deployment library
kandi X-RAY | apache-docker Summary
kandi X-RAY | apache-docker Summary
Automated build of Apache with Docker.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of apache-docker
apache-docker Key Features
apache-docker Examples and Code Snippets
Community Discussions
Trending Discussions on apache-docker
QUESTION
My goal is creating a mechanism that when a new file is uploaded into the Cloud Storage, it'll trigger a Cloud Function. Eventually, this Cloud function will trigger a Cloud Dataflow job.
I have a restriction that the Cloud Dataflow job should be written in Go, and the Cloud Function should be written in Python.
The problem I have been facing right now is, I cannot call Cloud Dataflow job from a Cloud Function.
The problem in Cloud Dataflow written in Go is there is no template-location
variable defined in Apache Beam Go SDK. That's why I cannot create dataflow templates. And, since there is no dataflow templates, the only way that I can call Cloud Dataflow job from a cloud function is writing a Python job which calls a bash script which runs dataflow job.
The bash script looks like that:
...ANSWER
Answered 2019-Feb-21 at 14:55I found out that the Apache Beam Go SDK supports worker_binary
parameter which is similar to template-location
for Java Dataflow jobs. Using this option, I was able to kick off a go dataflow job from my python cloud function.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install apache-docker
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page