thlautenschlaeger commented on issue #5912: "UNAVAILABLE: io exception" pulsar 
functions
URL: https://github.com/apache/pulsar/issues/5912#issuecomment-568179130
 
 
   fixed it.
   added the python file name before the classname. 
   
   correct:
   **--classname example_function.WordCountFunction** 
   wrong: 
   **--classname WordCountFunction** 
   
   full command
   ```
   ./pulsar-admin functions localrun --py 
/home/vagrant/python_scripts/example_function.py --classname 
example_function.WordCountFunction --tenant test --namespace test --name 
excfunc --inputs persistent://test/test/test1 --output 
persistent://test/test/test2 
   ```

----------------------------------------------------------------
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

Reply via email to