Hive Dynamic partition without using static partition

0 votes
Hi. I am trying to create a dynamic partition in hive but it keeps asking me to specify a static partition. I don't have any static partition to specify, how can I overcome this?
May 21, 2019 in Big Data Hadoop by Jai
969 views

1 answer to this question.

0 votes

Hive asks for a static partition as a safety measure just in case user accidentally overwrites all the partitions. This is called strict mode. You can override this by setting the configuration to a nonstrict mode. You can do it as follows:

$ hive --hiveconf hive.exec.dynamic.partition.mode=nonstrict
answered May 21, 2019 by Suman

Related Questions In Big Data Hadoop

0 votes
1 answer

Disable dynamic partition in hive

Dynamic partition is set to true by ...READ MORE

answered May 21, 2019 in Big Data Hadoop by Vishwa
1,697 views
0 votes
1 answer

How to create initial database without using Hive schema tool?

Hey, If for some reason you decide not ...READ MORE

answered May 29, 2019 in Big Data Hadoop by Gitika
• 65,910 points
2,011 views
0 votes
1 answer

How can create the dynamic partition table with data in Hive?

Hi, We can see some steps to do ...READ MORE

answered Jun 20, 2019 in Big Data Hadoop by Gitika
• 65,910 points
4,275 views
0 votes
3 answers

Can we run Spark without using Hadoop?

No, you can run spark without hadoop. ...READ MORE

answered May 7, 2019 in Big Data Hadoop by pradeep
1,883 views
+1 vote
1 answer

Hadoop Mapreduce word count Program

Firstly you need to understand the concept ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
10,602 views
0 votes
1 answer

hadoop.mapred vs hadoop.mapreduce?

org.apache.hadoop.mapred is the Old API  org.apache.hadoop.mapreduce is the ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
2,207 views
+2 votes
11 answers

hadoop fs -put command?

Hi, You can create one directory in HDFS ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
104,778 views
–1 vote
1 answer

Hadoop dfs -ls command?

In your case there is no difference ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
4,286 views
0 votes
1 answer

Hive partitioning: Dynamic and static

Partitions are created depending on the end ...READ MORE

answered Feb 1, 2019 in Big Data Hadoop by Omkar
• 69,210 points
5,637 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP