Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persistence of IBS cluster / HH files with ADAM format #14

Open
davidonlaptop opened this issue Apr 21, 2015 · 0 comments
Open

Persistence of IBS cluster / HH files with ADAM format #14

davidonlaptop opened this issue Apr 21, 2015 · 0 comments
Labels
Milestone

Comments

@davidonlaptop
Copy link
Member

Description

This feature allow persistence of the model created in issue #7 - #1 via the --cluster option.

The Spark models should integrates with the ADAM format. New record types may need to be added to the ADAM format.

The ADAM formats can be added as a maven dependency. The structure of the ADAM format is defined in an Avro file. The Avro file can be compiled into Java classes.

For updates to the ADAM format, choose the most simple solution for you as long as it is easy to diff the changes to the Avro file.

Analysis

Add a comment to this issue with:

  • the missing fields and record types in the current ADAM format

Design

Add a comment to this issue describing how this will be implemented in Spark, and explain how the persistence model will work.

Implementation

The implementation should use:

  • Scala
  • Spark RDD
  • Avro
  • Parquet
@davidonlaptop davidonlaptop changed the title IBS cluster persistence with ADAM format Persistence of IBS cluster / HH files with ADAM format Apr 21, 2015
@davidonlaptop davidonlaptop modified the milestone: 0.3 Apr 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant