Hi,
Is there anything that can help me create my own spark program with its dependencies.
What I mean: I create a file with a text editor and called it "test".In the test file I have my spark code but I don't know how to get it running with
spark command : ./run myfile MASTER-IP
What do I have to do?
Is there anything like a guide or tutorial.I have seen many tutorials about spark code, but none of them show you how to add the needed dependencies or anything else in a jar file and where to put it in order to run it in spark
Sotiris