I think the key point is following command.
SparkSession.builder().config(sc.getConf).getOrCreateCarbonSession("/test/carbondata/","/test/carbondata/")
It seems you specify a local path as store location while your default
FileSystem is HDFS, so carbon can not find this path in HDFS, please make
sure your store location is match your file system.
You can check one parameter named fs.defaultFS in core-site.xml.
please have a try, may be it can solve your problem.
Regards.
Chenerlu.
--
View this message in context:
http://apache-carbondata-user-mailing-list.3231.n8.nabble.com/Issue-with-quickstart-introduction-tp46p60.html
Sent from the Apache CarbonData User Mailing List mailing list archive at
Nabble.com.