When Hybrid Data Pipeline is deployed, four configuration and certificate files are written to the redist folder in the shared file location. These files must be used to install the JDBC driver, the ODBC driver, and the On-Premises Connector. These files must be copied to the directory from which the component installation program is run. The files are:

  • config.properties
  • OnPremise.properties
  • ddcloud.pem
  • ddcloudTrustStore.jks

The following steps show how to copy the redist folder in the cluster to the local machine.

  1. Open your command-line interface.
  2. Create a folder on your local machine.

    mkdir redist

  3. Use kubectl to retrieve the names of the pods in the cluster. For example:

    kubectl --namespace namespace-value get pods

  4. Copy the files from the shared file location to the local directory.

    kubectl --namespace namespace-value cp hdp-server-pod-1:/hdpshare/redist redist

Result:

You have copied the component configuration and certificate files from the shared file location to your local machine.

Warning: Because they contain certificate and truststore information, these files should be handled securely.

Next steps:

See the following topics for details on installing the JDBC driver, the ODBC driver, and the On-Premises Connector.