Hive ACID semantics

0 votes

Hi guys. I have a doubt regarding Hive ACID semantics. I was reading a blog on Hive and I read the following:

Until Hive 0.13, hive does not support full ACID semantics but in Hive 0.13 it is now possible to provide full ACID semantics

I did not understand what the author meant when he said "full ACID semantics". Please explain

Jan 4, 2019 in Big Data Hadoop by slayer
• 29,350 points
421 views

1 answer to this question.

0 votes

ACID stands for Atomicity, Consistency, Isolation, and Durability

Until Hive 0.13, ACID properties were provided only at the partition level. For Isolation, you would have to turn on one of the available locking mechanisms (ZooKeeper or in memory). But in Hive 0.13(and above) due to the addition of transactions, it is possible to provide full ACID semantics at the low level, so that one application can add rows while another reads from the same partition without interfering with each other.

answered Jan 4, 2019 by Omkar
• 69,210 points

Related Questions In Big Data Hadoop

0 votes
3 answers

What is Hive? Is Hive a database?

Hive is a data Warehouse infrastructure/system built ...READ MORE

answered Jul 1, 2019 in Big Data Hadoop by Ved Gupta
22,966 views
0 votes
1 answer

How Impala is fast compared to Hive in terms of query response?

Impala provides faster response as it uses MPP(massively ...READ MORE

answered Mar 21, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
1,885 views
0 votes
1 answer
+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,208 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,782 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

How to Access Hive via Python?

The easiest way is to use PyHive. To ...READ MORE

answered Oct 9, 2018 in Big Data Hadoop by Omkar
• 69,210 points
16,536 views
+1 vote
3 answers

HIVE: java.net.URISyntaxException

Change in hfs-site.xml this properties <name>hive.exec.scratchdir</name> <value>/tmp/hive-${user.name}</value> <name>hive.exec.local.scratchdir</name> <value>/tmp/${user.name}</value> <name>hive.downloaded.resources.dir</name> <value>/tmp/${user.name}_resources</value> <name>hive.scratch.dir.permission</name> ...READ MORE

answered Dec 5, 2018 in Big Data Hadoop by Roshan
4,538 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