Obtaining configuration and certificate files to install components
- Last Updated: March 25, 2025
- 1 minute read
- Hybrid Data Pipeline
- Version 5.0
- Documentation
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.
- Open your command-line interface.
- Create a folder on your local machine.
mkdir redist
- Use kubectl to retrieve the names of the pods in the cluster. For
example:
kubectl --namespace namespace-value get pods
- 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.
Next steps:
See the following topics for details on installing the JDBC driver, the ODBC driver, and the On-Premises Connector.