scala - Run Spark/Cloudera application in remote machine with Eclipse -


i have problems understand logical architecture in develop scala/spark-shell , hadoop environment.

for better describe logical architecture, drew small schema:

enter image description here

as figure shows, have eclipse installated on personal pc, , run scala script pc hadoop in remote mode. have vpn connection, , can process scala program putty shell. in practice, every time have launch scala script, transfer file .scala pc remote machine winscp, lanch program directly remote machine. every time have tranfer file making me work wasteful.

now question: there way launch script personal pc remote cluster, without pass through putty?


Comments