문제

I've been searching for the location where the Cloudera Hadoop /conf directory is located but I couldn't find it. I installed the namenode using Cloudera's one-click package repo, and I ran sudo apt-get install -y hadoop-hdfs-namenode, but now I need to find the /conf so I can configure a Hadoop cluster. Does someone know where is it located?

도움이 되었습니까?

해결책

It is in the usual place, /etc/hadoop/conf. You will find this is actually a symlink that uses alternatives, but you can just go to this directory to find/edit config if needed.

However it's much easier to manage the packages and config via Cloudera Manager. I really wouldn't bother with editing them manually.

다른 팁

Conf files are located under /etc/hadoop/conf

you can use command to see the list of all configuration files:

[cloudera@quickstart ~]$ ls -lart /etc/hadoop/conf/
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top