File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
hadoop-hdfs-project/hadoop-hdfs Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -484,6 +484,7 @@ Release 2.5.0 - UNRELEASED
484484 NetworkTopology#sortByDistance. (Yongjun Zhang via wang)
485485
486486 HDFS-6583. Remove clientNode in FileUnderConstructionFeature. (wheat9)
487+
487488 BUG FIXES
488489
489490 HDFS-6112. NFS Gateway docs are incorrect for allowed hosts configuration.
@@ -712,6 +713,9 @@ Release 2.5.0 - UNRELEASED
712713 HDFS-6587. Bug in TestBPOfferService can cause test failure. (Zhilei Xu
713714 via Arpit Agarwal)
714715
716+ HDFS-6598. Fix a typo in message issued from explorer.js. (Yongjun Zhang
717+ via wheat9)
718+
715719 BREAKDOWN OF HDFS-2006 SUBTASKS AND RELATED JIRAS
716720
717721 HDFS-6299. Protobuf for XAttr and client-side implementation. (Yi Liu via umamahesh)
Original file line number Diff line number Diff line change 5858 var msg = '<p>Path does not exist on HDFS or WebHDFS is disabled. Please check your path or enable WebHDFS</p>' ;
5959 break ;
6060 default :
61- var msg = '<p>Failed to retreive data from ' + url + ': ' + err + '</p>' ;
61+ var msg = '<p>Failed to retrieve data from ' + url + ': ' + err + '</p>' ;
6262 }
6363 show_err_msg ( msg ) ;
6464 } ;
You can’t perform that action at this time.
0 commit comments