Skip to content

[SYSTEMDS-206] HDF5 Data Format#1297

Closed
fathollahzadeh wants to merge 29 commits intoapache:masterfrom
fathollahzadeh:sf-scratchhdf5
Closed

[SYSTEMDS-206] HDF5 Data Format#1297
fathollahzadeh wants to merge 29 commits intoapache:masterfrom
fathollahzadeh:sf-scratchhdf5

Conversation

@fathollahzadeh
Copy link
Copy Markdown
Contributor

This commit is an implementation for HDF5 data format files. The HDF5 The file format specification is available from the HDF Group here

Currently, this patch is targeting the HDF5 format with supporting some features of the HDF5. The supported features:

  1. Two Dimension Data (Matrix)
  2. Matrix with FP64 (double) Data Type
  3. Single Dataset
  4. Single Group
  5. Contiguous Dataset
  6. Read/Write and SystemDS Parallel Feature

fathollahzadeh and others added 29 commits May 11, 2021 00:56
# Conflicts:
#	src/main/java/org/apache/sysds/runtime/instructions/cp/VariableCPInstruction.java
@phaniarnab
Copy link
Copy Markdown
Contributor

Thanks for the PR @fathollahzadeh. Can you please rebase your changes on top of Master and resolve the conflicts, so that the tests run? During that process, also please clean the history if needed (I see a few merge-branches).

@fathollahzadeh
Copy link
Copy Markdown
Contributor Author

Thanks for the comments @adnaribo. I'll fix them and create a new PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants