PDavid opened a new pull request, #6662:
URL: https://github.com/apache/hbase/pull/6662

   - Replaced the usage of the following deprecated methods:
     - java.net.URLEncoder.encode(String) -> java.net.URLEncoder.encode(String, 
String)
     - StringUtils.humanReadableInt(long) -> 
StringUtils.TraditionalBinaryPrefix.long2String(long, "", 1): For this a new 
static util method is introduced: 
org.apache.hadoop.hbase.util.Strings.humanReadableInt
     - org.apache.hadoop.fs.FileSystem.getLength(Path) -> 
getFileStatus(Path).getLen()
     - org.apache.hadoop.hbase.ServerName.getStartcode() -> 
org.apache.hadoop.hbase.ServerName.getStartCode()
   - Also removed unused imports in the touched JSP files.
   
   (cherry picked from commit 332d7536e7801493e9ca1e61e7c9bf97d624b3f7)


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to