Skip to content

Commit

Permalink
Put log4j.properties file under common
Browse files Browse the repository at this point in the history
  • Loading branch information
sryza committed Apr 7, 2014
1 parent 55823da commit c0043b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 24 deletions.
6 changes: 6 additions & 0 deletions yarn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@

<outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>
<testOutputDirectory>target/scala-${scala.binary.version}/test-classes</testOutputDirectory>

<resources>
<resource>
<directory>../common/src/main/resources</directory>
</resource>
</resources>
</build>

</project>
24 changes: 0 additions & 24 deletions yarn/stable/src/main/resources/log4j-spark-container.properties

This file was deleted.

0 comments on commit c0043b8

Please sign in to comment.