We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
安装 HDFS 时,页面变量配置 dfs.hosts 对应的值是 ${HADOOP_HOME}/etc/hadoop/workers ,但是创建的文件是 ${HADOOP_HOME}/etc/hadoop/whitelist , 看代码是没有取页面变量配置的值,而是写死了文件路径 : fileOperateCommand.setPath(Constants.INSTALL_PATH + "/hadoop/etc/hadoop/" + type);
创建 dfs.hosts 对应的文件时,使用页面 dfs.hosts 变量配置的值。
创建 dfs.hosts 对应的文件时,先获取页面变量配置的值,没有页面配置再写死文件路径。
No response
dev
The text was updated successfully, but these errors were encountered:
[fix][service] 通过页面dfs.hosts配置的值创建白名单文件 (datavane#622)
42894cf
No branches or pull requests
Search before asking
What happened
安装 HDFS 时,页面变量配置 dfs.hosts 对应的值是 ${HADOOP_HOME}/etc/hadoop/workers ,但是创建的文件是 ${HADOOP_HOME}/etc/hadoop/whitelist , 看代码是没有取页面变量配置的值,而是写死了文件路径 :
fileOperateCommand.setPath(Constants.INSTALL_PATH + "/hadoop/etc/hadoop/" + type);
What you expected to happen
创建 dfs.hosts 对应的文件时,使用页面 dfs.hosts 变量配置的值。
How to reproduce
创建 dfs.hosts 对应的文件时,先获取页面变量配置的值,没有页面配置再写死文件路径。
Anything else
No response
Version
dev
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: