mirror of
https://github.com/apache/nifi.git
synced 2025-02-06 01:58:32 +00:00
NIFI-13208 Increased PropertyDescriptor visibility in HadoopDBCPConnectionPool
This closes #8805 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
811a491ba5
commit
49a9f4f544
@ -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 "
|
||||
|
Loading…
x
Reference in New Issue
Block a user