thlautenschlaeger edited a comment on issue #5912: "UNAVAILABLE: io exception" pulsar functions URL: https://github.com/apache/pulsar/issues/5912#issuecomment-568612197 @jiazhai i used this [link](https://pulsar.apache.org/docs/en/functions-quickstart/#write-and-run-a-new-function) @tuteng followed this link and found this result ``` packageLocation { packagePath: "public/default/testfn/002b1544-1c80-4b7b-bbd8-42443e0bcd48-example_function.py" originalFileName: "example_function.py" } createTime: 1577020302762 } , runtimeSpawner=null, startupException=java.io.IOException: No such file or directory), public/default/testfn: ``` seems as if the python file won't get uploaded to the function worker. i'm using the [java pulsar-admin client](https://pulsar.apache.org/docs/en/admin-api-overview/#java-admin-client) to create the pulsar function and provide the path of the local python file. maybe additional bookkeeper configurations are necessary for this task to run properly?
---------------------------------------------------------------- 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
