superset安装完整过程
摘要:1.安装superset所需python依赖包 wtforms_json、flask_compress、celery、flask_migrate、flask_talisman、flask_caching、sqlparse、bleach、markdown、numpy、pandas、parsedatet
阅读全文
posted @
2024-03-27 16:52
ifiwereaboy
阅读(2346)
推荐(0)
dolphinscheduler任务报错,日志显示dataX说脏数据过多了?
摘要:经DataX智能分析,该任务最可能的错误原因是: com.alibaba.datax.common.exception.DataXException: Code:[Framework-14], Description:[DataX传输脏数据超过用户预期,该错误通常是由于源端数据存在较多业务脏数据导致
阅读全文
posted @
2024-03-27 14:15
ifiwereaboy
阅读(1229)
推荐(0)
安装miniconda3的时候报错Error loading Python lib '/opt/module/miniconda3/install_tmp/_MEItkgxtG/libpython3.10.so.1.0': dlopen: /lib64/libc.so.6: version `GLIBC_2.25' not found ···
摘要:想要在centos7上安装miniconda3(主要想安装superset),发现报如下错误: 看了该网友的经验贴https://blog.csdn.net/weixin_44479465/article/details/112703715 我查看了下自己的glibc版本,发现自己的版本是2.17,
阅读全文
posted @
2024-03-26 21:44
ifiwereaboy
阅读(1231)
推荐(0)
Maxwell启动问题java.lang.RuntimeException: error: unhandled character set ‘utf8mb3‘
摘要:使用Maxwell碰到问题,查看日志后显示大概是这个问题java.lang.RuntimeException: error: unhandled character set ‘utf8mb3‘ 。 网上查找,看了经验贴https://blog.csdn.net/weixin_44943845/art
阅读全文
posted @
2024-03-09 17:59
ifiwereaboy
阅读(421)
推荐(0)
hive启动
摘要:1.第一次启动初始化(使用mysql存储其元数据) bin/schematool -initSchema -dbType mysql -verbos 2.启动metastore服务 bin/hive --service metastore nohup bin/hive --service metas
阅读全文
posted @
2024-03-08 14:06
ifiwereaboy
阅读(41)
推荐(0)