NIFI-13208 Increased PropertyDescriptor visibility in HadoopDBCPConnectionPool

This closes #8805

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
lehelb 2024-05-09 23:49:46 -05:00 committed by exceptionfactory
parent 811a491ba5
commit 49a9f4f544
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ public class HadoopDBCPConnectionPool extends AbstractDBCPConnectionPool {
.required(true)
.build();
static final PropertyDescriptor HADOOP_CONFIGURATION_RESOURCES = new PropertyDescriptor.Builder()
public static final PropertyDescriptor HADOOP_CONFIGURATION_RESOURCES = new PropertyDescriptor.Builder()
.name("hadoop-config-resources")
.displayName("Hadoop Configuration Resources")
.description("A file, or comma separated list of files, which contain the Hadoop configuration (core-site.xml, etc.). Without this, Hadoop "