fixbug: getSparkJarPath

This commit is contained in:
judy0131 2020-11-04 05:06:20 -05:00
parent 810cca2be2
commit 036eaa058e
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ object PropertyUtil {
val userDir = System.getProperty("user.dir")
path = userDir + "/config.properties"
classPath = userDir + "/classpath/"
scalaPath = userDir + "/scala"
sparkJarPath = userDir + "/sparkJar"
scalaPath = userDir + "/scala/"
sparkJarPath = userDir + "/sparkJar/"
prop.load(new FileInputStream(path))
} catch{
case ex: Exception => ex.printStackTrace()