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

Ability to pass ENV Variables to executors via Scheduler #249

Open
JohnOmernik opened this issue Aug 31, 2016 · 0 comments
Open

Ability to pass ENV Variables to executors via Scheduler #249

JohnOmernik opened this issue Aug 31, 2016 · 0 comments

Comments

@JohnOmernik
Copy link

I have an issue where I am trying to manually use kafka-mesos on a DCOS cluster. I am "Trying" to avoid installing anything on the node, thus I am using the Java Mesosphere bundles in /opt/mesosphere.

I can get the scheduler to run by using PATH:$PATH $JAVA_HOME/bin ./kafka-mesos.sh scheduler this works fine.

However, when my brokers try to run, I get

sh: 1: java: not found

So, ideally, if I could pass an ENV or update the PATH, or do something to allow me to pass environment information to the executors (like Spark does) that would be awesome.

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

No branches or pull requests

2 participants