Re: Providing multiple hints in the same query

2011-05-26 Thread Viral Bajaria
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 wrote: > Hello, > > We want to provide hints to hive to use mapside join on multiple tables. > something like /*+ MAPJOIN(a, b,c) */ > > Is

Providing multiple hints in the same query

2011-05-26 Thread Shantian Purkad
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