Sqoop can also import the data into Hive by generating and executing a ____________ statement to define the data’s layout in Hive.

Sqoop can also import the data into Hive by generating and executing a ____________ statement to define the data’s layout in Hive.
CREATE TABLE
Well Done. Your Answer is Correct Keep it Up! Explanation: Importing data into Hive is as simple as adding the –hive-import option to your Sqoop command line.
SET TABLE
INSERT TABLE
None of the Option is Correct

If you set the inline LOB limit to ________ all large objects will be placed in external storage.

If you set the inline LOB limit to ________ all large objects will be placed in external storage.
1
Well Done. Your Answer is Correct Keep it Up! Explanation: The size at which lobs spill into separate files is controlled by the –inline-lob-limit argument, which takes a parameter specifying the largest lob size to keep inline, in bytes.
2
3
4