Skip to content
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

[LIVY-336][SERVER] Livy should not spawn one thread per job to track the job on Yarn #242

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix error default value in config
  • Loading branch information
runzhiwang committed Dec 6, 2019
commit c3c86e37604424989310855ecde6ea4a1f9dd275
2 changes: 1 addition & 1 deletion conf/livy.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
# If Livy can't find the yarn app within this time, consider it lost.
# livy.server.yarn.app-lookup-timeout = 120s
# If Livy can't find the yarn app within this max times, consider it lost.
# livy.server.yarn.app-lookup.max-failed.times = 30
# livy.server.yarn.app-lookup.max-failed.times = 120
# The size of thread pool to monitor all yarn apps.
# livy.server.yarn.app-lookup.thread-pool.size = 4

Expand Down