6052/hive-to-hdfs-transfer
Suppose you want to transfer the data from a hive table "sales" to you HDFS directory "/temp" then you can use the following command
hive> insert overwrite directory '/temp' select * from sales;
Hey, Data in Hive tables reside on HDFS, ...READ MORE
You can easily upload any file to ...READ MORE
Remove the --direct option. It gives issue ...READ MORE
You dont have to specify the file name ...READ MORE
There are two SerDe for SequenceFile as ...READ MORE
Firstly you need to understand the concept ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
In your case there is no difference ...READ MORE
The distributed copy command, distcp, is a ...READ MORE
8020/9000 hadoop namenode metadata port number. or ...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.