Error: ERROR 1012 (42M03): Table undefined. tableName=COLLIERY.COLLIERY_EQUIPMENT_DATA (state=42M03, 这是因为建表时将库名和表名都用双引号引起来转换成了小写,但在用jdbc操作时没有使用双引号将库名和表名转为小写。插入数据到phoneix报错。
hbase主节点HMaster启动失败 原因:hbase 默认注释掉 HBASE_PID_DIR,而 hbase 默认把 pid 文件放在 /tmp 下, 这个目录可能会被系统删除等原因无法找到解决方法:把 hbase/conf/hbase-env.sh 中的 HBASE_PID_DIR 属性打开修改为非临时路径,例如 opt/module/hbase/pids, 然后重启 zookeeper 和 Hbase 即可...
apache phoenix输入命令没反应,WARN client.ZKAsyncRegistry: Meta region is in state OPENING 异步注册,元区域处于开放状态,和这个没关系进入zookeeper客户端删掉hbase文件,重启zk和hbase解决!
Topic ods_base_db not present in metadata after 60000 ms. 在使用flinkCDC从mysql拉数据并写入kafka时报错,原因是kafka一个节点挂掉,重启kafka集群解决
Caused by: org.apache.flink.api.common.functions.InvalidTypesException: Type of TypeVariable ‘OUT‘ i Exception in thread "main" org.apache.flink.api.common.functions.InvalidTypesException: The return type of function 'Custom Source' could not be determined automatically, due to type erasure. You can give type information hints by using the returns(...) m.
org.apache.flink.client.program.ProgramInvocationException: The main method caused an error: Failed 在idea上执行flinkCDC是正常的,结果到了Linux上报异常:Caused by: org.apache.flink.core.fs.UnsupportedFileSystemSchemeException: Hadoop is not in the classpath/dependencies. at org.apache.flink.core.fs.UnsupportedSchemeFactory.create(UnsupportedSchemeFactory.java:5
java.net.SocketTimeoutException: connect timed out 1.禁用Linux防火墙,未解决2.禁用Windows防火墙,未解决3.Linux ping Windows ip ping 不通
WARN [Consumer clientId=consumer-console-consumer-22243-1, groupId=console-consumer-22243] Bootstrap 配置文件有误,修改配置文件# Name the components on this agenta1.sources = r1a1.sinks = k1a1.channels = c1#define a memory channel called c1 on a1a1.channels.c1.type = memorya1.channels.c1.capacity = 1000a1.channels.c1.transactionCapacity = 100#Describe/conf