pvillard31 commented on a change in pull request #3610: NIFI-6552 Kudu Put 
Operations
URL: https://github.com/apache/nifi/pull/3610#discussion_r317006814
 
 

 ##########
 File path: 
nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/src/main/java/org/apache/nifi/processors/kudu/PutKudu.java
 ##########
 @@ -183,25 +164,27 @@
 
     protected OperationType operationType;
     protected SessionConfiguration.FlushMode flushMode;
+
     protected int batchSize = 100;
     protected int ffbatch   = 1;
 
-    protected KuduClient kuduClient;
-    private volatile KerberosUser kerberosUser;
+    protected KuduTable kuduTable;
 
     @Override
     protected List<PropertyDescriptor> getSupportedPropertyDescriptors() {
         final List<PropertyDescriptor> properties = new ArrayList<>();
         properties.add(KUDU_MASTERS);
-        properties.add(TABLE_NAME);
 
 Review comment:
   Any reason to change the order of the properties? just curious

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to