Give the sqoop command to see the content of the job named myjob?
Answer Posted / Prabhu Dayal Bajpai
To view the content of a Sqoop job named 'myjob', use the following command: `$ sqoop job --list` to list all jobs, and then `$ sqoop job --show myjob` to display the details of the specified job.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers