InterviewSolution
Saved Bookmarks
| 1. |
How do you specify the table creator name when creating a table in Hive? |
|
Answer» The TBLPROPERTIES clause is used to add the creator name while creating a table. The TBLPROPERTIES is added like − TBLPROPERTIES(‘creator’= ‘Joan’) |
|