You will learn
- Where to place the Custom Adapter Files on the server
- Where to place the Custom Adapter Files on the client
- How to access your Custom Adapter in HANA Studio
By Gunesh Pinar
Place the files we have created and edited for our Custom Adapter in the correct directory.
The files for the custom adapter include the:
mqtt-input.jar
and org.eclipse.paho.client.mqttv3-<version>.jar
filesadapter_config.xml
filemqtt_input.cnxml
filemodulesdefine.xml
, custommodulesdefine.xml
, and parametersdefine.xsd
filesThe directory paths for these files will be relative to the STREAMING_HOME
and STREAMING_CUSTOM_ADAPTERS_HOME
environment variables. The streaming home environment variables are %STREAMING_HOME%
and %STREAMING_CUSTOM_ADAPTERS_HOME%
for Windows, and $STREAMING_HOME
and $STREAMING_CUSTOM_ADAPTERS_HOME
for Unix operating systems (please edit the below paths according to your intention). The rest of the directory path relative to the STREAMING_HOME
environment variable is the same on both Linux and Windows.
Updated 04/12/2018
Contributors Provide Feedback
15 Min