You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metron.apache.org by nickwallen <gi...@git.apache.org> on 2017/09/21 13:40:32 UTC

[GitHub] metron pull request #769: METRON-1198: Pycapa - No such configuration proper...

GitHub user nickwallen opened a pull request:

    https://github.com/apache/metron/pull/769

    METRON-1198: Pycapa - No such configuration property: "sasl.kerberos.principal"

    When running Pycapa in a Kerberized environment, but without a version of Librdkafka built with SASL support, it can produce error messages that look-like the following.
    
    ```
    KafkaError{code=_INVALID_ARG,val=-186,str="No such configuration property: "sasl.kerberos.principal""}
    ```
    
    This can happen when a user accidentally installs multiple version of Librdkafka and the version that the Python interpreter links to is the one without SASL support.  I am going to update the README to doc this specific condition.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nickwallen/metron patch-2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/metron/pull/769.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #769
    
----
commit beaeca920ebb2de7131fdb2e0e036f016874d530
Author: Nick Allen <ni...@nickallen.org>
Date:   2017-09-21T13:39:18Z

    METRON-1198: Pycapa - No such configuration property: "sasl.kerberos.principal"

----


---

[GitHub] metron issue #769: METRON-1198: Pycapa - No such configuration property: "sa...

Posted by justinleet <gi...@git.apache.org>.
Github user justinleet commented on the issue:

    https://github.com/apache/metron/pull/769
  
    +1 by inspection. Thanks!


---

[GitHub] metron pull request #769: METRON-1198: Pycapa - No such configuration proper...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/metron/pull/769


---