Skip to content

Commit

Permalink
fix driver-memory spelling error (#1934)
Browse files Browse the repository at this point in the history
  • Loading branch information
carrey-feng authored Feb 25, 2024
1 parent 6d578ba commit 861c95e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/byzer.properties.server.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ byzer.server.runtime.master=yarn
byzer.server.runtime.deploy-mode=client

# configure resource for yarn mode
byzer.server.runtime.dirver-memory=6g
byzer.server.runtime.driver-memory=6g
byzer.server.runtime.executor-memory=4g
byzer.server.runtime.executor-cores=4
byzer.server.runtime.num-executors=4
Expand All @@ -19,4 +19,4 @@ streaming.thrift=false
streaming.platform=spark
streaming.spark.service=true
streaming.driver.port=9003
streaming.enableHiveSupport=false
streaming.enableHiveSupport=false

0 comments on commit 861c95e

Please sign in to comment.