Skip to content

Navigation Menu

Sign in
Sign up

How do I check blaze works after adding arguments like jars? #213

Unanswered
smartguo asked this question in Q&A
Discussion options

Scripts are as follows:

spark-submit \
--deploy-mode cluster \
--master yarn \
--driver-memory 2g \
--num-executors 6 \
--executor-memory 4g \
--executor-cores 2 \
--queue eng \
--name pyspark_test \
--archives hdfs:///python_env/py_spark_env.zip#PY3 \
--jars "./blaze-engine-1.0-SNAPSHOT.jar" \
--conf spark.sql.extensions=org.apache.spark.sql.blaze.BlazeSparkSessionExtension \
--conf spark.executor.extraClassPath="./blaze-engine-1.0-SNAPSHOT.jar" \
--conf spark.yarn.appMasterEnv.PYSPARK_PYTHON=./PY3/py_spark_env/bin/python3.6 \
--conf spark.yarn.appMasterEnv.PYSPARK_DRIVER_PYTHON=./PY3/py_spark_env/bin/python3.6 \
--conf spark.default.parallelism=1000 \
testpyspark.py
You must be logged in to vote

Replies: 1 comment 2 replies

Comment options

@smartguo Thank you for your interest in Blaze. We apologize for any confusion you may be experiencing. We will be releasing a major version update soon that includes detailed user documentation.

You must be logged in to vote
2 replies
Comment options

Thanks for your reply! Looking forward to your updates!

Comment options

can't wait for the updates!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /