Support Questions

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

How to apply the patch of HIVE-11981 to my cluster?

avatar
Explorer

I'm using CDH 5.4.2. 

The fix of bug https://issues.apache.org/jira/browse/HIVE-11981 is important to me.

Is there a way I can update my cluster with this patch?

1 ACCEPTED SOLUTION

avatar
Mentor
CDH Hive sources are available either via GitHub at https://github.com/cloudera/hive/tree/cdh5.4.5-release/, or in tarball form under http://archive.cloudera.com/cdh5/cdh/5/. You can use a "patch" command to apply the latest patch from the JIRA, and then use "mvn" to build the updated jars.

If you are a Cloudera Enterprise subscriber, please log a case with Support for any patch requests instead. Custom-patching a component will render it unsupported.

P.s. ACID features are currently not supported as a feature in CDH Hive: http://www.cloudera.com/documentation/enterprise/latest/topics/cdh_rn_hive_ki.html

View solution in original post

2 REPLIES 2

avatar
Mentor
CDH Hive sources are available either via GitHub at https://github.com/cloudera/hive/tree/cdh5.4.5-release/, or in tarball form under http://archive.cloudera.com/cdh5/cdh/5/. You can use a "patch" command to apply the latest patch from the JIRA, and then use "mvn" to build the updated jars.

If you are a Cloudera Enterprise subscriber, please log a case with Support for any patch requests instead. Custom-patching a component will render it unsupported.

P.s. ACID features are currently not supported as a feature in CDH Hive: http://www.cloudera.com/documentation/enterprise/latest/topics/cdh_rn_hive_ki.html

avatar
New Contributor

Hi,

 

I'm sorry for the repeated question but i want to be sure that i cannot use hive acid features with cloudera cdh 5.4.5.

 

Aren't there a way to use the update/delete statement of hive in cdh 5.4.5 or later?

 

Thank you.