Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Teja,
Can you upload a sample qvw.
Hi,
Can you provide sample input and sample output for the same?
It will help to provide you exact solution.
Regards,
Amay
hi,
please find the attachment for sample data.
Regards,
Teja
And how would be output of this?
Regards,
Amay
hi,
My output should contain a list box in which all those category names like actor,joker,villian should appear together.
please find the attachment.
Regards
teja.
Hi,
Maybe you use this
Crosstable(Category,Score,21)
LOAD
*
from test.xls;
I didnt test this.
Regards,
Amay
Hi
use the inline load
category as field and
give actor,car,director,... as field values
here we give fileds as category field values
Hi,
Its working well but our requirement is to connect that category table to remaining other tables through key for that we r using cross table. If u know any means by which we can connect the inline table with other tables through a key it would be helpful.
Regards,
Tejavardhan.
Teja,
Attach a sample document with the inline data.
Thanks,
Sampath
hi sampath,
In the above replies i have attached the excel file which contains the data loaded in hive
Regards,
Tejavardhan