47105/disable-dynamic-partition-in-hive
Dynamic partition is set to true by default, if you want to disable it, you will have to set it to false. You can do it as follows:
$ hive --hiveconf hive.exec.dynamic.partition=false
Hey, you can try something like this: df.write.partitionBy('year', ...READ MORE
You have to add the partition before ...READ MORE
Follow these steps: A. Create Database ------------------ create database retail123; B. ...READ MORE
Hi, Looking into your error I can say ...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
Hi, We can see some steps to do ...READ MORE
Yes, You need to mention the below ...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.