mirror of https://github.com/apache/nifi.git
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…
Reference in New Issue