Hi, I am new to Carbondata and trying to get my hands on but it seems like the doc is really frustrating. I encountered several issues including this one on jira:https://issues.apache.org/jira/browse/CARBONDATA-4334.
My core question is, I simply want to test CarbonData performance locally without HDFS. Following the Quick Start guide, it seems that I can only do this via spark-shell? Currently I put my commands in a scala file and execute spark-shell --conf spark.sql.extensions=org.apache.spark.sql.CarbonExtensions --jars ./apache-carbondata-2.3.0-bin-spark2.3.4-hadoop2.7.2.jar -i mini_test.scala But this seems a little stupid, and I do not know where should I put the configuration file in. Now I can only do the configuration tuning inside the mini_test.scala. Would be grateful if someone can help. Thanks, Shawn
