You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We lack direct routes to copy data between remote computers without touching the local system.
into('ssh://A:myfile.csv', 'ssh://A:myfile2.csv') # Should be a remote local copyinto('ssh://A:myfile.csv', 'ssh://B:myfile.csv') # Should result in a remote call to scpinto('hdfs://A:myfile.csv', 'ssh://A.myfile.csv') # Should result in hadoop fs callsinto('ssh://A:myfile.csv', 'hdfs://A.myfile.csv') # Should result in hadoop fs calls
...
When interacting with AWS the inter-node bandwidth is very high. It'd be nice to leverage this instead of pulling down and pushing up from local.
The text was updated successfully, but these errors were encountered:
We lack direct routes to copy data between remote computers without touching the local system.
When interacting with AWS the inter-node bandwidth is very high. It'd be nice to leverage this instead of pulling down and pushing up from local.
The text was updated successfully, but these errors were encountered: