data-engineering-ecosystem icon indicating copy to clipboard operation
data-engineering-ecosystem copied to clipboard

Spark intro scp command is incomplete

Open rashkov opened this issue 6 years ago • 0 comments

The spark intro contains the following invalid command:

local_machine:~$ scp -r -i   ubuntu@:~/price_data

It should actually be something like: scp -r -i <PATH_TO_SSH_KEY_FILE> <PATH_TO_PRICE_DATA_FOLDER> ubuntu@<DNS_FOR_MASTER_NODE>:~/price_data

rashkov avatar Sep 18 '19 19:09 rashkov