From 902b4b13a556df0d49bdd440356956dfd5056416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=AE=87=E7=BF=94?= Date: Fri, 2 Jul 2021 23:50:25 +0800 Subject: [PATCH] [KYUUBI #737] add monitor module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This module's feature: 1. get all SQL's metrics during runtime 2. monitor the sqlOperation 3. for auto-configuring Closes #737 from zhang1002/branch-1.2_add-monitor-module. Closes #737 00e80fd3 [zhang1002] Update pom.xml d39767a5 [张宇翔] change module's location 1d151459 [张宇翔] change module name d926d959 [张宇翔] change module name 9bf35e62 [zhang1002] Update pom.xml 34702432 [zhang1002] Update README.md 9a6a68cd [zhang1002] Update README.md 50e3e7d0 [张宇翔] remove dependency cf2cf0f8 [张宇翔] add kyuubi-monitor module Lead-authored-by: 张宇翔 Co-authored-by: zhang1002 Signed-off-by: Cheng Pan --- externals/kyuubi-spark-monitor/README.md | 6 ++++ externals/kyuubi-spark-monitor/pom.xml | 38 ++++++++++++++++++++++++ pom.xml | 1 + 3 files changed, 45 insertions(+) create mode 100644 externals/kyuubi-spark-monitor/README.md create mode 100644 externals/kyuubi-spark-monitor/pom.xml diff --git a/externals/kyuubi-spark-monitor/README.md b/externals/kyuubi-spark-monitor/README.md new file mode 100644 index 000000000..c20825e3a --- /dev/null +++ b/externals/kyuubi-spark-monitor/README.md @@ -0,0 +1,6 @@ +# for kyuubi-spark-monitor + +This module's feature: +- get all SQL's metrics during runtime +- monitor the sqlOperation +- for auto-configuring diff --git a/externals/kyuubi-spark-monitor/pom.xml b/externals/kyuubi-spark-monitor/pom.xml new file mode 100644 index 000000000..92e02839d --- /dev/null +++ b/externals/kyuubi-spark-monitor/pom.xml @@ -0,0 +1,38 @@ + + + + + + org.apache.kyuubi + kyuubi + 1.3.0-SNAPSHOT + ../../pom.xml + + 4.0.0 + + kyuubi-spark-monitor + jar + Kyuubi Project Spark Monitor + + + target/scala-${scala.binary.version}/classes + target/scala-${scala.binary.version}/test-classes + + diff --git a/pom.xml b/pom.xml index 09105094f..40db739d7 100644 --- a/pom.xml +++ b/pom.xml @@ -27,6 +27,7 @@ dev/kyuubi-codecov externals/kyuubi-download + externals/kyuubi-spark-monitor externals/kyuubi-spark-sql-engine kyuubi-assembly kyuubi-common