Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Does hive supports parallel transactions.

avatar

Getting the below error when parrallel transaction happends.failed vertices 1 killed vertices 3 ,Vertex received Kill in INITED state Invalid max/min group lengths

1 ACCEPTED SOLUTION

avatar
Super Guru

@sivakumar sudhakarannair girijakumari

Yes. Hive supports parallel transactions. Your error could be generated by a global setting override at session level. If your global tez.grouping_min-size is not low enough to allow you to set your session tez.grouping.max-size to a value higher than the global tez.grouping.min-size, you may want to change the global tez.grouping.min-size to a lower value to satisfy the condition.

This seems to be similar to: https://community.hortonworks.com/questions/50008/while-executing-a-select-sql-on-hive-we-are-seeing...

Let me know if this is different.

View solution in original post

2 REPLIES 2

avatar
Super Guru

@sivakumar sudhakarannair girijakumari

Could you add an excerpt from the log, please?

avatar
Super Guru

@sivakumar sudhakarannair girijakumari

Yes. Hive supports parallel transactions. Your error could be generated by a global setting override at session level. If your global tez.grouping_min-size is not low enough to allow you to set your session tez.grouping.max-size to a value higher than the global tez.grouping.min-size, you may want to change the global tez.grouping.min-size to a lower value to satisfy the condition.

This seems to be similar to: https://community.hortonworks.com/questions/50008/while-executing-a-select-sql-on-hive-we-are-seeing...

Let me know if this is different.