diff --git a/img/class_fields.png b/img/class_fields.png new file mode 100644 index 0000000..ad7daf6 Binary files /dev/null and b/img/class_fields.png differ diff --git a/readme.md b/readme.md index ffdddbd..0e83913 100644 --- a/readme.md +++ b/readme.md @@ -1,12 +1,22 @@ # 开发和测试使用说明 - 1、hdfs仓库插件是平台文件服务器的扩展,首先需要正常方式安装插件; - 2、在没有平台可视化设置之前,可以通过添加数据库字段来开启hdfs; +> 在fine_conf_entity添加HDFS的仓库配置: ![字段](./img/db_fields.png) -> 上图中的ResourceModuleConfig.profiles.HDFS_TEST.workroots.[你的机器id(可以拷贝表中LOCAL_ENV的)]为hdfs的工作路径。 -> host设置为Hadoop的hdfs地址,比如默认localhost,port为hdfs端口(默认9000)。 -> 如果有用户组设置还需要对应用户名username。 -- 3、添加数据库字段设置仓库为hdfs: +> 图中的`ResourceModuleConfig.profiles.HDFS_TEST.workroots.[你的机器id(可以拷贝表中LOCAL_ENV的)]`为hdfs的工作路径。 + +> `host`设置为Hadoop的hdfs地址,比如默认localhost,`port`为hdfs端口(默认9000)。 + +> 如果有用户组设置还需要对应用户名 `username`。 + + +> 在fine_conf_entity添加数据库字段设置仓库为hdfs: ![设置](./img/set.png) + + +> 在fine_conf_classname: +添加 +![profile](./img/class_fields.png) - 4、启动设计器或者平台 - 5、其它说明: