Member since
10-23-2016
3
Posts
1
Kudos Received
0
Solutions
10-24-2016
01:57 PM
To fill out the possibilities, in addition to @bhagan access route you can use the shell of your choice and ssh via the command: ssh root@127.0.0.1 -p 2222 in which case you will be prompted for root password.
... View more
10-24-2016
10:24 AM
@jayachandra BABU The command should be use on cli. If you are not using cli then you might go for something like FTP server - https://sites.google.com/a/iponweb.net/hadoop/Home/hdfs-over-ftp If you want to continuously fetch data from remote system and dump in hadoop the you can also look for FLUME/Kafka.
... View more