purpose of life is joy

NAVIGATION - SEARCH

How to : Copy a file from local machine to Hadoop remote server using putty?

Currently, Im working on Big data and Hadoop. I was trying to connect and test with Hadoop server using putty instead of VM. very basic challenge I faced was copying from local to remote Hadoop server using putty.

But there is no direct option to upload from putty GUI user interface. hence I stuck in the middle of copying files to Hadoop server. then after a long find, I got one simple solution to upload files using putty command line which is working absolutely fine. Please follow the below simple steps

  1. Download Putty : Download putty from http://www.putty.org/ website for windows.
  2. Install Putty in your windows OS
  3. Go to run and type cmd to open command prompt.
  4. Run the below command with parameters
pscp [localpathfilename] [loginname]@[servernameIP]:[serverpath]


you can check the copied file by login to the server using putty again.

blog comments powered by Disqus
Protected by Copyscape Web Plagiarism Check
DMCA.com