Re: saveAsHadoopFile is not a member of ... RDD[(String, MyObject)]

2015-02-13 Thread Vladimir Protsenko
Thank you for clarification, Sean. 2015-02-13 14:16 GMT+04:00 Sean Owen : > It is a wrapper whose API is logically the same, but whose method > signature make more sense in Java. You can call the Scala API in Java > without too much trouble, but it gets messy when you have to manually > grapple w

Re: saveAsHadoopFile is not a member of ... RDD[(String, MyObject)]

2015-02-13 Thread Sean Owen
It is a wrapper whose API is logically the same, but whose method signature make more sense in Java. You can call the Scala API in Java without too much trouble, but it gets messy when you have to manually grapple with ClassTag from Java for example. There is not an implicit conversion since it is

Re: saveAsHadoopFile is not a member of ... RDD[(String, MyObject)]

2015-02-12 Thread Vladimir Protsenko
a member of >> org.apache.spark.rdd.RDD[(String, vlpr.MyObject)]/. >> >> Could someone give me insights on what could be done here to make it >> working? Why it is not a member? Because of wrong types? >> >> >> >> -- >> View this message in con

Re: saveAsHadoopFile is not a member of ... RDD[(String, MyObject)]

2015-02-12 Thread Vladimir Protsenko
orking? Why it is not a member? Because of wrong types? >> >> >> >> -- >> View this message in context: >> http://apache-spark-user-list.1001560.n3.nabble.com/saveAsHadoopFile-is-not-a-member-of-RDD-String-MyObject-tp21627.html >> Sent from the Apache Spark

Re: saveAsHadoopFile is not a member of ... RDD[(String, MyObject)]

2015-02-12 Thread Imran Rashid
, vlpr.MyObject)]/. > > Could someone give me insights on what could be done here to make it > working? Why it is not a member? Because of wrong types? > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/saveAsHadoopFile-is-not-a-

Re: saveAsHadoopFile is not a member of ... RDD[(String, MyObject)]

2015-02-12 Thread Ted Yu
e done here to make it > working? Why it is not a member? Because of wrong types? > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/saveAsHadoopFile-is-not-a-member-of-RDD-String-MyObje

saveAsHadoopFile is not a member of ... RDD[(String, MyObject)]

2015-02-12 Thread Vladimir Protsenko
give me insights on what could be done here to make it working? Why it is not a member? Because of wrong types? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/saveAsHadoopFile-is-not-a-member-of-RDD-String-MyObject-tp21627.html Sent from the Apache Spark Us