Skip to content

Commit

Permalink
Docs: Distributed Load and change increment flag
Browse files Browse the repository at this point in the history
Added about distributed load related to #3278
Change in increment section is related to #3284
  • Loading branch information
MichelDiz committed Apr 12, 2019
1 parent 85197c6 commit 06123b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions wiki/content/deploy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1482,6 +1482,9 @@ Do not confuse with `-C`.
`-C, --use_compression` (default: false): Enable compression for connections to and from the
Alpha server.

`-a, --alpha` - Distributed Load: You can do a distributed load with Liveloader. Just enter a
Comma-separated list of Dgraph alpha gRPC server addresses. e.g: `-a "alpha:grpc_port,alpha2:grpc_port,alpha3:grpc_port"`.

### Bulk Loader

{{% notice "note" %}}
Expand Down
4 changes: 2 additions & 2 deletions wiki/content/howto/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,10 @@ exist, then it will be created starting at counter 0.
$ dgraph increment
```

Increment the counter predicate against the Alpha running at address `--addr` (default: `localhost:9080`):
Increment the counter predicate against the Alpha running at address `--alpha` (default: `localhost:9080`):

```sh
$ dgraph increment --addr=192.168.1.10:9080
$ dgraph increment --alpha=192.168.1.10:9080
```

Increment the counter predicate specified by `--pred` (default: `counter.val`):
Expand Down

0 comments on commit 06123b1

Please sign in to comment.