Environment Verification (Connect)¶
Table of Contents
Introduction¶
Gluent Data Platform includes the Connect component primarily for environment verification.
Environment verification using Connect involves running the connect
command from $OFFLOAD_HOME/bin
with no options after sourcing the Gluent Data Platform environment file, as shown below.
Running Connect¶
Connect should be run from the server(s) on which Gluent Offload Engine is to be run.
Note
If Kerberos is required to authenticate with a backend a Kerberos ticket should firstly be obtained using kinit -kt <path_to_keytab_file> <principal_name>
$ cd $OFFLOAD_HOME/bin
$ . ../conf/offload.env
$ ./connect
Connect performs a number of tests under various categories.
For each test Passed or Failed is reported.
Note
On Cloudera Data Hub a warning for Sqoop Extensions can be safely ignored if no application tables to be offloaded contain any of the Oracle INTERVAL
data types. See Install Sqoop Extensions.