turcsanyip commented on a change in pull request #4213: NIFI-7280 Use Atlas
metadata namespace in Atlas Reporting Task
URL: https://github.com/apache/nifi/pull/4213#discussion_r409533808
##########
File path:
nifi-nar-bundles/nifi-atlas-bundle/nifi-atlas-reporting-task/src/main/java/org/apache/nifi/atlas/reporting/ReportLineageToAtlas.java
##########
@@ -192,11 +196,11 @@
public static final PropertyDescriptor ATLAS_DEFAULT_CLUSTER_NAME = new
PropertyDescriptor.Builder()
.name("atlas-default-cluster-name")
- .displayName("Atlas Default Cluster Name")
- .description("Cluster name for Atlas entities reported by this
ReportingTask." +
- " If not specified, 'atlas.cluster.name' in Atlas
Configuration File is used." +
- " Cluster name mappings can be configured by user defined
properties." +
- " See additional detail for detail.")
+ .displayName("Atlas Default Metadata Namespace")
+ .description("Namespace for Atlas entities reported by this
ReportingTask." +
+ " If not specified, 'atlas.metadata.namespace' or
'atlas.cluster.name' (the former having priority) in Atlas Configuration File
is used." +
+ " Multiple mappings can be configured by user defined
properties." +
+ " See additional detail for more.")
Review comment:
Additional Details
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services