Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Sqoop Hortonworks TDCH - Queryband option

avatar

Hi,

What is the syntax to use the queryband option with TDCH?

https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.6/bk_HortonworksConnectorForTeradata/content/...

I tried a lot of -D syntax combinations without any luck...

Thanks!

1 ACCEPTED SOLUTION

avatar
Expert Contributor

Teradata connector specific options have to be delineated from the sqoop options with --

So you would add -- --queryband ...

View solution in original post

4 REPLIES 4

avatar
Super Guru

@Pierre Villard

Did you try --queryband

or try something like below (notice a dash):

--query-band DC=BP\?

avatar

Yes I did try the two options but if I do that this is interpreted as a Sqoop parameter and not as a parameter of the Teradata connector and the Sqoop command fails. In the documentation, it is recommended to use -Dteradata.db.input.* for import parameters and -Dteradata.db.output.* for export parameters, but no indication for the common parameters described at the end of the documentation.

avatar
Expert Contributor

Teradata connector specific options have to be delineated from the sqoop options with --

So you would add -- --queryband ...

avatar

Thanks a lot! It works like a charm.