Skip to content

Commit 43fd5f0

Browse files
authored
Update baseline.md with Maven output and Flink setup
Added expected output for Maven version command and instructions for starting the Flink cluster.
1 parent 25a3432 commit 43fd5f0

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

content/learning-paths/servers-and-cloud-computing/flink-on-gcp/baseline.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,17 @@ Verify the Maven installation:
3333
```console
3434
mvn -version
3535
```
36+
37+
The output should look like:
38+
39+
```output
40+
pache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
41+
Maven home: /opt/maven
42+
Java version: 17.0.13, vendor: N/A, runtime: /usr/lib64/jvm/java-17-openjdk-17
43+
Default locale: en, platform encoding: UTF-8
44+
OS name: "linux", version: "5.14.21-150500.55.124-default", arch: "aarch64", family: "unix"
45+
```
46+
3647
At this point, both Java and Maven are installed and ready to use.
3748

3849
### Start the Flink Cluster

0 commit comments

Comments
 (0)