adarmiento commented on a change in pull request #3631: NIFI-6513 
PutHive3Streaming.AUTO_CREATE_PARTITIONS is not used  
URL: https://github.com/apache/nifi/pull/3631#discussion_r312697747
 
 

 ##########
 File path: 
nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/src/main/java/org/apache/nifi/processors/hive/PutHive3Streaming.java
 ##########
 @@ -151,28 +151,19 @@
             .addValidator(StandardValidators.NON_EMPTY_VALIDATOR)
             .build();
 
-    static final PropertyDescriptor PARTITION_VALUES = new 
PropertyDescriptor.Builder()
+    static final PropertyDescriptor STATIC_PARTITION_VALUES = new 
PropertyDescriptor.Builder()
             .name("hive3-stream-part-vals")
-            .displayName("Partition Values")
+            .displayName("Static Partition Values")
             .description("Specifies a comma-separated list of the values for 
the partition columns of the target table. If the incoming records all have the 
same values "
                     + "for the partition columns, those values can be entered 
here, resulting in a performance gain. If specified, this property will often 
contain "
                     + "Expression Language, for example if PartitionRecord is 
upstream and two partitions 'name' and 'age' are used, then this property can 
be set to "
-                    + "${name},${age}.")
+                    + "${name},${age}.\n"
+                    + "Having this property filled implies Hive Static 
Partitioning.")
 
 Review comment:
   Hello, and sorry for the late reply. 
   
   Thanks for the update and the tips. I'm working on it 

----------------------------------------------------------------
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

Reply via email to