Skip to content

Instantly share code, notes, and snippets.

View mohemed2087's full-sized avatar

Mohamed Kavungal mohemed2087

View GitHub Profile
@mohemed2087
mohemed2087 / SparkMavenApp_.idea_compiler.xml
Created March 27, 2019 20:25
Sample Spark app with Maven
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="SparkMavenApp" />
</profile>