1305/how-can-we-transfer-a-pdf-file-to-hdfs
I am running Hadoop 2.6.0 on Oracle Virtual Box and I want to want to copy a file from a local file system to HDFS.
What is the best way to do that?
You can easily upload any file to HDFS using Hadoop Commands:
try:
hadoop fs -put /your/local/file.pdf /your/hdfs/location or
hadoop fs -copyFromLocal /your/local/file.pdf /your/hdfs/location
For your reference: https://www.edureka.co/blog/hdfs-commands-hadoop-shell-command
Hope this will help you.
Can use pipe from wget to hdfs. You ...READ MORE
Yes, you can use hdfs dfs command ...READ MORE
Use the below commands: Total number of files: hadoop ...READ MORE
You could pass the URI when getting ...READ MORE
In your case there is no difference ...READ MORE
Firstly you need to understand the concept ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
The distributed copy command, distcp, is a ...READ MORE
Read operation on HDFS In order to read ...READ MORE
I used this command to run my ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.