Broadcasting variables with Apache Spark

Hi. I am wondering if there is any possibility to broadcast a variable using the Apache Spark Extension nodes? I will presume it is possible to write a Java-snippet, but are there any other options (on the way)?

Broadcasting: http://www.sparktutorials.net/Spark+Broadcast+Variables+-+What+are+they+and+how+do+I+use+them

Hi,
right now the only way to broadcast variables is to use the Spark DataFrame/RDD Java Snippet nodes for this.
Bye
Tobias

Thansk for the answer, Tobias :slight_smile:

Emir

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.