-
Notifications
You must be signed in to change notification settings - Fork 7
Description
When I try to run the example 04 I get this error:
org.apache.wayang.core.api.exception.WayangException: Could not load configuration from file:/home/jovyan/files/wayang_sgd.properties.
org.apache.wayang.core.api.Configuration.load(Configuration.java:238)
org.apache.wayang.core.api.Configuration.(Configuration.java:160)
ammonite.$sess.cmd8$Helper.(cmd8.sc:2)
ammonite.$sess.cmd8$.(cmd8.sc:7)
ammonite.$sess.cmd8$.(cmd8.sc:-1)
java.io.FileNotFoundException: /home/jovyan/files/wayang_sgd.properties (No such file or directory)
java.io.FileInputStream.open0(Native Method)
java.io.FileInputStream.open(FileInputStream.java:219)
java.io.FileInputStream.(FileInputStream.java:157)
org.apache.wayang.core.util.fs.LocalFileSystem.open(LocalFileSystem.java:142)
org.apache.wayang.core.api.Configuration.load(Configuration.java:235)
org.apache.wayang.core.api.Configuration.(Configuration.java:160)
ammonite.$sess.cmd8$Helper.(cmd8.sc:2)
ammonite.$sess.cmd8$.(cmd8.sc:7)
ammonite.$sess.cmd8$.(cmd8.sc:-1)