The HPE Ezmeral Data Fabric Event Store C Client is a distribution of librdkafka that works with HPE Ezmeral Data Fabric Event Store.
root or using
sudo, install the mapr-librdkafka package
on nodes where you want to run or build applications. apt-get install mapr-librdkafkayum install mapr-librdkafkazypper install mapr-librdkafkahttps://package.mapr.com/releases/MEP/<MEP
version>/<operating
system>/<package>.tar.gztar -C /opt/mapr/ -zxf <librdkafka_tarFile_location>mapr-librdkafka package pulls in the mapr-client as a
dependency if the node does not have the mapr-client or
mapr-core package installed.For MapR 6.0.1 and higher, use the following configuration instructions.
/opt/mapr/lib to the
end of LD_LIBRARY_PATH.
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/mapr/lib /opt/mapr/lib to the end
of DYLD_LIBRARY_PATH.
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/opt/mapr/libFor Windows installations, no additional configuration is
required. Link your application and run your programs against the MapR Client
dynampic link libraries (dll) located at: C:\opt\mapr\lib. The
corresponding librdkafka header is C:\opt\mapr\include\librdkafka.