diff options
| author | wangkuan <[email protected]> | 2024-07-11 18:13:27 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2024-07-11 18:13:27 +0800 |
| commit | 165e276cee3d34dda65ccd83c6fcbc59b092c3f8 (patch) | |
| tree | 018b33af1fe592a3655d5b4edc9747cdd5396870 /config | |
| parent | 2fabfdb38c8850ec76ef457a252a7609f6bac454 (diff) | |
| parent | 76548454d29184d9a432bc2621b38a11f1b93999 (diff) | |
Merge branch 'develop' of https://git.mesalab.cn/galaxy/platform/groot-stream into feature/hdfs
# Conflicts:
# groot-common/pom.xml
# groot-common/src/main/java/com/geedgenetworks/common/Constants.java
# groot-core/src/main/java/com/geedgenetworks/core/processor/projection/ProjectionProcessFunction.java
# groot-core/src/main/java/com/geedgenetworks/core/udf/knowlegdebase/handler/AbstractKnowledgeBaseHandler.java
Diffstat (limited to 'config')
| -rw-r--r-- | config/grootstream.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/grootstream.yaml b/config/grootstream.yaml index e01fda3..b48197a 100644 --- a/config/grootstream.yaml +++ b/config/grootstream.yaml @@ -16,3 +16,9 @@ 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 |
