Re: Operation not allowed: STORED BY (from Spark Dataframe save)

2018-08-16 Thread yannv
Hi xuchuanyin Thank you for your reply. Raghu found the problem with my code. I had to remove import spark.implicits._ ad use import carbon.implicits._ instead. Thanks, Yann -- Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/

Re: Operation not allowed: STORED BY (from Spark Dataframe save)

2018-08-16 Thread yannv
Hi Raghu (Sraghunandan), Thank you for your answer (use of carbon implicit vs spark implicit). It is now working as expected. Yann -- Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/

Re: Operation not allowed: STORED BY (from Spark Dataframe save)

2018-08-15 Thread xuchuanyin
Hi, did you create the dataframe through SparkSession? If it is so, you do better to create that with CarbonSession, which extends the SparkSession. You may need to refer to https://github.com/apache/carbondata/blob/master/docs/quick-start-guide.md -- Sent from:

Re: Operation not allowed: STORED BY (from Spark Dataframe save)

2018-08-15 Thread yannv
Hello, I am trying to create a carbon data table from a Spark Data Frame, however I am getting an error with the (automatic create table statement) I run this code on spark-shell (passing the carbon data assembly jar file for 1.4.0 as well as master branch), on Azure HDInsight cluster with

Operation not allowed: STORED BY (from Spark Dataframe save)

2018-08-15 Thread yannv
Hello, I am trying to create a carbon data table from a Spark Data Frame, however I am getting an error with the (automatic create table statement) I run this code on spark-shell (passing the carbon data assembly jar file for 1.4.0 as well as master branch), on Azure HDInsight cluster with spark

Re: Operation not allowed: STORED BY (from Spark Dataframe save)

2018-08-14 Thread Raghunandan S
Hi yannav, Can you send the df api and the code you have used. Did you refer the example in TestLoadDataFrame.scala? Are you trying from spark session or carbonsession? Regards Raghu On Tue, 14 Aug 2018, 8:44 pm yannv, wrote: > Hello, > > I am trying to create a carbon data table from a Spark

Operation not allowed: STORED BY (from Spark Dataframe save)

2018-08-14 Thread yannv
Hello, I am trying to create a carbon data table from a Spark Data Frame, however I am getting an error with the (automatic create table statement) I run this code on spark-shell (passing the carbon data assembly jar file for 1.4.0 as well as master branch), on Azure HDInsight cluster with