mirror of https://github.com/apache/nifi.git
NIFI-4980: Typo in ReportAtlasLineage kafka kerberos service name property
This closes #2550 Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
This commit is contained in:
parent
ed30bb9b78
commit
ff04f8efee
|
@ -260,7 +260,7 @@ public class ReportLineageToAtlas extends AbstractReportingTask {
|
|||
|
||||
|
||||
static final PropertyDescriptor KAFKA_KERBEROS_SERVICE_NAME = new PropertyDescriptor.Builder()
|
||||
.name("kafka-kerberos-service-name-kafka")
|
||||
.name("kafka-kerberos-service-name")
|
||||
.displayName("Kafka Kerberos Service Name")
|
||||
.description("The Kerberos principal name that Kafka runs for Atlas notification." +
|
||||
" This can be defined either in Kafka's JAAS config or in Kafka's config." +
|
||||
|
|
Loading…
Reference in New Issue