dlmarion commented on PR #5868:
URL: https://github.com/apache/accumulo/pull/5868#issuecomment-3258840383
This is a good example of what I was describing above in my last comment:
``` INSTANCE_SECRET("instance.secret", "DEFAULT", PropertyType.STRING,
"A secret unique to a given instance that all servers must know in
order"
+ " to communicate with one another. It should be changed prior to
the"
+ " initialization of Accumulo. To change it after Accumulo has
been"
+ " initialized, use the ChangeSecret tool and then update
accumulo.properties"
+ " everywhere. Before using the ChangeSecret tool, make sure
Accumulo is not"
+ " running and you are logged in as the user that controls
Accumulo files in"
+ " HDFS. To use the ChangeSecret tool, run the command:
`./bin/accumulo"
+ " admin changeSecret`.",
"1.3.5"),
```
This is one long line. We could change this to a multi-line string to make
it easier to read, but then a newline character would be inserted at the end of
every line.
--
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]