88364/how-to-create-an-empty-file-in-hadoop
Hi Guys,
I am new to the Hadoop Cluster. I want to create an empty file in the Cluster. How can I do that?
Hi@akhtar,
You can create an empty file in Hadoop. In Linux, we use touch command. In the same way, we can do it in Hadoop as well.
$ hadoop fs –touchz /user/cloudera/dezyre1/Sample4.txt
I used this command to run my ...READ MORE
If you want to learn Hadoop framework ...READ MORE
If you are simply looking to distribute ...READ MORE
You can do this: register /local/path/to/Jar_name.jar READ MORE
You can use dfsadmin which runs a ...READ MORE
hdfs dfsadmin -report This command tells fs ...READ MORE
Firstly you need to understand the concept ...READ MORE
org.apache.hadoop.mapred is the Old API org.apache.hadoop.mapreduce is the ...READ MORE
Hi@akhtar, Generally, to create a group in the ...READ MORE
Hi@akhtar, You can use the Hadoop filesystem command ...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.