- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How - Hive property setting works?
- Labels:
-
Apache Hadoop
-
Apache Hive
Created ‎12-15-2020 09:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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;
Created ‎12-15-2020 10:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎12-15-2020 10:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
