Spark RDD member of class loses it's value when the class being used as graph vertex attribute -


i have scenario having class x constructor parameter (rdd,double).when initializing the class object corresponding rdd , double value (of name x1) , putting vertex attribute in graph , losing rdd value . double value remains intact . tried accessing simultaneously rdd instance variable (x1) , see intact there reason it's not available when take graph vertex attribute , access rdd. please me understand concept missing here ? , whats correct way it.

[edit] here link spark mailing list have posted question further clarity http://apache-spark-user-list.1001560.n3.nabble.com/spark-rdd-member-of-class-loses-it-s-value-when-the-class-being-used-as-graph-attribute-td8420.html


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -