Re: Optimal way to avoid processing null returns in Spark Scala

2015-10-08 Thread Iulian DragoČ™
be in Set Cookie header > }else{ > null > } > > > val groupedAndSortedSessions = > sessions.transform(rdd=>ExpoJobCommonNew.getGroupedAndSortedSessions(rdd)) > > > > > -- > View this message in context: > http://apache-spark-user-list.10015

Optimal way to avoid processing null returns in Spark Scala

2015-10-07 Thread swetha
nID //This might be in Set Cookie header }else{ null } val groupedAndSortedSessions = sessions.transform(rdd=>ExpoJobCommonNew.getGroupedAndSortedSessions(rdd)) -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Optimal-way-to-avoid-proc