InterviewSolution
Saved Bookmarks
| 1. |
Sqoop Imported A Table Successfully To Hbase But It Is Found That The Number Of Rows Is Fewer Than Expected. What Can Be The Cause? |
|
Answer» Some of the imported RECORDS might have null VALUES in all the COLUMNS. As Hbase does not ALLOW all null values in a ROW, those rows get dropped. Some of the imported records might have null values in all the columns. As Hbase does not allow all null values in a row, those rows get dropped. |
|