Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am fennythomas2000 on github.
  • I am fenny (https://keybase.io/fenny) on keybase.
  • I have a public key ASA0t3msTPAt_Aev-ZLYv-9Y34VQ8uJ480qyQTjiu2751wo

To claim this, I am signing this object:

@fennythomas2000
fennythomas2000 / spark.conf
Created December 31, 2017 21:41
EMR Spark conf
[
{
"Classification": "spark",
"Properties": {
"maximizeResourceAllocation": "true",
"spark.serializer": "org.apache.spark.serializer.KryoSerializer"
}
}
]
@fennythomas2000
fennythomas2000 / scala_maven.pom
Created December 31, 2017 21:38
sample pom file for java and scala maven project
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>test</groupId>
<artifactId>test</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
<scala.version>2.11.6</scala.version>