diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2019-10-22 19:19:51 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2019-10-22 19:19:51 (GMT) |
commit | 0c19dfc164a0ad21974c10ddff49c31c29d89ace (patch) | |
tree | bd1c9757042dca08a94647be6828e4c49ecc32fd /release_docs | |
parent | 4bd50505cf4e9ab6a47993a114f149a175178f65 (diff) | |
parent | 41428cda487497585422264edecfe98ae0eacdde (diff) | |
download | hdf5-hdf5-1_12_0-alpha0.zip hdf5-hdf5-1_12_0-alpha0.tar.gz hdf5-hdf5-1_12_0-alpha0.tar.bz2 |
Merge pull request #2014 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_12 to hdf5_1_12hdf5-1_12_0-alpha0
* commit '41428cda487497585422264edecfe98ae0eacdde':
Add missing 's'.
Update url for S3 and HDFS vfds in RELEASE.txt.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 0e4a2fd..3a0e65d 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -82,13 +82,11 @@ New Features - New S3 and HDFS Virtual File Drivers (VFDs) This release has two new VFDs. The S3 VFD allows accessing HDF5 files on - AWS S3 buckets. HDFS VFD allows accessing HDF5 file stored on Apache HDFS. - See https://portal.hdfgroup.org/display/HDF5/H5P_SET_FAPL_ROS3 - and https://portal.hdfgroup.org/display/HDF5/H5P_SET_FAPL_HDFS - for how to use those APIs. - See https://portal.hdfgroup.org/display/HDF5/Virtual+Object+Layer+and+Virtual+File+Drivers - for more information about configuring and setting up either the S3 or HDFS vfd. - Below are specific instructions how to enable S3 VFD on Windows: + AWS S3 buckets. HDFS VFD allows accessing HDF5 files stored on Apache HDFS. + See https://portal.hdfgroup.org/display/HDF5/Virtual+File+Drivers+-+S3+and+HDFS + for information on enabling those drivers and using those APIs. + + Below are specific instructions for enabling S3 VFD on Windows: Fix windows requirements and java tests. Windows requires CMake 3.13. - Install openssl library (with dev files); |