Sentiment Analysis Error
Hello when I ejecute the pulse function SentimentAnalysis this error appear: ERROR 3399: Failure in UDx RPC call InvokeProcessPartition(): Error in User Defined Object [SentimentAnalysis], error code: 0 Java heap space.
I don't found anything in documentation. Does someone know something about why i have this problem? Thanks!
0
Comments
what is the query that you ran?
@AgustinaMonge - Did you follow the recommendations in the "Tuning the jvm Resource Pool for Vertica Pulse" section of the docs?
See:
https://www.vertica.com/docs/9.0.x/HTML/index.htm#Authoring/Pulse/ResourceManagementTuning.htm
@SruthiA I ran a query like :
Select sentimentAnalysis ('Cookies are sweet.') OVER (PARTITION BEST);
@Jim_Knicely yes, I did. My unique problem is I can´t configurate the MAXMEMORYSIZE in 2G but in documantation said that MAXMERORYSIZE can be 2G or 10% of total memory and in my configuration i have it like this. Thanks! I will read the link