File tree Expand file tree Collapse file tree
content/learning-paths/servers-and-cloud-computing/flink-on-gcp Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ The [Arm Ecosystem Dashboard](https://developer.arm.com/ecosystem-dashboard/) re
3939Extract the downloaded ` .tgz ` archive to make the Flink files accessible for configuration.
4040
4141``` console
42- sudo tar -xvzf flink-2.1.0 -bin-scala_2.12.tgz
42+ sudo tar -xvzf flink-2.1.1 -bin-scala_2.12.tgz
4343```
44- After extraction, you will have a directory named ` flink-2.1.0 ` under ` /opt ` .
44+ After extraction, you will have a directory named ` flink-2.1.1 ` under ` /opt ` .
4545
4646** Rename the extracted directory for convenience:**
4747For easier access and management, rename the extracted Flink directory to a simple name like ` /opt/flink ` .
4848
4949``` console
50- sudo mv flink-2.1.0 /opt/flink
50+ sudo mv flink-2.1.1 /opt/flink
5151```
5252This makes future references to your Flink installation path simpler and more consistent.
5353
You can’t perform that action at this time.
0 commit comments