How to make it work in streaming application #915
-
When we use user agent vs when we don’t use it in streaming mode, the memory usage of application keeps growing. what we have implemented is ` object UaService extends Serializable{
} val convertUDF: UserDefinedFunction = udf((uaString:String) => { def prepareForSilver(bronzeDF: DataFrame): DataFrame = { other option I am trying out now is
How to avoid memory leakage, with this user agent parser. (I am almost certain memory leakage is happening here only) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Does your memory usage keep growing after 10000 uniquely different useragents have passed through? |
Beta Was this translation helpful? Give feedback.
Does your memory usage keep growing after 10000 uniquely different useragents have passed through?