Re: can't apply mappartitions to dataframe generated from carboncontext
Posted by
孙而焓 on
Jul 12, 2017; 9:12am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/can-t-apply-mappartitions-to-dataframe-generated-from-carboncontext-tp14565p18068.html
modify carboncontext.scala file
adding @transient to two member variables and problem solved
@transient
val sc: SparkContext,
@transient
val hiveClientInterface = metadataHive
孙而焓【FFCS研究院】