unix - Using SCP to move a file from windows desktop to a hadoop sandbox on vmware -


i think simple appreciate help. have zip file on windows desktop "receipts_lab.zip" , running hadoop sandbox on vmware. sandbox part of training course signed mapr beginner , not sure how move zip file windows directory in sandbox is"/user/user01/3"

the manual uses following code

scp receipts_lab.zip user01@node-ip:/user/user01/3

node-ip ip address got when starting sandbox, lets assume 192.168.88.128

when write following command: scp receipts_lab.zip user01@192.168.88.128:/user/user01/3

and error is: "receipts_lab.zip: no such file or directory"

please me understand should since have tried lot of times modify syntax still same error

your error means in wrong directory.

have tried using winscp? give interface lets see both computer directory , remote computer (in case mapr vm) directory.

( https://winscp.net/eng/download.php )

it may make life easier. download "portable executables" files website , unzip it.

since not seeing port forwarding scp command , providing actual ip address assume mapr running sandbox network adapter in bridge mode.

  • double click application once unzipped start it.
  • then on start screen provide

    • mapr user user
    • mapr password password
    • the ip address of sandbox "host"
    • make sure protocol set scp in combo box @ top above enter credentials

    you shouldn't have touch port number if mapr's tutorial didn't have -p switch scp call.

if sandbox @ ip address gave , entered credentials right, winscp load side side directory view of windows machine , sandbox. side sode screen can drag , drop between machines.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -