Skip to Content
Data Lake for Enterprises
book

Data Lake for Enterprises

by Vivek Mishra, Tomcy John, Pankaj Misra
May 2017
Beginner to intermediate
596 pages
15h 2m
English
Packt Publishing
Content preview from Data Lake for Enterprises

Create Job

A typical syntax for creating a Sqoop job execution can be defined as:

sqoop job (generic-args) (job-args)   [-- [subtool-name] (subtool-args)]bin/sqoop job --create <JOB_NAME> -- <OPERATION_NAME> --connect jdbc:postgresql://<DB_SERVER>/sourcedb?schema=public --table <TABLE_NAME> --m 1 --username <DB_USER> --password <DB_PASSWORD> --as-avrodatafile Where,    <JOB_NAME> → Name of the job to be created    <OPERATION_NAME> → Name of the sqoop operation to be defined, e.g. import      <DB_SERVER> → DB Server address or IP    <TABLE_NAME> → Name of the table to be imported    <DB_USER> → Username of the DB containing data to be imported    <DB_PASSWORD> → Password of the DB containing data to be imported
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

The Enterprise Big Data Lake

The Enterprise Big Data Lake

Alex Gorelik
Operationalizing the Data Lake

Operationalizing the Data Lake

Holden Ackerman, Jon King
Data Lakes

Data Lakes

Anne Laurent, Dominique Laurent, Cédrine Madera

Publisher Resources

ISBN: 9781787281349Supplemental Content