apache/pulsar
Ver no GitHub[Python-Pulsar]Cannot use pulsar function with a python file
Open
#14.698 aberto em 16 de mar. de 2022
Stalehelp wantedlifecycle/staletype/bug
Métricas do repositório
- Stars
- (13.697 stars)
- Métricas de merge de PR
- (Mesclagem média 3d 10h) (146 fundiu PRs em 30d)
Description
Describe the bug The pulsar function doesn't work with python file (localrun), I totally follow the steps on official website. The function can be created but not work.
To Reproduce Steps to reproduce the behavior:
- Just download the ExclamationFunction.py
- Upload to pulsar server
- Use the cmd to localrun the funtion " ./pulsar-admin functions localrun
--classname ExclamationFunction
--py /pulsar/ExclamationFunction.py
--inputs input
--output output
--tenant public
--namespace default --name PythonFuncName" - See error
Screenshots

Desktop (please complete the following information):
- OS: Windows
Additional context Add any other context about the problem here.