InterviewSolution
Saved Bookmarks
| 1. |
While loading data into a hive table using the LOAD DATA clause, how do you specify it is a hdfs file and not a local file ? |
|
Answer» By Omitting the LOCAL CLAUSE in the LOAD DATA statement. |
|