Hadoop Hive Query


1 Answer(s)


Hi Sonu,

You can use the hive distinct keyword for filter the unique users.

SELECT DISTICT(user_name) FROM SAMPLE_TABLE;

Hope this helps.

Thanks.