Hi, Debraj,
The method would be the same as how you would change the log level in
runtime for other Java application, as long as you find the location of the
log4j.xml file.
Link here:
https://stackoverflow.com/questions/4598702/dynamically-changing-log4j-log-level.
I think the best way is to chan
Thanks for replying.
Is there a way to dynamically change this for running containers in YARN?
On Mon 17 Sep, 2018, 10:19 PM Yi Pan, wrote:
> Hi, Debraj,
>
> Samza application's log level is controlled by the log4j.xml configure
> files packaged together with binary tgz file. In YARN, it is usu
Hi, Debraj,
Samza application's log level is controlled by the log4j.xml configure
files packaged together with binary tgz file. In YARN, it is usually under
${YARN_INSTALL_DIR}/usercache/appcache/${APP_ATTEMPT_NAME}/${YARN_CONTAINER_ID}/__package/lib.
Changing log level usually would mean that y
Hi
Can someone let me know how can I change the log level for a samza
application running inside YARN?
Samza Version - 0.13.1