Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/metron/pull/1136#discussion_r206502701
--- Diff: metron-sensors/pycapa/README.md ---
@@ -239,25 +239,47 @@ The probe can be used in a Kerberized environment.
Follow these additional step
* The keytab used is located at
`/etc/security/keytabs/metron.headless.keytab`
* The service principal is `[email protected]`
+ If it is not, ensure that you have `libsasl` or `libsasl2` installed.
On CentOS, this can be installed with the following command.
+ ```
+ yum install -y cyrus-sasl cyrus-sasl-devel cyrus-sasl-gssapi
+ ```
+
+ 1. Use the non-binary wheel to install confluent-kafka-python.
--- End diff --
You say "you will need to use the non-binary wheel", but in this step
there are no instructions on how to do that.
Should everything here just be added as additional commentary to what is
currently step 4 ("The source install of confluent-kafka?") I believe that is
the step that actually has the instructions on how to do that.
---