Skip to content

Instantly share code, notes, and snippets.

View mahen-github's full-sized avatar

Mahendran Ponnusamy mahen-github

View GitHub Profile
@mahen-github
mahen-github / 1GB-data.txt
Created June 22, 2020 03:14
1GB text [Project Gutenburg] dataset that can be used for applications that requires text files of volume over 1GB
Download the zip
@mahen-github
mahen-github / spark-scala-mavem.xml
Last active February 12, 2023 14:44
The pom.xml file for the spark 3.0, scala 2.11 and 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>com.mahendran.poc</groupId>
<artifactId>spark-poc</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>spark-poc</name>