From 6fde9513826ff8443545fd1302fbd75b0c842bf3 Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Tue, 22 Oct 2019 12:36:53 -0500 Subject: Update url for S3 and HDFS vfds in RELEASE.txt. --- release_docs/RELEASE.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 0e4a2fd..2a28052 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -83,12 +83,10 @@ New Features 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: + 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); -- cgit v0.12 From 41428cda487497585422264edecfe98ae0eacdde Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Tue, 22 Oct 2019 13:09:53 -0500 Subject: Add missing 's'. --- release_docs/RELEASE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 2a28052..3a0e65d 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -82,7 +82,7 @@ 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. + 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. -- cgit v0.12