46160/how-to-create-a-file-in-linux-from-terminal-window
Hi,
I am new to the field of Hadoop and started using Linux and all the commands, but I got one issue to create an .xml file for hive to put up the configuration. But I am unable to to do how can I create a file. Can anyone help with this?
Hey,
Nothing to worry about creating any file in Linux through terminal. Just make sure you know on which directory you want create your new file with the extension you want, then use a command:
touch myfile.txt
touch myfile.xml
There are two SerDe for SequenceFile as ...READ MORE
Please use the code attached below for ...READ MORE
Read operation on HDFS In order to read ...READ MORE
I used this command to run my ...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, You can create one directory in HDFS ...READ MORE
In your case there is no difference ...READ MORE
We can use this command to create ...READ MORE
Hi, Region replication is a per-table property. All ...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.