Repository: incubator-ranger Updated Branches: refs/heads/master 8a20a6a09 -> 8d8843928
RANGER-1064: tagsync manual installation fix to use correct value for atlas.kafka.security.protocol property Signed-off-by: Madhan Neethiraj <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/8d884392 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/8d884392 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/8d884392 Branch: refs/heads/master Commit: 8d884392843484245c535104c2184a81aadc8674 Parents: 8a20a6a Author: Abhay Kulkarni <[email protected]> Authored: Sat Jun 25 09:56:44 2016 -0700 Committer: Madhan Neethiraj <[email protected]> Committed: Mon Jun 27 00:25:16 2016 -0700 ---------------------------------------------------------------------- tagsync/scripts/install.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/8d884392/tagsync/scripts/install.properties ---------------------------------------------------------------------- diff --git a/tagsync/scripts/install.properties b/tagsync/scripts/install.properties index add1a26..f760583 100644 --- a/tagsync/scripts/install.properties +++ b/tagsync/scripts/install.properties @@ -33,7 +33,7 @@ TAG_SOURCE_ATLAS_KAFKA_ZOOKEEPER_CONNECT = localhost:2181 TAG_SOURCE_ATLAS_KAFKA_ENTITIES_GROUP_ID = ranger_entities_consumer TAG_SOURCE_ATLAS_KAFKA_SERVICE_NAME = kafka -TAG_SOURCE_ATLAS_KAFKA_SECURITY_PROTOCOL = SASL_PLAINTEXT +TAG_SOURCE_ATLAS_KAFKA_SECURITY_PROTOCOL = PLAINTEXTSASL TAG_SOURCE_ATLAS_KERBEROS_PRINCIPAL = TAG_SOURCE_ATLAS_KERBEROS_KEYTAB =
