I need a variable to be broadcasted from driver to executor processes in my spark java application. I tried using spark broadcast mechanism to achieve, but no luck there.
Could someone help me doing this, share some code probably ? Thanks, Praveen R
I need a variable to be broadcasted from driver to executor processes in my spark java application. I tried using spark broadcast mechanism to achieve, but no luck there.
Could someone help me doing this, share some code probably ? Thanks, Praveen R