This is an automated email from the ASF dual-hosted git repository.
abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new a83d1cdf26 fix var name (#13657)
a83d1cdf26 is described below
commit a83d1cdf268aea882ac4b87e8e658373706e94ac
Author: Rishabh Singh <[email protected]>
AuthorDate: Wed Jan 11 21:15:30 2023 +0530
fix var name (#13657)
---
examples/bin/start-druid-main.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/bin/start-druid-main.py b/examples/bin/start-druid-main.py
index 1bbcc3542d..de837674a5 100644
--- a/examples/bin/start-druid-main.py
+++ b/examples/bin/start-druid-main.py
@@ -288,7 +288,7 @@ def verify_service_config(service, config):
mm_task_java_opts_prop, mm_task_worker_capacity_prop =
task_memory_params_present(config, MIDDLE_MANAGER)
- if mm_task_java_opts_property is False:
+ if mm_task_java_opts_prop is False:
raise ValueError('{0} property missing in
{1}/runtime.properties'.format(TASK_JAVA_OPTS_PROPERTY, service))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]