NIFI-13605 Make AbstractHadoopProcessor.KERBEROS_USER_SERVICE public

This closes #9129.

Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>

(cherry picked from commit b7faf8c84a6d83bc796e0c36462efbae403fa529)
This commit is contained in:
tpalfy 2024-07-31 14:48:58 +02:00 committed by Peter Turcsanyi
parent 153c87a7da
commit 62989e4920
No known key found for this signature in database
GPG Key ID: 55A813F1C3E553DC

View File

@ -154,7 +154,7 @@ public abstract class AbstractHadoopProcessor extends AbstractProcessor implemen
.required(false)
.build();
static final PropertyDescriptor KERBEROS_USER_SERVICE = new PropertyDescriptor.Builder()
public static final PropertyDescriptor KERBEROS_USER_SERVICE = new PropertyDescriptor.Builder()
.name("kerberos-user-service")
.displayName("Kerberos User Service")
.description("Specifies the Kerberos User Controller Service that should be used for authenticating with Kerberos")