You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemds.apache.org by GitBox <gi...@apache.org> on 2021/06/07 00:19:04 UTC

[GitHub] [systemds] fathollahzadeh opened a new pull request #1297: [SYSTEMDS-206] HDF5 Data Format

fathollahzadeh opened a new pull request #1297:
URL: https://github.com/apache/systemds/pull/1297


   This commit is an implementation for HDF5 data format files. The HDF5 The file format specification is available from the HDF Group [here](https://en.wikipedia.org/wiki/Hierarchical_Data_Format) 
   
   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
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [systemds] fathollahzadeh commented on pull request #1297: [SYSTEMDS-206] HDF5 Data Format

Posted by GitBox <gi...@apache.org>.
fathollahzadeh commented on pull request #1297:
URL: https://github.com/apache/systemds/pull/1297#issuecomment-855797971


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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [systemds] fathollahzadeh closed pull request #1297: [SYSTEMDS-206] HDF5 Data Format

Posted by GitBox <gi...@apache.org>.
fathollahzadeh closed pull request #1297:
URL: https://github.com/apache/systemds/pull/1297


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [systemds] phaniarnab commented on pull request #1297: [SYSTEMDS-206] HDF5 Data Format

Posted by GitBox <gi...@apache.org>.
phaniarnab commented on pull request #1297:
URL: https://github.com/apache/systemds/pull/1297#issuecomment-855625797


   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).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org