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:
Koji Kawamura 2018-03-15 16:27:20 +09:00 committed by Mike Thomsen
parent ed30bb9b78
commit ff04f8efee
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ public class ReportLineageToAtlas extends AbstractReportingTask {
static final PropertyDescriptor KAFKA_KERBEROS_SERVICE_NAME = new PropertyDescriptor.Builder() 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") .displayName("Kafka Kerberos Service Name")
.description("The Kerberos principal name that Kafka runs for Atlas notification." + .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." + " This can be defined either in Kafka's JAAS config or in Kafka's config." +