You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2018/12/20 22:59:17 UTC

[GitHub] ctubbsii commented on a change in pull request #850: Add configSanityCheck to initialize. Fixes #834

ctubbsii commented on a change in pull request #850: Add configSanityCheck to initialize. Fixes #834
URL: https://github.com/apache/accumulo/pull/850#discussion_r243444415
 
 

 ##########
 File path: server/base/src/main/java/org/apache/accumulo/server/init/Initialize.java
 ##########
 @@ -929,6 +930,7 @@ public void execute(final String[] args) {
     Opts opts = new Opts();
     opts.parseArgs("accumulo init", args);
     SiteConfiguration siteConfig = new SiteConfiguration();
+    ConfigSanityCheck.validate(siteConfig);
 
 Review comment:
   Maybe we should just validate the site config when it is constructed, instead of doing this as a separate task?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services