Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Commit

Permalink
Add UTF8 flags
Browse files Browse the repository at this point in the history
  • Loading branch information
datwright committed Oct 27, 2017
1 parent 58bce59 commit 3b15ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -249,7 +249,7 @@
<target>1.6</target>
<encoding>UTF-8</encoding>
<compilerArgs>
<arg>-J-Djava.awt.headless=true</arg>
<arg>-J-Djava.awt.headless=true -Dfile.encoding=UTF-8 -Dmapreduce.map.java.opts="-Dfile.encoding=UTF-8"</arg>
</compilerArgs>
</configuration>
</plugin>
Expand Down

0 comments on commit 3b15ed7

Please sign in to comment.