Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example 04 - Missing properties file => Job not running #3

Open
kamir opened this issue Oct 3, 2023 · 1 comment
Open

Example 04 - Missing properties file => Job not running #3

kamir opened this issue Oct 3, 2023 · 1 comment

Comments

@kamir
Copy link

kamir commented Oct 3, 2023

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)

@2pk03
Copy link
Member

2pk03 commented Oct 4, 2023

Hi @kamir, did you prep the environment as stated here:
https://github.com/databloom-ai/BDE/wiki/02---Preparing-the-environment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants