You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2021/11/02 11:21:45 UTC

[GitHub] [hadoop] adoroszlai commented on pull request #3577: HADOOP-17713. Update apache/hadoop:3 docker image to 3.3.1 release

adoroszlai commented on pull request #3577:
URL: https://github.com/apache/hadoop/pull/3577#issuecomment-957348441


   > Now CDN (https://dlcdn.apache.org/hadoop/common/hadoop-3.3.1/hadoop-3.3.1.tar.gz) can be used for downloading Hadoop binary tarball. Would you update the URL?
   
   Thanks @aajisaka for the info, updated the URL (in bfd6f64).
   
   > ```
   > bash-4.2$ hdfs dfs -ls /
   > WARNING: log4j.properties is not found. HADOOP_CONF_DIR may be incomplete.
   > ```
   > 
   > I think the log4j.properties file below is being added to wrong place, The HADOOP_CONF_DIR is /etc/hadoop not /opt/hadoop/....
   
   Thanks @ayushtkn for testing the patch.  After setting `HADOOP_CONF_DIR=/opt/hadoop/etc/hadoop` (in adf2000) the command works fine:
   
   ```
   bash-4.2$ hdfs dfs -ls /
   Found 21 items
   -rwxr-xr-x   1 root   root          0 2021-11-02 11:15 /.dockerenv
   ...
   ```


-- 
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: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org