From 2fabfdb38c8850ec76ef457a252a7609f6bac454 Mon Sep 17 00:00:00 2001 From: wangkuan Date: Thu, 11 Jul 2024 18:05:35 +0800 Subject: [improve][bootstrap]hdfs知识库样例配置 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/grootstream.yaml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'config') diff --git a/config/grootstream.yaml b/config/grootstream.yaml index d8d6306..e01fda3 100644 --- a/config/grootstream.yaml +++ b/config/grootstream.yaml @@ -1,10 +1,10 @@ grootstream: knowledge_base: - name: tsg_ip_asn - fs_type: http - fs_path: http://192.168.44.12:9999/v1/knowledge_base + fs_type: http #hdfs,local + fs_path: http://192.168.44.12:9999/v1/knowledge_base #单机模式hdfs://192.168.44.12:9000/kb,集群模式hdfs://ns1/kb files: - - f9f6bc91-2142-4673-8249-e097c00fe1ea + - f9f6bc91-2142-4673-8249-e097c00fe1ea #文件系统中文件名asn_builtin.mmdb - name: tsg_ip_location fs_type: http fs_path: http://192.168.44.12:9999/v1/knowledge_base @@ -16,9 +16,3 @@ grootstream: hos.bucket.name.traffic_file: traffic_file_bucket hos.bucket.name.troubleshooting_file: troubleshooting_file_bucket scheduler.knowledge_base.update.interval.minutes: 5 - hadoop.dfs.namenodes: 192.168.44.12 - hadoop.dfs.replication: 1 - #hadoop.dfs.port: 9000 - #hadoop.dfs.user: root - #hadoop.dfs.nameservices: ns1 - #hadoop.dfs.ha.namenodes.ns1: nn1,nn2 \ No newline at end of file -- cgit v1.2.3