Pregunta

We're encountering an error when trying to create a UDF function after updating several R libraries within Vertica.

ROLLBACK 3399: Failure in UDx RPC call InvokeGetUdxType(): timed out in receiving a UDx message

We were testing UDF management and creation when this happened. Last week we were able to successfully create basic libraries and functions. However since the update we encountered this error when deleting and recreating UDF's that were already working.

Has anyone encountered an error like this one?

¿Fue útil?

Solución 2

The issue was that an R library was broken during an update but it was difficult to determine which one. The solution used was to reinstall the vertica+R rpm.

Otros consejos

I think that you have tryed to load the UDx as C++ libs. To fix try to issue the "CREATE LIBRARY " specifing the R libs. Give it try let me know what happened !

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top