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

SPARK-2346 make default-jre or any other JRE for Linux Deb #884

Merged
merged 4 commits into from
Sep 8, 2024

Conversation

stokito
Copy link
Contributor

@stokito stokito commented Sep 8, 2024

https://igniterealtime.atlassian.net/browse/SPARK-2346

The launcher has a the std out/err log redirection that doesn’t work and when I starting the Spark I see the exception:

java.io.FileNotFoundException: log file directory '/opt/Spark/logs' doesn't exist.
	at com.exe4j.runtime.LauncherEngine.checkRedirectionFile(LauncherEngine.java:196)
	at com.exe4j.runtime.LauncherEngine.doRedirection(LauncherEngine.java:172)
	at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:59)
	at com.install4j.runtime.launcher.UnixLauncher.start(UnixLauncher.java:69)
	at install4j.org.jivesoftware.launcher.Startup.main(Unknown Source)

stokito and others added 4 commits September 8, 2024 13:18
@Plyha
Copy link
Member

Plyha commented Sep 8, 2024

so, i disable redirect stdout

image

and added your dependency "default-jre | java-runtime (>= 8)", but you can see that the config displays the symbol code instead of the symbol itself.

image|

In any case, if it doesn’t work, we’ll roll back the changes with the dependency.

@Plyha Plyha merged commit feae190 into igniterealtime:master Sep 8, 2024
4 checks passed
@stokito stokito deleted the install4j branch September 8, 2024 21:00
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

Successfully merging this pull request may close these issues.

2 participants