Skip to content

Commit ceccac5

Browse files
author
Haohui Mai
committed
HDFS-6587. Fix a typo in message issued from explorer.js. Contributed by Yongjun Zhang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1605184 13f79535-47bb-0310-9956-ffa450edef68
1 parent c5b98ac commit ceccac5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
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
};

0 commit comments

Comments
 (0)