harjitdotsingh commented on a change in pull request #2228:
URL: https://github.com/apache/accumulo/pull/2228#discussion_r686268510
##########
File path:
server/base/src/main/java/org/apache/accumulo/server/init/Initialize.java
##########
@@ -279,9 +267,8 @@ static boolean checkInit(VolumeManager fs,
SiteConfiguration sconf, Configuratio
return false;
}
if
(sconf.get(Property.INSTANCE_SECRET).equals(Property.INSTANCE_SECRET.getDefaultValue()))
{
- LineReader c = getLineReader();
- var w = c.getTerminal().writer();
- c.getTerminal().puts(InfoCmp.Capability.bell);
+ Console c = System.console();
Review comment:
\n is unix if we do it the way it is, its compatible with any other
systems you run on. I suggest we live it like that
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]