Interconnecting HDFS with OBS
- Log in to the node on which the HDFS client is installed as a client installation user.
- Run the following command to switch to the client installation directory.
cd ${client_home}
- Run the following command to configure environment variables:
source bigdata_env
- If the cluster is in security mode, run the following command to authenticate the user. In normal mode, skip user authentication.
kinit Component service user
- Explicitly add the OBS file system to be accessed in the HDFS command line.
For example, you can run the following command to access the OBS file system:
hdfs dfs -ls obs://OBS parallel file system name/Path
If a large number of logs are printed in the OBS file system, the read and write performance may be affected. You can adjust the log level of the OBS client as follows:
cd ${client_home}/HDFS/hadoop/etc/hadoop
vi log4j.properties
Add the OBS log level configuration to the file as follows:
log4j.logger.org.apache.hadoop.fs.obs=WARN
log4j.logger.com.obs=WARN
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot