Re: is apache beam go sdk supported by apache Spark runner

2020-11-23 Thread Alexey Romanenko
As I can say for Spark Runner, natively it supports only Java SDK. I’m far away a Go SDK expert, but I think you can run a pipeline, written with Go SDK, using a Portable Runner and Spark Runner Job Server, like it’s possible to do for Python SDK pipelines. I’m not sure if it’s already officiall

is apache beam go sdk supported by apache Spark runner

2020-11-21 Thread Meriem Sara
Hello everyone. I am trying to use apache beam with Golang to execute a data processing workflow using apache Spark. However, I am confused if the go SDK is supported by apache Spark. Could you please provide us wirh more information ? Thank you