Login using Social Account
     Continue with GoogleLogin using your credentials
The file created in the previous step is stored in your home folder in Linux console.
We can copy the files using following command. This command will put myfirstfile.txt from current directory from Linux file system into the HDFS home directory:
hadoop fs -copyFromLocal myfirstfile.txt
or
hadoop fs -put myfirstfile.txt
Please copy myfirstfile.txt
to your home folder in HDFS.
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
Loading comments...