Quick Post: Uploading Local Data to Hadoop file system using Hadoop Command Line

Standard

This is a Quick Post, Just want to share a command to upload local data to HDFS using Hadoop Command Line.

The command looks like:

> hadoop fs -copyFromLocal input.txt input/SqrtJob/input.txt

1

0 thoughts on “Quick Post: Uploading Local Data to Hadoop file system using Hadoop Command Line

What do you think? Leave a comment below.