Support Questions

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

How - Hive property setting works?

avatar
New Contributor

I am looking to explore join properties in hive.

I would like to know if the setting I change in my login/session ,will affect other users too.

This is the property I am going to work:

 

set hive.auto.convert.join=true;

1 ACCEPTED SOLUTION

avatar
Master Collaborator

If you just execute 

SET hive.auto.convert.join=true;

in your Hive session that will apply for the duration of your session.  Keep in mind though that this setting is set to true by default since Hive 0.11.0. 

 

Regards,

Alex 

View solution in original post

1 REPLY 1

avatar
Master Collaborator

If you just execute 

SET hive.auto.convert.join=true;

in your Hive session that will apply for the duration of your session.  Keep in mind though that this setting is set to true by default since Hive 0.11.0. 

 

Regards,

Alex