I would like to join two tables that have one common column and the same number of buckets with same sorting.
Other than that setting do I need to setup any other conditions other than setting up the properties?
set hive.optimize.bucketmapjoin = true;
set hive.optimize.bucketmapjoin.sortedmerge = true;
set hive.input.format=org.apache.hadoop.hive.ql.io.BucketizedHiveInputFormat;