diff --git a/piflow-core/src/main/scala/cn/piflow/util/PropertyUtil.scala b/piflow-core/src/main/scala/cn/piflow/util/PropertyUtil.scala index 0a3807c..1a82f50 100644 --- a/piflow-core/src/main/scala/cn/piflow/util/PropertyUtil.scala +++ b/piflow-core/src/main/scala/cn/piflow/util/PropertyUtil.scala @@ -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()