Can you share some example code of what you are doing?

BTW Gmail puts down your mail as spam, saying it cannot verify it came from
yahoo.com. Might want to check your mail client settings. (It could be a
Gmail or Yahoo bug too of course.)


On Fri, Jun 27, 2014 at 4:29 PM, harsh2005_7 <harsh200...@yahoo.com> wrote:

> Hi,
>
> I have a scenario where I am having a class X with constructor parameter as
> (RDD,Double).When I am initializing the the class object with corresponding
> RDD and double value (of name say x1) and *putting it as a vertex attribute
> in graph* , I am losing my RDD value . The Double value remains intact . I
> tried accessing simultaneously the RDD from instance variable (x1) and i
> see
> it intact there but for some reason it's not available when i take graph
> vertex attribute and access the RDD. Please help me to understand which
> concept I am missing here ? And whats the correct way to do it.
>
>
>
> --
> View this message in context:
> 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-tp8420.html
> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>

Reply via email to