Ethanlm commented on a change in pull request #3146: STORM-3521: Adds ugly
workaround to deal with topology main arguments…
URL: https://github.com/apache/storm/pull/3146#discussion_r336643522
##########
File path: bin/storm.py
##########
@@ -1401,7 +1401,7 @@ def drpc_client(args):
exec_storm_class(
"org.apache.storm.command.BasicDrpcClient",
- args=remove_common_options(sys.argv[2:]),
storm_config_opts=args.storm_config_opts,
+ main_class_args=remove_common_options(sys.argv[2:]),
storm_config_opts=args.storm_config_opts,
Review comment:
why do we need to change this
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services