79290782

Date: 2024-12-18 10:41:40
Score: 4
Natty:
Report link

can you share the spark submit command ?

it's very important to add the log4j file manually when submiting your application.

you can't use a log4j.properties file from the class-path.

your spark submit should contains this

--files "./log4j.properties"
-Dlog4j.configuration=log4j.properties
Reasons:
  • RegEx Blacklisted phrase (2.5): can you share
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): can you share the
  • Low reputation (0.5):
Posted by: Ali BOUHLEL