I am trying to copy a large amount files to Hadoop HIVE. Right now I am doing this via a two-step scripts.
Step 1: Powershell scripts copying files from Windows to Linux using Putty scp tool.
Step 2: Bash scripts copying files from Linux to HDFS using Hadoop put command.
Is there a way to do this via just one step?