Skip to content

Commit c0043b8

Browse files
committed
Put log4j.properties file under common
1 parent 55823da commit c0043b8

File tree

3 files changed

+6
-24
lines changed

3 files changed

+6
-24
lines changed

yarn/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,12 @@
167167

168168
<outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>
169169
<testOutputDirectory>target/scala-${scala.binary.version}/test-classes</testOutputDirectory>
170+
171+
<resources>
172+
<resource>
173+
<directory>../common/src/main/resources</directory>
174+
</resource>
175+
</resources>
170176
</build>
171177

172178
</project>

yarn/stable/src/main/resources/log4j-spark-container.properties

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)