Hey Jeremy, You can implement InitableTask <http://samza.apache.org/learn/documentation/0.9/api/javadocs/org/apache/samza/task/InitableTask.html>, which should give you a handle to the config (You should be able to access your configs from this class). You can pass commandline arguments with the flag "--config key=value" in your run-job script.
On Tue, Apr 21, 2015 at 11:29 AM, jeremy p <athomewithagroove...@gmail.com> wrote: > Hello all, > > Is there a way to pass arguments to a Samza job from the command line? If > not, is there any way to pass arguments to a Samza job besides the > .properties file? Also, is there a way to pass application-specific > properties using the .properties file? (such as > my.random.config.value=foo) > > Thanks for taking a look! > > --Jeremy >