I am currently using a graph that i load from a file when i run my Graphx application locally.
I'd like to run the application in cluster standalone mode.
Do I have to make changes like place the file in each cluster node? Can I leave my application unchanged and just keep the file in the driver?
Thank you.