[CARBONDATA-4304] Initialize CarbonEnv will try to create folder on local filesystem if storelocation is set without scheme#4234
Conversation
…ocal filesystem if storepath is set without scheme
|
Build Failed with Spark 2.3.4, Please check CI http://121.244.95.60:12602/job/ApacheCarbonPRBuilder2.3/6049/ |
|
Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_2.4.5/4305/ |
|
Build Success with Spark 3.1, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_3.1/439/ |
|
retest this please |
|
Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12602/job/ApacheCarbonPRBuilder2.3/6051/ |
|
Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_2.4.5/4307/ |
|
Build Success with Spark 3.1, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_3.1/441/ |
|
@jack86596 does this problem exists only with "carbon.storelocation" property? |
yes |
|
As carbon.storelocation is deprecated and would be removed soon, I don't think we should use it or fix issues related to it |
Why is this PR needed?
If storelocation doesn't have scheme, file system is treated as local by default, not the file system defined by fs.defaultFS.
What changes were proposed in this PR?
Does this PR introduce any user interface change?
Is any new testcase added?