質問

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