06 2022 档案
摘要:一、停止HugeGraph 进入HugeGraph安装目录,执行停止命令 bin/stop-hugegraph.sh 二、查看数据存储 我使用的是HBase作为HugeGraph的底层存储库,查看hugegraph.properties,找到图名称,我这里的名称是hbase_hugegraph vi
阅读全文
摘要:一、停止Atlas 进入Atlas安装目录,停止Atlas python2 /opt/module/atlas/bin/atlas_stop.py 二、删除Solr索引 将fulltext_index、vertex_index、edge_index删除 1、首先登录任意一台Solr的Web页面 ht
阅读全文
摘要:一、下载 1、进入目录 cd /opt/soft 2、下载 wget https://archive.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz 3、解压 tar -zxvf /opt/soft
阅读全文
摘要:一、Hive元数据初次导入 Atlas提供了一个Hive元数据导入的脚本,直接执行该脚本,即可完成Hive元数据的初次全量导入 1、导入Hive元数据 cp /root/import-hive-cdh.sh /opt/module/atlas/hook-bin/ #执行以下命令 /opt/modul
阅读全文
摘要:一、编译Atlas 1、源码包下载地址 https://archive.apache.org/dist/atlas/ 2、将下载好的2.1.0源码包apache-atlas-2.1.0-sources.tar.gz上传至/opt/soft并解压 tar -zxvf apache-atlas-2.1.
阅读全文
摘要:一、Hive客户端报错内容 22/06/08 11:49:04 WARN clients.NetworkClient: [Producer clientId=producer-1] Bootstrap broker xxx.xxx.xx.xxx:9092 (id: -1 rack: null) di
阅读全文
摘要:一、错误日志 Exception in thread "main" java.lang.StackOverflowError at org.apache.logging.log4j.core.Logger.isEnabled(Logger.java:156) at org.apache.loggin
阅读全文
摘要:一、错误内容 ERROR StatusLogger Unrecognized format specifier [d] ERROR StatusLogger Unrecognized conversion specifier [d] starting at position 16 in conver
阅读全文