Yahui Liu created CARBONDATA-4304: ------------------------------------- Summary: Initialize CarbonEnv will try to create folder on local filesystem if storepath is set without scheme Key: CARBONDATA-4304 URL: https://issues.apache.org/jira/browse/CARBONDATA-4304 Project: CarbonData Issue Type: Bug Components: spark-integration Reporter: Yahui Liu
If carbon.storelocation is set to /user/hive/warehouse (same to spark.sql.warehouse.dir), during CarbonEnv initialization, it will try to create storelocation folder on local filesystem and this will fail, and error logs are printed: | ERROR | main | Failed to create directory path /user/hive/warehouse | ERROR | main | Failed to create directory path /user/hive/warehouse/default -- This message was sent by Atlassian Jira (v8.3.4#803005)