there is no way to specify conf settings in the maven pom.xml,instead you
can build your project based on the profile and specify the properties into
up property file.

for setting the conf properties its better to create a shell script to run
your jar, in which you need to provide the conf parameters.

::::::::::::::::::::::::::::::::::::::::
Raj K Singh
http://www.rajkrrsingh.blogspot.com
Mobile  Tel: +91 (0)9899821370


On Tue, Aug 13, 2013 at 4:49 PM, Pavan Sudheendra <pavan0...@gmail.com>wrote:

> Hi,
> I'm currently using maven to build the jars necessary for my
> map-reduce program to run and it works for a single node cluster..
>
> For a multi node cluster, how do i specify my map-reduce program to
> ingest the cluster settings instead of localhost settings?
> I don't know how to specify this using maven to build my jar.
>
> I'm using the cdh distribution by the way..
> --
> Regards-
> Pavan
>

Reply via email to