Skip to content

Code analyzer for Spark jobs (Java) for optimizing data processing and ingestion.

Notifications You must be signed in to change notification settings

iostackproject/SparkJavaJobAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SparkJavaJobAnalyzer

This project is an example of the type of code analyzers that can be integrated in Crystal for optimizing Big Data access to object storage via software-defined storage mechanisms. In particular, the objective of this project is to analyze the code of an input Spark job (Java) and to identify those operations performed on RDDs (and many of its subclasses) that can be delegated for execution to the storage side (thanks to a new Storlet). That is, operations like filter(), map() or reduce() are migrated and executed at the storage side for obtaining a faster application execution time.

The development of this project continues at https://github.com/Crystal-SDS.

About

Code analyzer for Spark jobs (Java) for optimizing data processing and ingestion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published