ctubbsii commented on issue #680:
URL: https://github.com/apache/accumulo/issues/680#issuecomment-845332058


   > Configuring via client props is so much better than configuring things in 
Java code when the situation supports it.
   
   You're right. I was actually thinking of the case where client properties is 
long-lived, and was skeptical that client properties for this would be 
appropriate for the lifetime of a long-lived client, or reusable for many 
short-lived clients using the same, unmodified, properties file.
   
   However, your phasing here highlights another use case I had overlooked: 
short-lived client props for the purposes of executing a specific client. Using 
client props avoids a lot of boilerplate Java code for this case.
   
   In short, my skepticism has dissipated. This is definitely a good idea.


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


Reply via email to