Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
How to run python from a separate server remotely without transfering .py scripts to the hdfs server
Labels:
- Labels:
-
Apache Spark
New Contributor
Created ‎04-08-2018 03:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ?
1 ACCEPTED SOLUTION
Super Guru
Created ‎04-08-2018 01:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use ssh to run the script in remote machine.
ssh username@hostname.com "python script.py"
.
Aditya
1 REPLY 1
Super Guru
Created ‎04-08-2018 01:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use ssh to run the script in remote machine.
ssh username@hostname.com "python script.py"
.
Aditya
