Skip to content

Commit

Permalink
[hotfix][docs] Fix placement of ticks
Browse files Browse the repository at this point in the history
  • Loading branch information
yangjf2019 authored and zentol committed Oct 2, 2019
1 parent d35f699 commit b1ac77d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions docs/flinkDev/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ To build against Hadoop 2.4.1, 2.6.5, 2.7.5 or 2.8.3, it is sufficient to run (e
mvn clean install -DskipTests -Dhadoop.version=2.6.5
{% endhighlight %}

To package a shaded pre-packaged Hadoop jar into the distributions `/lib` directory, activate the `include-hadoop` profile`:
To package a shaded pre-packaged Hadoop jar into the distributions `/lib` directory, activate the `include-hadoop` profile:

{% highlight bash %}
mvn clean install -DskipTests -Pinclude-hadoop
Expand All @@ -127,8 +127,7 @@ mvn clean install -Dhadoop.version=2.6.5-custom

After this step is complete, follow the steps for [Pre-bundled versions](#pre-bundled-versions).

To build Flink against a vendor specific Hadoop version, additionally activate -Pvendor-repos` profile when building
`flink-shaded`.
To build Flink against a vendor specific Hadoop version, additionally activate `-Pvendor-repos` profile when building flink-shaded:

{% highlight bash %}
mvn clean install -DskipTests -Pvendor-repos -Dhadoop.version=2.6.0-cdh5.16.1
Expand Down
5 changes: 2 additions & 3 deletions docs/flinkDev/building.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ To build against Hadoop 2.4.1, 2.6.5, 2.7.5 or 2.8.3, it is sufficient to run (e
mvn clean install -DskipTests -Dhadoop.version=2.6.5
{% endhighlight %}

To package a shaded pre-packaged Hadoop jar into the distributions `/lib` directory, activate the `include-hadoop` profile`:
To package a shaded pre-packaged Hadoop jar into the distributions `/lib` directory, activate the `include-hadoop` profile:

{% highlight bash %}
mvn clean install -DskipTests -Pinclude-hadoop
Expand All @@ -127,8 +127,7 @@ mvn clean install -Dhadoop.version=2.6.5-custom

After this step is complete, follow the steps for [Pre-bundled versions](#pre-bundled-versions).

To build Flink against a vendor specific Hadoop version, additionally activate -Pvendor-repos` profile when building
`flink-shaded`.
To build Flink against a vendor specific Hadoop version, additionally activate `-Pvendor-repos` profile when building flink-shaded:

{% highlight bash %}
mvn clean install -DskipTests -Pvendor-repos -Dhadoop.version=2.6.0-cdh5.16.1
Expand Down

0 comments on commit b1ac77d

Please sign in to comment.