Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

Does hive supports parallel transactions.

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

@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

@sivakumar sudhakarannair girijakumari

Could you add an excerpt from the log, please?

@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.

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.