On Mon, 1 Aug 2011 12:11:27 -0400, "Aquil H. Abdullah" <[email protected]> wrote: > but it still isn't clear to me how the -libjars option is parsed, whether > or > not I need to explicitly add it to the classpath inside my run method, or > where it needs to be placed in the command-line?
IIRC it's parsed as a comma-separated list of file paths relative to your current working directory, and the local copies that it makes on each cluster node are automatically added to the tasks' classpaths. Can you give an example of how you're trying to use it?
