We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With Byzer, you can run a local byzer script file with following command:
/opt/apps/SPARK3/spark-current/bin/spark-submit --class streaming.core.StreamingApp \ --master yarn \ --deploy-mode client \ --driver-memory 40g \ --conf spark.executor.cores=3 \ --conf spark.serializer=org.apache.spark.serializer.KryoSerializer \ --conf spark.executor.instances=2 \ --conf spark.mlsql.path.schemas=oss \ /opt/byzer/byzer-lang/main/byzer-lang-3.3.0-2.12-2.4.0-SNAPSHOT.jar \ -streaming.platform spark \ -streaming.name byzer-engine \ -streaming.thrift false \ -streaming.rest false \ -streaming.spark.service false \ -streaming.enableHiveSupport true \ -streaming.platform_hooks tech.mlsql.runtime.SparkSubmitMLSQLScriptRuntimeLifecycle \ -streaming.mlsql.script.path file:///home/byzer/byzer-project/customer_identity.byzer \ -streaming.mlsql.script.owner owner \ -streaming.mlsql.script.jobName scheduler
however ,you may try to control more behaviors when executing the script.
The text was updated successfully, but these errors were encountered:
For example, if you want to control the default home prefix , you can try add following config item:
-streaming.mlsql.script.query.defaultPathPrefix /home/winubuntu/byzer-home
The query parameter in Rest can be passed to the system by key with prefix streaming.mlsql.script.query..
streaming.mlsql.script.query.
Sorry, something went wrong.
No branches or pull requests
With Byzer, you can run a local byzer script file with following command:
however ,you may try to control more behaviors when executing the script.
The text was updated successfully, but these errors were encountered: