1.

Which of the following options is the correct syntax to get a ReaderContext from a reader?

Answer»

Which of the FOLLOWING options is the correct syntax to get a READERCONTEXT from a READER?
(1)ReaderContext cntxt = reader.prepareRead();
(2)ReaderContext cntxt = DataTransferFactory.getHCatReader();
(3)HCatReader cntxt = reader.prepareRead();
Answer:-(1)ReaderContext cntxt = reader.prepareRead();



Discussion

No Comment Found