person Attapol access_time 4 months ago
Re: Install Hadoop 3.3.0 on Linux
http://mirror.intergrid.com.au/apache/hadoop/common/hadoop-3.3.0/hadoop-3.3.0.tar.gz
I can't open link file for get it.
person Attapol access_time 4 months ago
Re: Install Hadoop 3.3.0 on Linux
http://mirror.intergrid.com.au/apache/hadoop/common/hadoop-3.3.0/hadoop-3.3.0.tar.gz
I can't open link file for get it.
http://mirror.intergrid.com.au/apache/hadoop/common/hadoop-3.3.0/hadoop-3.3.0.tar.gz
I can't open link file for get it.
I'm glad the article is helping. If you don't specify the paths, it will use default paths.
Good luck with your configurations for a 100TB cluster.
Hi,
It means that you need to ensure the account that runs Hadoop daemon services has full access to the namenode and datanode directories.
<property> <name>dfs.namenode.name.dir</name> <value>/data/dfs/namespace_logs_330</value> </property> <property> <name>dfs.datanode.data.dir</name> <value>/data/dfs/data_330</value> </property>
For example, if you use your account to run the process, please your Linux account in WSL has write permissions to folder /data/dfs/namespace_logs_330 and /data/dfs/data_330 for the above HDFS configuration (in file etc/hadoop/core-site.xml).
For connection refused, it is usually due to the SSH services were not started correctly. As mentioned in the article, please try the following commands in WSL bash command line and then restart your Hadoop services:
sudo apt-get install ssh
sudo service ssh restart
Sometimes it might work by just simply restarting your Windows systems.
That link might not be available now. Please download directly from the release website: Apache Hadoop.