SkillAgentSearch skills...

SparkUnitTestingExamples

This project is a collection of Spark Unit Tests Examples to help new Spark users have good examples on how to unit start their code for Spark Core, Spark SQL, and Spark Streaming

Install / Use

/learn @tmalaska/SparkUnitTestingExamples
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Spark Unit Test Examples

In this github you will find examples for Spark Core, Spark SQL, and Spark Streaming unit test.

This is by no means the only way to unit test Spark, it is just to be used as a guide for training

Running

Simply load this project into your IDE and execute the test classes.

Back sure to add the following JVM parameters -Xmx1536m -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=512m

Or just use mvn test

Related Skills

View on GitHub
GitHub Stars35
CategoryDevelopment
Updated5mo ago
Forks27

Languages

Scala

Security Score

87/100

Audited on Oct 31, 2025

No findings