-
Notifications
You must be signed in to change notification settings - Fork 548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement] Include plugin jars in driver and executor classspath #1769
Conversation
2. Add plugin/*.jar to driver & executor classpath
@@ -32,7 +32,8 @@ | |||
<fileSet> | |||
<directory>${project.parent.basedir}/dev</directory> | |||
<includes> | |||
<include>empty.json</include> | |||
<include>ansj_seg-5.1.6.jar</include> | |||
<include>nlp-lang-1.7.8.jar</include> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里可以使用正则匹配的方式吗
@@ -32,7 +32,8 @@ | |||
<fileSet> | |||
<directory>${project.parent.basedir}/dev</directory> | |||
<includes> | |||
<include>empty.json</include> | |||
<include>ansj_seg-5.1.6.jar</include> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里是不是还缺了 license,readme 和 release note 那三个文件以及去掉 data 和 sample 两个目录
2. Add plugin/*.jar to driver & executor classpath
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What changes were proposed in this pull request?
How was this patch tested?
byzer server mode
started with
byzer.sh start
local modejars in libs
Byzer sandbox
Locally built, putting bootstrap.sh and byzer-lang main jar in sandbox. sandbox is started
Byzer on Yarn
Hadoop 3.2.0;
conf/byzer.properties.override
Environment variables:
plugin jars are manually copied to $BYZER_HOME/plugin
byzer-lang started with
byzer.sh start
.list yarn app
yarn app -list
!show version;
result!show et;
resultand stopped using
byzer.sh stop
Are there and DOC need to update?
Spark Core Compatibility