diff --git a/dev/bootstrap.sh b/dev/bootstrap.sh
index cbd95efd0..2a1eff37e 100755
--- a/dev/bootstrap.sh
+++ b/dev/bootstrap.sh
@@ -83,6 +83,8 @@ function prepareProp() {
JARS=$(echo ${BYZER_HOME}/libs/*.jar | tr ' ' ',')",$MAIN_JAR_PATH"
EXT_JARS=$(echo ${BYZER_HOME}/libs/*.jar | tr ' ' ':')":$MAIN_JAR_PATH"
+ ## Put 3rd-third plugin jars in classpath
+ EXT_JARS=$(echo ${BYZER_HOME}/plugin/*.jar | tr ' ' ':')":$EXT_JARS"
BYZER_LOG_PATH="file:${BYZER_HOME}/conf/byzer-server-log4j.properties"
@@ -149,6 +151,7 @@ function start(){
nohup $SPARK_HOME/bin/spark-submit --class streaming.core.StreamingApp \
--jars ${JARS} \
--conf "spark.driver.extraClassPath=${EXT_JARS}" \
+ --conf "spark.executor.extraClassPath=${EXT_JARS}" \
--driver-java-options "-Dlog4j.configuration=${BYZER_LOG_PATH}" \
$SPARK_PROP \
$MAIN_JAR_PATH \
diff --git a/dev/check-1000-os.sh b/dev/check-1000-os.sh
old mode 100644
new mode 100755
diff --git a/streamingpro-assembly/src/main/assembly/assembly.xml b/streamingpro-assembly/src/main/assembly/assembly.xml
index f636167cb..0a9151568 100644
--- a/streamingpro-assembly/src/main/assembly/assembly.xml
+++ b/streamingpro-assembly/src/main/assembly/assembly.xml
@@ -32,7 +32,8 @@
${project.parent.basedir}/dev
- empty.json
+ ansj_seg-5.1.6.jar
+ nlp-lang-1.7.8.jar
libs
@@ -70,26 +71,9 @@
plugin
-
-
- ${project.parent.basedir}/examples
- examples
-
-
-
-
- ${project.parent.basedir}/dev/
-
-
- empty.json
-
- data
-
-
${project.parent.basedir}/
-
RELEASES.md
README.md
diff --git a/streamingpro-mlsql/src/main/resources-local/rest/index.vm b/streamingpro-mlsql/src/main/resources-local/rest/index.vm
index 80f168c20..e98af763b 100644
--- a/streamingpro-mlsql/src/main/resources-local/rest/index.vm
+++ b/streamingpro-mlsql/src/main/resources-local/rest/index.vm
@@ -1 +1 @@
-MLSQL Web Console
\ No newline at end of file
+Byzer Web Console
\ No newline at end of file
diff --git a/streamingpro-mlsql/src/main/resources-local/streamingpro/assets/index.html b/streamingpro-mlsql/src/main/resources-local/streamingpro/assets/index.html
index 46b29ff82..99585f4b4 100644
--- a/streamingpro-mlsql/src/main/resources-local/streamingpro/assets/index.html
+++ b/streamingpro-mlsql/src/main/resources-local/streamingpro/assets/index.html
@@ -1 +1 @@
-MLSQL Web Console
\ No newline at end of file
+Byzer Web Console
\ No newline at end of file
diff --git a/streamingpro-mlsql/src/main/resources-online/rest/index.vm b/streamingpro-mlsql/src/main/resources-online/rest/index.vm
index 80f168c20..e98af763b 100644
--- a/streamingpro-mlsql/src/main/resources-online/rest/index.vm
+++ b/streamingpro-mlsql/src/main/resources-online/rest/index.vm
@@ -1 +1 @@
-MLSQL Web Console
\ No newline at end of file
+Byzer Web Console
\ No newline at end of file
diff --git a/streamingpro-mlsql/src/main/resources-online/streamingpro/assets/index.html b/streamingpro-mlsql/src/main/resources-online/streamingpro/assets/index.html
index 46b29ff82..99585f4b4 100644
--- a/streamingpro-mlsql/src/main/resources-online/streamingpro/assets/index.html
+++ b/streamingpro-mlsql/src/main/resources-online/streamingpro/assets/index.html
@@ -1 +1 @@
-MLSQL Web Console
\ No newline at end of file
+Byzer Web Console
\ No newline at end of file