Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spark RDD处理多语言支持 #45

Closed
garyelephant opened this issue Sep 29, 2017 · 0 comments
Closed

Spark RDD处理多语言支持 #45

garyelephant opened this issue Sep 29, 2017 · 0 comments

Comments

@garyelephant
Copy link
Contributor

You can use the pipe() function on RDDs to call external code. It passes data to an external program through stdin / stdout. For Spark Streaming, you would do dstream.transform(rdd => rdd.pipe(...)) to call it on each RDD.
ic4y pushed a commit to ic4y/incubator-seatunnel that referenced this issue May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant