From 61b4bcdf06b96e9b850ccb77da72a9600d706403 Mon Sep 17 00:00:00 2001 From: "jiachuan.zhu" Date: Tue, 6 Sep 2022 21:22:54 +0800 Subject: [PATCH] Remove MLSQLETApp ( mlsql-et-ets) from all-in-one (#1839) (cherry picked from commit 33213caf4de772ab0a6b476092f502ccc4e8a273) --- conf/byzer.properties.all-in-one.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/byzer.properties.all-in-one.example b/conf/byzer.properties.all-in-one.example index eb69dcf81..00455472a 100644 --- a/conf/byzer.properties.all-in-one.example +++ b/conf/byzer.properties.all-in-one.example @@ -12,4 +12,4 @@ streaming.job.cancel=true streaming.datalake.path=./data/ streaming.driver.port=9003 streaming.enableHiveSupport=false -streaming.plugin.clzznames=tech.mlsql.plugins.ds.MLSQLExcelApp,tech.mlsql.plugins.assert.app.MLSQLAssert,tech.mlsql.plugins.shell.app.MLSQLShell,tech.mlsql.plugins.ext.ets.app.MLSQLETApp,tech.mlsql.plugins.mllib.app.MLSQLMllib +streaming.plugin.clzznames=tech.mlsql.plugins.ds.MLSQLExcelApp,tech.mlsql.plugins.assert.app.MLSQLAssert,tech.mlsql.plugins.shell.app.MLSQLShell,tech.mlsql.plugins.mllib.app.MLSQLMllib