InterviewSolution
Saved Bookmarks
| 1. |
Which of the following class is used for general processing of error?(a) LargeObjectLoader(b) ProcessingException(c) DelimiterSet(d) LobSerializerI got this question in class test.My question is from Introduction to Sqoop in chapter ZooKeeper, Sqoop and Cassandra of Hadoop |
|
Answer» CORRECT OPTION is (B) ProcessingException The EXPLANATION is: General error occurs during the PROCESSING of a SqoopRecord. |
|