candlerb commented on issue #5522: localrun fails to load python functions from correct file URL: https://github.com/apache/pulsar/issues/5522#issuecomment-548383804 Argh, this is user error (although IMO documentation could be much better). Required usage is: ``` --py /home/ubuntu/func1.py --classname func1.FirstFunction ``` Note required duplication of "func1".
---------------------------------------------------------------- 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
