fixbug: getSparkJarPath
This commit is contained in:
parent
810cca2be2
commit
036eaa058e
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue