I run Stratosphere on Yarn starting jobs from an edge node outside of the actual compute cluster.
The program I wrote has lots of parameter and I don't want to hand them over as command line parameter. My current idea is to just put them in a java properties file and hand that over when starting the job.
Before I start programming and testing things I need to know if this could even work.
The config file is local on the machine where I start the job its only read by the Main thread. I guess the Main thread runs on the master node that Yarn assigns and therefor running on a different machine. Is that true?
If yes how could I pass the parameter file in a way that I can access in the Main thread? It cannot be part of the Jar since it needs to be easy to change.
cheers Martin
--
You received this message because you are subscribed to the Google Groups "stratosphere-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to stratosphere-d...@googlegroups.com.
Visit this group at http://groups.google.com/group/stratosphere-dev.
For more options, visit https://groups.google.com/d/optout.