This is an automated email from the ASF dual-hosted git repository.
ulyssesyou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new f0d6ca0 [KYUUBI #2272] Fix incorrect doc link
f0d6ca0 is described below
commit f0d6ca0f27bc18b6962fc2abceab6723933df935
Author: wforget <[email protected]>
AuthorDate: Sat Apr 2 17:51:16 2022 +0800
[KYUUBI #2272] Fix incorrect doc link
### _Why are the changes needed?_
close #2272
### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including
negative and positive cases if possible
- [ ] Add screenshots for manual tests if appropriate
- [ ] [Run
test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests)
locally before make a pull request
Closes #2273 from wForget/KYUUBI-2272.
Closes #2272
a3f16a10 [wforget] [KYUUBI-2272] Fix incorrect doc link
Authored-by: wforget <[email protected]>
Signed-off-by: ulysses-you <[email protected]>
---
.../scala/org/apache/kyuubi/engine/flink/FlinkProcessBuilder.scala | 4 ++--
.../main/scala/org/apache/kyuubi/engine/hive/HiveProcessBuilder.scala | 2 +-
.../scala/org/apache/kyuubi/engine/spark/SparkProcessBuilder.scala | 2 +-
.../scala/org/apache/kyuubi/engine/trino/TrinoProcessBuilder.scala | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git
a/kyuubi-server/src/main/scala/org/apache/kyuubi/engine/flink/FlinkProcessBuilder.scala
b/kyuubi-server/src/main/scala/org/apache/kyuubi/engine/flink/FlinkProcessBuilder.scala
index 72bb655..3efeea9 100644
---
a/kyuubi-server/src/main/scala/org/apache/kyuubi/engine/flink/FlinkProcessBuilder.scala
+++
b/kyuubi-server/src/main/scala/org/apache/kyuubi/engine/flink/FlinkProcessBuilder.scala
@@ -60,7 +60,7 @@ class FlinkProcessBuilder(
} getOrElse {
throw KyuubiSQLException("FLINK_ENGINE_HOME is not set! " +
"For more detail information on installing and configuring Flink,
please visit " +
-
"https://kyuubi.apache.org/docs/stable/deployment/settings.html#environments")
+
"https://kyuubi.apache.org/docs/latest/deployment/settings.html#environments")
}
}
@@ -155,7 +155,7 @@ class FlinkProcessBuilder(
} getOrElse {
throw KyuubiSQLException("FLINK_HOME is not set! " +
"For more detail information on installing and configuring Flink,
please visit " +
-
"https://kyuubi.apache.org/docs/stable/deployment/settings.html#environments")
+
"https://kyuubi.apache.org/docs/latest/deployment/settings.html#environments")
}
}
diff --git
a/kyuubi-server/src/main/scala/org/apache/kyuubi/engine/hive/HiveProcessBuilder.scala
b/kyuubi-server/src/main/scala/org/apache/kyuubi/engine/hive/HiveProcessBuilder.scala
index 4dd3085..eedd820 100644
---
a/kyuubi-server/src/main/scala/org/apache/kyuubi/engine/hive/HiveProcessBuilder.scala
+++
b/kyuubi-server/src/main/scala/org/apache/kyuubi/engine/hive/HiveProcessBuilder.scala
@@ -51,7 +51,7 @@ class HiveProcessBuilder(
}.getOrElse {
throw KyuubiSQLException("HIVE_ENGINE_HOME is not set! " +
"For more detail information on installing and configuring Hive,
please visit " +
-
"https://kyuubi.apache.org/docs/stable/deployment/settings.html#environments")
+
"https://kyuubi.apache.org/docs/latest/deployment/settings.html#environments")
}
}
diff --git
a/kyuubi-server/src/main/scala/org/apache/kyuubi/engine/spark/SparkProcessBuilder.scala
b/kyuubi-server/src/main/scala/org/apache/kyuubi/engine/spark/SparkProcessBuilder.scala
index d7876c3..290f3cc 100644
---
a/kyuubi-server/src/main/scala/org/apache/kyuubi/engine/spark/SparkProcessBuilder.scala
+++
b/kyuubi-server/src/main/scala/org/apache/kyuubi/engine/spark/SparkProcessBuilder.scala
@@ -74,7 +74,7 @@ class SparkProcessBuilder(
}.getOrElse {
throw KyuubiSQLException("SPARK_HOME is not set! " +
"For more detail information on installing and configuring Spark,
please visit " +
-
"https://kyuubi.apache.org/docs/stable/deployment/settings.html#environments")
+
"https://kyuubi.apache.org/docs/latest/deployment/settings.html#environments")
}
}
diff --git
a/kyuubi-server/src/main/scala/org/apache/kyuubi/engine/trino/TrinoProcessBuilder.scala
b/kyuubi-server/src/main/scala/org/apache/kyuubi/engine/trino/TrinoProcessBuilder.scala
index 9b827bf..d5b19e3 100644
---
a/kyuubi-server/src/main/scala/org/apache/kyuubi/engine/trino/TrinoProcessBuilder.scala
+++
b/kyuubi-server/src/main/scala/org/apache/kyuubi/engine/trino/TrinoProcessBuilder.scala
@@ -72,7 +72,7 @@ class TrinoProcessBuilder(
}.getOrElse {
throw KyuubiSQLException("TRINO_ENGINE_HOME is not set! " +
"For more detail information on installing and configuring Trino,
please visit " +
-
"https://kyuubi.apache.org/docs/stable/deployment/settings.html#environments")
+
"https://kyuubi.apache.org/docs/latest/deployment/settings.html#environments")
}
}