Hi, I'm using EC2 to run my cluster and it works apart from my logging. I need to have a custom pattern and set the log level to DEBUG for my application.
On my small local test cluster I simply edited the Hadoop log4j.properties file in the conf/ directory and changed the ConversionPattern and added log4j.logger.myapp=DEBUG. This worked but I really don't want to have to edit the log4j.properties file on every node of the proper cluster on EC2. Is there a way to set these values at launch? Or to include my own log4j.properties file within my jar? Thanks! John
