Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Crystal Michelle Chua
QuarkDB
Commits
7321c399
Commit
7321c399
authored
Sep 18, 2019
by
Crystal Chua
Browse files
fix tiny typos in quarkdb-create
parent
9a5dc4e9
Pipeline
#1100411
passed with stages
in 40 minutes and 36 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
tools/quarkdb-create.cc
View file @
7321c399
...
...
@@ -99,8 +99,8 @@ std::vector<option::Option> parse_args(int argc, char** argv) {
std
::
cerr
<<
" $ quarkdb-create --path /directory/where/you/want/the/db"
<<
std
::
endl
<<
std
::
endl
;
std
::
cerr
<<
" - To create a brand new raft instance, run the following on _all_ participating nodes."
<<
std
::
endl
;
std
::
cerr
<<
" --cluster
-
ID and --nodes needs to be _identical_ across all invocations."
<<
std
::
endl
;
std
::
cerr
<<
" $ quarkdb-create --path /db/directory --cluster
-
ID unique-string-that-identifies-cluster --nodes host1:port1,host2:port2,host3:port3"
<<
std
::
endl
<<
std
::
endl
;
std
::
cerr
<<
" --clusterID and --nodes needs to be _identical_ across all invocations."
<<
std
::
endl
;
std
::
cerr
<<
" $ quarkdb-create --path /db/directory --clusterID unique-string-that-identifies-cluster --nodes host1:port1,host2:port2,host3:port3"
<<
std
::
endl
<<
std
::
endl
;
std
::
cerr
<<
" - To create a new cluster out of a bulkloaded instance:"
<<
std
::
endl
;
std
::
cerr
<<
" 1. Shut down the bulkload node, if currently running."
<<
std
::
endl
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment