hive-udaf UDAF's for Hive mode() - returns the value that appears most often in a set of data. Usage example: select mode(column) from table;