会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lisacumt
博客园
首页
新随笔
联系
订阅
管理
2026年2月5日
使用Prometheus+grafana监控hiveserver2
摘要: 版本信息 hive 2.1.1 cdh-2.1.0 prometheus v2.53.0 docker grafana 11.1.0 docker hive端 jmx_prometheus_javaagentjar 下载jar jmx_prometheus_javaagent 例如:jmx_prom
阅读全文
posted @ 2026-02-05 14:37 lisacumt
阅读(3)
评论(0)
推荐(0)
2026年1月26日
doris 访问kerberos的hive表
摘要: 如果报错:Can't get Kerberos realm,解决办法:将krb5.conf 复制至 /etc/目录,注意: ln -s 方式连接至/etc/krb5.conf是不行的!!! 无需将core-site.xml hdfs-site.xml hive-site.xml mapred-sit
阅读全文
posted @ 2026-01-26 15:33 lisacumt
阅读(1)
评论(0)
推荐(0)
2026年1月23日
doris使用ranger权限查询插件,报错java.lang.NoClassDefFoundError: jdk/nashorn/api/scripting/ClassFilter
摘要: doris版本3.0.8,其使用的jdk版本jdk17. 报错内容: 2026-01-23 09:15:44,133 WARN (main|15) [ScriptEngineUtil.initScriptEngineCreator():111] initScriptEngineCreator():
阅读全文
posted @ 2026-01-23 11:06 lisacumt
阅读(5)
评论(0)
推荐(0)
doris使用ranger权限管理,报错java.lang.IllegalArgumentException: Can't get Kerberos realm
摘要: 试错 尝试在ranger-doris-security.xml添加配置 参考位置:org.apache.ranger.admin.client.AbstractRangerAdminClient#forceNonKerberos 添加配置ranger.plugin.doris.forceNonKer
阅读全文
posted @ 2026-01-23 10:08 lisacumt
阅读(5)
评论(0)
推荐(0)
2026年1月21日
构建ranger-usersync报错"KeyError: 'ranger.usersync.ldap.ldapbindpassword'"
摘要: ranger-usersync使用ldap时候必须配置配置密码,如下ldap访问无需密码采用的匿名访问方式(使用LDAP admin软件访问时候如果填写密码会报错)。 # ldap bind password for the bind dn specified above # please ensu
阅读全文
posted @ 2026-01-21 17:54 lisacumt
阅读(2)
评论(0)
推荐(0)
执行ranger-admin setup.sh报错TypeError: a bytes-like object is required, not 'str'
摘要: 报错代码: 报错内容: Traceback (most recent call last): File "db_setup.py", line 1455, in <module> main(sys.argv) File "db_setup.py", line 1422, in main run_en
阅读全文
posted @ 2026-01-21 14:38 lisacumt
阅读(2)
评论(0)
推荐(0)
2025年12月31日
scala函数编程案例解析
摘要: 官方文档地址: First-Class Functions higher-order-functions.html 项目地址spline-spark-agent 案例仅分析其中一个类:za.co.absa.spline.harvester.postprocessing.PostProcessor t
阅读全文
posted @ 2025-12-31 15:02 lisacumt
阅读(1)
评论(0)
推荐(0)
2025年11月24日
rocky安装mysql-client以及怎么找缺少的so文件
摘要: 查看Linux系统版本 uname -r # 4.18.0-513.5.1.el8_9.x86_64 cat /etc/os-release # NAME="Rocky Linux" # VERSION="8.9 (Green Obsidian)" cat /proc/version # Linux
阅读全文
posted @ 2025-11-24 13:45 lisacumt
阅读(17)
评论(0)
推荐(0)
2025年11月14日
获取docker前一分钟的至现在日志
摘要: #!/bin/bash cid=`docker ps | grep your_docker_name | awk -F" " '{print $1}'` echo "get your_docker_name contain id:${cid}" if [ -n ${cid} ];then ts=`d
阅读全文
posted @ 2025-11-14 16:53 lisacumt
阅读(6)
评论(0)
推荐(0)
2025年10月22日
doris源码编译和集成vertica 数据源catalog
摘要: 建议使用doris.apache.org的二进制文件包,需要改那些文件编译后替换。 准备: 1. linux编译环境(cpu核数要多+内存要大),需要安装好docker,使用docker编译,同时可以运行linux版本的idea idea官方 下载一个社区版本即可。并复制到虚拟机linux环境的任意
阅读全文
posted @ 2025-10-22 12:03 lisacumt
阅读(18)
评论(0)
推荐(0)
下一页
公告