-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.5.3
-
Fix Version/s: None
-
Component/s: core, examples, spark-integration
-
Labels:None
For now, to acquire the root path of project path was called by
val rootPath = new File(this.getClass.getResource("/").getPath + "../../../..").getCanonicalPath
we can use a simpler approach to optimize
System.getProperty("user.dir")
- links to