Re: Operation not allowed: STORED BY (from Spark Dataframe save)
Posted by xuchuanyin on Aug 15, 2018; 7:55am URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/Operation-not-allowed-STORED-BY-from-Spark-Dataframe-save-tp59620p59623.html
Hi, did you create the dataframe through SparkSession?
If it is so, you do better to create that with CarbonSession, which extends
the SparkSession.