InterviewSolution
Saved Bookmarks
| 1. |
How Can We Load To A Column In A Relational Table Which Is Not Null But The Incoming Value From Hdfs Has A Null Value? |
|
Answer» By USING the –input-null-string parameter we can specify a DEFAULT VALUE and that will allow the ROW to be inserted into the target table. By using the –input-null-string parameter we can specify a default value and that will allow the row to be inserted into the target table. |
|