Thank you for clarification, Sean.

2015-02-13 14:16 GMT+04:00 Sean Owen <so...@cloudera.com>:

> 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 used from Java, which
> doesn't have implicits.
>
> On Fri, Feb 13, 2015 at 5:57 AM, Vladimir Protsenko
> <protsenk...@gmail.com> wrote:
> > Thank's for reply. I solved porblem with importing
> > org.apache.spark.SparkContext._ by Imran Rashid suggestion.
> >
> > In the sake of interest, does JavaPairRDD intended for use from java?
> What
> > is the purpose of this class? Does my rdd implicitly converted to it in
> some
> > circumstances?
>

Reply via email to