Is there any way to read arguments in HIVEquery which can substitute to an IN Clause. I have the below query with me.
Select count (*) from table where id in ('1','2','3','4','5').
Is there any way to supply the arguments to IN Clause from a text file ?