Re: Logging to determine why driver fails

2022-02-21 Thread Artemis User
/22 9:37 AM, Michael Williams (SSI) wrote: Thank you. *From:* Artemis User [mailto:arte...@dtechspace.com] *Sent:* Monday, February 21, 2022 8:23 AM *To:* Michael Williams (SSI) *Subject:* Re: Logging to determine why driver fails Spark uses Log4j for logging.  There is a log4j properties template

RE: Logging to determine why driver fails

2022-02-21 Thread Michael Williams (SSI)
Thank you. From: Artemis User [mailto:arte...@dtechspace.com] Sent: Monday, February 21, 2022 8:23 AM To: Michael Williams (SSI) Subject: Re: Logging to determine why driver fails Spark uses Log4j for logging. There is a log4j properties template file located in the conf directory. You can

Re: Logging to determine why driver fails

2022-02-21 Thread Artemis User
Spark uses log4j for logging.  There is a log4j properties template file in the conf directory.  Just remove the "template" extension and change the content of log4j.properties to meet your need.  More info on log4j can be found at logging.apache.org... On 2/21/22 9:15 AM, Michael Williams (SS