[ 
https://issues.apache.org/jira/browse/HDFS-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14357383#comment-14357383
 ] 

Brahma Reddy Battula commented on HDFS-7913:
--------------------------------------------

Here I got confused, which is from HADOOP-11460..did not seen HDFS_LOG_DIR..
   {code}
   # ...
   # this should get deprecated at some point.
-  HADOOP_LOG_DIR="${HADOOP_HDFS_LOG_DIR:-$HADOOP_LOG_DIR}"
-  HADOOP_HDFS_LOG_DIR="${HADOOP_LOG_DIR}"
-  
-  HADOOP_LOGFILE="${HADOOP_HDFS_LOGFILE:-$HADOOP_LOGFILE}"
-  HADOOP_HDFS_LOGFILE="${HADOOP_LOGFILE}"
-  
{code}


> HADOOP_HDFS_LOG_DIR should be HDFS_LOG_DIR in deprecations
> ----------------------------------------------------------
>
>                 Key: HDFS-7913
>                 URL: https://issues.apache.org/jira/browse/HDFS-7913
>             Project: Hadoop HDFS
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Allen Wittenauer
>            Assignee: Brahma Reddy Battula
>            Priority: Critical
>         Attachments: HDFS-7913.patch
>
>
> The wrong variable is deprecated in hdfs-config.sh.  It should be 
> HDFS_LOG_DIR, not HADOOP_HDFS_LOG_DIR.  This is breaking backward 
> compatibility.
> It might be worthwhile to doublecheck the other dep's to make sure they are 
> correct as well.
> Also, release notes for the deprecation jira should be updated to reflect 
> this change.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to