Created 04-08-2018 03:41 AM
Is there a way that i can remotely run my scripts via an linux command or via curl instead of copying and submitting Spark on the server ?
Created 04-08-2018 01:52 PM
@Henry Leung,
You can use ssh to run the script in remote machine.
ssh username@hostname.com "python script.py"
.
Aditya
View solution in original post