Open pandabajie opened 6 years ago
@pandabajie
你把src\main\java\com\leadingsoft\web\quartz\JobQuartz.java
中runFileJob
方法的第一行改成
JobMeta jobMeta = new JobMeta(jobPath + "/" + jobName, null);
就可以修复这个bug.
这个路径D:/spark/spark-install/pdi-ce-8.0.0.0-28/data-integration/test
可以在src\main\resources\resource\kettle.properties
修改
你好。我按上面的方法还是不行。
我用的是IntelliJ IDEA
你好,我在github看到了你的项目,尝试在本地添加转换文件,设置定时运行,但发现 Caused by: org.apache.commons.vfs2.FileNotFoundException: Could not read from "file:///D:/spark/spark-install/pdi-ce-8.0.0.0-28/data-integration/test/1/1525849355252" because it is not a file.
报这种错误,我没有pdi-ce-8.0.0.0-28,请问是否还要配置这个呢?能否把操作流程再补充详细些吗?谢谢!