8.9k views
3 votes
What are two ways the command-line parameters for a Sqoop invocation can be simplified?

A. Place the commands in a file.
B. Run Sqoop using the vi editor.
C. Use the --import-command line argument.
D. Include the --options-file command line argument.

User Sevim
by
7.9k points

1 Answer

4 votes

Final answer:

The command-line parameters for Sqoop invocation can be simplified by placing the parameters in a file using the --options-file command line argument and by using the --import command line argument to specify the input format.

Step-by-step explanation:

Two ways the command-line parameters for a Sqoop invocation can be simplified:

  1. Place the commands in a file: Instead of typing all the command-line parameters, you can create a file and store the parameters in it. Then, you can use the --options-file command line argument to reference that file.
  2. Use the --import command line argument: This allows you to specify the input format as part of the import command, simplifying the command-line parameters.

User Varkal
by
7.8k points