简体   繁体   中英

Hadoop configuration values cloudera

I installed hadoop via cloudera manager using parcels.

I need to find the path of the variables where the following variables are set.

HADOOP_MAPRED_HOME 
MR2_CLASSPATH
HADOOP_COMMON_HOME
JAVA_LIBRARY_PATH
HADOOP_CLIENT_CONF_DIR
HADOOP_CONF_DIR 
HADOOP_HDFS_HOME
HADOOP_YARN_HOME

Can someone please help me with this. Where can i find them.

You can find these environment variables set under cloudera installed directory. Generally, it does install under "opt" directory, so path to configurations of hadoop cluster would be : opt > cloudera > parcels > CDH > etc, where you can search for these environment variables.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM