You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by Mic Sun <su...@sina.com> on 2017/07/12 09:12:17 UTC

Re: can't apply mappartitions to dataframe generated from carboncontext

modify carboncontext.scala file
adding  @transient to two member variables and problem solved
 @transient
    val sc: SparkContext,

  @transient
  val hiveClientInterface = metadataHive



-----
FFCS研究院
--
View this message in context: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/can-t-apply-mappartitions-to-dataframe-generated-from-carboncontext-tp14565p18068.html
Sent from the Apache CarbonData Dev Mailing List archive mailing list archive at Nabble.com.

Re: can't apply mappartitions to dataframe generated from carboncontext

Posted by Ravindra Pesala <ra...@gmail.com>.
Hi ,

It is great to hear that you solved this issue. Can you submit a PR for
your changes

Regards,
Ravindra

On 12 July 2017 at 14:42, Mic Sun <su...@sina.com> wrote:

> modify carboncontext.scala file
> adding  @transient to two member variables and problem solved
>  @transient
>     val sc: SparkContext,
>
>   @transient
>   val hiveClientInterface = metadataHive
>
>
>
> -----
> FFCS研究院
> --
> View this message in context: http://apache-carbondata-dev-
> mailing-list-archive.1130556.n5.nabble.com/can-t-apply-
> mappartitions-to-dataframe-generated-from-carboncontext-tp14565p18068.html
> Sent from the Apache CarbonData Dev Mailing List archive mailing list
> archive at Nabble.com.
>



-- 
Thanks & Regards,
Ravi