From d26ebd0cbaabd784096c21890b7df1d77497b5e2 Mon Sep 17 00:00:00 2001 From: sudheer Date: Wed, 25 Mar 2020 10:34:00 -0700 Subject: [PATCH 1/2] Adding notes indicating that the benchmark binaries are compiled with JAVA 13 Reviewers: Neha --- docs/content/latest/benchmark/tpcc-ysql.md | 4 ++++ docs/content/latest/benchmark/ycsb-ycql.md | 4 ++++ docs/content/latest/benchmark/ycsb-ysql.md | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/docs/content/latest/benchmark/tpcc-ysql.md b/docs/content/latest/benchmark/tpcc-ysql.md index fc50394f9368..8fd934a65287 100644 --- a/docs/content/latest/benchmark/tpcc-ysql.md +++ b/docs/content/latest/benchmark/tpcc-ysql.md @@ -39,6 +39,10 @@ $ tar -zxvf tpcc.tar.gz $ cd tpcc ``` +{{< note title="Note" >}} +The binaries are compiled with JAVA 13. +{{< /note >}} + ## Step 2. Start your database Start the database using the steps mentioned [here](https://docs.yugabyte.com/latest/quick-start/create-local-cluster/macos/). diff --git a/docs/content/latest/benchmark/ycsb-ycql.md b/docs/content/latest/benchmark/ycsb-ycql.md index 711ee8459ebd..9d3df94e08ed 100644 --- a/docs/content/latest/benchmark/ycsb-ycql.md +++ b/docs/content/latest/benchmark/ycsb-ycql.md @@ -53,6 +53,10 @@ $ tar -zxvf ycsb.tar.gz $ cd YCSB ``` +{{< note title="Note" >}} +The binaries are compiled with JAVA 13. +{{< /note >}} + ## Step 2. Start YugabyteDB Start your YugabyteDB cluster by following the steps in [Quick start](https://docs.yugabyte.com/latest/quick-start/explore-ysql/). diff --git a/docs/content/latest/benchmark/ycsb-ysql.md b/docs/content/latest/benchmark/ycsb-ysql.md index a9b5dfcb3fa3..cdc619128b28 100644 --- a/docs/content/latest/benchmark/ycsb-ysql.md +++ b/docs/content/latest/benchmark/ycsb-ysql.md @@ -53,6 +53,10 @@ $ tar -zxvf ycsb.tar.gz $ cd YCSB ``` +{{< note title="Note" >}} +The binaries are compiled with JAVA 13. +{{< /note >}} + ## Step 2. Start YugabyteDB Start your YugabyteDB cluster by following the steps in [Quick start](https://docs.yugabyte.com/latest/quick-start/explore-ysql/). From 6eda31f48236eba61fa100fc8f313cbfe9e96056 Mon Sep 17 00:00:00 2001 From: sudheer Date: Fri, 27 Mar 2020 19:30:39 -0700 Subject: [PATCH 2/2] Addressed comments. --- docs/content/latest/benchmark/tpcc-ysql.md | 2 +- docs/content/latest/benchmark/ycsb-ycql.md | 2 +- docs/content/latest/benchmark/ycsb-ysql.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/latest/benchmark/tpcc-ysql.md b/docs/content/latest/benchmark/tpcc-ysql.md index 8fd934a65287..d93da05bed89 100644 --- a/docs/content/latest/benchmark/tpcc-ysql.md +++ b/docs/content/latest/benchmark/tpcc-ysql.md @@ -40,7 +40,7 @@ $ cd tpcc ``` {{< note title="Note" >}} -The binaries are compiled with JAVA 13. +The binaries are compiled with JAVA 13 and it is recommended to run these binaries with that version. {{< /note >}} ## Step 2. Start your database diff --git a/docs/content/latest/benchmark/ycsb-ycql.md b/docs/content/latest/benchmark/ycsb-ycql.md index 9d3df94e08ed..c6b3af754209 100644 --- a/docs/content/latest/benchmark/ycsb-ycql.md +++ b/docs/content/latest/benchmark/ycsb-ycql.md @@ -54,7 +54,7 @@ $ cd YCSB ``` {{< note title="Note" >}} -The binaries are compiled with JAVA 13. +The binaries are compiled with JAVA 13 and it is recommended to run these binaries with that version. {{< /note >}} ## Step 2. Start YugabyteDB diff --git a/docs/content/latest/benchmark/ycsb-ysql.md b/docs/content/latest/benchmark/ycsb-ysql.md index cdc619128b28..688b2be2f4c4 100644 --- a/docs/content/latest/benchmark/ycsb-ysql.md +++ b/docs/content/latest/benchmark/ycsb-ysql.md @@ -54,7 +54,7 @@ $ cd YCSB ``` {{< note title="Note" >}} -The binaries are compiled with JAVA 13. +The binaries are compiled with JAVA 13 and it is recommended to run these binaries with that version. {{< /note >}} ## Step 2. Start YugabyteDB