InterviewSolution
Saved Bookmarks
| 1. |
What is a generic UDF in hive? |
|
Answer» It is a UDF which is created using a java program to server some specific need not covered under the existing functions in Hive. It can detect the type of input argument programmatically and provide appropriate response. |
|