|
|
-
Re: Providing multiple hints in the same queryViral Bajaria 2011-05-26, 21:29
You should be able to comma separate multiple hints i.e. /*+ MAPJOIN(a),
MAPJOIN(b), MAPJOIN(c) */ -Viral On Thu, May 26, 2011 at 2:26 PM, Shantian Purkad <[EMAIL PROTECTED]>wrote: > Hello, > > We want to provide hints to hive to use mapside join on multiple tables. > something like /*+ MAPJOIN(a, b,c) */ > > Is it possible? If yes, what is the syntax for the same? > > Thanks and Regards, > Shantian > > |