From 4f01a459604ffe2cfcddb10de9961912ff2b0f58 Mon Sep 17 00:00:00 2001 From: pareenaverma Date: Wed, 17 Jan 2024 16:05:19 +0000 Subject: [PATCH] Fixed tab formatting in MongoDB LP --- .../servers-and-cloud-computing/mongodb/benchmark_mongodb.md | 4 ++-- .../servers-and-cloud-computing/mongodb/perf_mongodb.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/learning-paths/servers-and-cloud-computing/mongodb/benchmark_mongodb.md b/content/learning-paths/servers-and-cloud-computing/mongodb/benchmark_mongodb.md index 608f01171..1aa3f607c 100644 --- a/content/learning-paths/servers-and-cloud-computing/mongodb/benchmark_mongodb.md +++ b/content/learning-paths/servers-and-cloud-computing/mongodb/benchmark_mongodb.md @@ -29,7 +29,7 @@ Installing Apache Maven: ``` Installing Python 2.7: -``` + {{< tabpane code=true >}} {{< tab header="Ubuntu" >}} sudo apt-get update @@ -41,7 +41,7 @@ sudo yum install python2 {{< /tab >}} {{< /tabpane >}} {{% notice Python Note%}} -``` + For Ubuntu 22.04 the `python` package may not be found. You can install Python 2.7 using: ```console sudo apt install python2 -y diff --git a/content/learning-paths/servers-and-cloud-computing/mongodb/perf_mongodb.md b/content/learning-paths/servers-and-cloud-computing/mongodb/perf_mongodb.md index 5c5f824c8..1e861267f 100644 --- a/content/learning-paths/servers-and-cloud-computing/mongodb/perf_mongodb.md +++ b/content/learning-paths/servers-and-cloud-computing/mongodb/perf_mongodb.md @@ -13,7 +13,7 @@ This is an open source Java application that tests the MongoDB performance, such ## Install OpenJDK packages Install the appropriate run-time environment to be able to use the performance test tool. -``` + {{< tabpane code=true >}} {{< tab header="Ubuntu" >}} sudo apt-get install -y openjdk-18-jre @@ -22,7 +22,7 @@ sudo apt-get install -y openjdk-18-jre sudo yum install java-17-openjdk {{< /tab >}} {{< /tabpane >}} -``` + For more information see the [OpenJDK](https://openjdk.org/install/) website. ## Setup the MongoDB performance test tool