I want to share udfs I created in Scala with other cluster which our data scientist use with pyspark and jupyter in EMR clusters.
Is this possible? How?
I want to share udfs I created in Scala with other cluster which our data scientist use with pyspark and jupyter in EMR clusters.
Is this possible? How?
this answer indeed helps
create an uber jar, put in s3, on bootstrap action copt it from s3 to spark local jar folder and it should work