문제

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?

도움이 되었습니까?

해결책 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.

다른 팁

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 !

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top