Skip to content

Commit

Permalink
Fixed some documents (apache#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrsakai authored and merlimat committed Sep 26, 2017
1 parent fea1b33 commit c5d4f90
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions site/_includes/explanations/install-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ Once the tarball is downloaded, untar it and `cd` into the resulting directory:

```bash
# Source release
$ tar xvfz pulsar-{{ site.current_version }}-src.tar.gz
$ cd pulsar-{{ site.current_version }}
$ tar xvfz apache-pulsar-{{ site.current_version }}-src.tar.gz
$ cd apache-pulsar-{{ site.current_version }}

# Binary release
$ tar xvfz apache-pulsar-{{ site.current_version }}-bin.tar.gz
$ cd pulsar-{{ site.current_version }}
$ cd apache-pulsar-{{ site.current_version }}
```

## What your package contains
Expand Down
2 changes: 1 addition & 1 deletion site/_includes/explanations/service-discovery-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
You can also use your own service discovery system if you'd like. If you use your own system, there is just one requirement: when a client performs an HTTP request to an [endpoint](../../reference/Configuration) for a Pulsar {% popover cluster %}, such as `http://pulsar.us-west.example.com:8080`, the client needs to be redirected to *some* active broker in the desired cluster, whether via DNS, an HTTP or IP redirect, or some other means.

{% include admonition.html type="success" title="Service discovery already provided by many scheduling systems" content="
Many large-scale deployment systems, such as [Kubernetes](../../deployment/Kubernetes), have service discovery systems built in. If you're running Pulsar on such a system, you many not need to provide your own service discovery mechanism.
Many large-scale deployment systems, such as [Kubernetes](../../deployment/Kubernetes), have service discovery systems built in. If you're running Pulsar on such a system, you may not need to provide your own service discovery mechanism.
" %}

### Service discovery setup
Expand Down
2 changes: 1 addition & 1 deletion site/docs/latest/deployment/Kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ You can then access the dashboard in your web browser at [localhost:3000](http:/

#### Pulsar dashboard

While Grafana and Prometheus are used to provide graphs with historical data, [Pulsar dashboard](../../admin/Dashbaord) reports more detailed current data for individual {% popover topics %}.
While Grafana and Prometheus are used to provide graphs with historical data, [Pulsar dashboard](../../admin/Dashboard) reports more detailed current data for individual {% popover topics %}.

For example, you can have sortable tables showing all namespaces, topics, and broker stats, with details on the IP address for consumers, how long they've been connected, and much more.

Expand Down
2 changes: 1 addition & 1 deletion site/docs/latest/deployment/Monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ For that reason we only collect time series of metrics aggregated at the namespa

### Pulsar per-topic dashboard

The per-topic dashboard instructions are available at [Dashboard](../Dashboard).
The per-topic dashboard instructions are available at [Dashboard](../../admin/Dashboard).

### Grafana

Expand Down

0 comments on commit c5d4f90

Please sign in to comment.