自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(16)
  • 资源 (2)
  • 收藏
  • 关注

原创 Impala: Reducing query concurrency or configuring admission control may help avoid this error

Impala并发查询

2022-12-07 14:07:31 857 1

原创 The file STDOUT is not available on the TaskExecutor

Flink web无法打印输出

2022-07-01 11:41:06 3346 2

原创 WARN ConfigParser - 插件[streamreader,streamwriter]加载失败,1s后重试... Exception:Code:[Common-00], Describe

问题描述部署datax到本地后首次执行任务报错解决办法分别进入到 reader和 writer 目录,删除掉这类型文件cd /plugin/readerrm -rf ./._*cd /plugin/writerrm -rf ./._*测试运行成功

2022-05-11 17:26:58 2151 4

原创 Clickhouse:There is no Zookeeper configuration in server config

问题描述环境:clickhouse 2分片1副本在使用clickhouse创建分片表时抛出错误,提示zookeeper没有配置解决办法在conf.xml中添加 配置测试2个节点都创建成功

2022-05-11 13:28:37 1640

原创 The return type of function ‘Custom Source‘ could not be determined automatically, due to type erasu

问题描述Flink 在使用 自定义一个 Source 时,抛出错误解决办法在自定义 Source时, 需要指定泛型

2022-04-16 19:09:38 2524 1

原创 org.apache.thrift.transport.TTransportException: GSS initiate failed

kerberos认证的票据可能已经失效了,重新再认证一下建议写个定时脚本来执行认证[root@xxxx] # kinit -kt xxxx.keytab [email protected][root@xxxx] # klistTicket cache: FILE:/tmp/krb5cc_1000Default principal: [email protected]...........

2022-03-07 15:30:48 4178 1

原创 InvalidReplicationFactorException: Replication factor: 1 larger than available brokers: 0

InvalidReplicationFactorException: Replication factor: 1 larger than available brokers: 0

2022-02-24 20:06:19 1594

原创 ProgramInvocationException: The main method caused an error: Unable to instantiate java compiler

背景在 Flink集群 运行jar包时,抛出异常Flink run -m yarn-cluster xxx.jar解决办法由于jar包冲突,需要去除掉自己打的 jar 包,中的部分依赖像下面这样子,都过滤掉,不知道具体过滤哪些的话,可以看你 flink\ lib 目录下...

2022-02-21 17:39:14 2582

原创 flink/bin/flink-yarn.sh: line 17: rotateLogFilesWithPrefix: command not found

背景报错:flink/bin/flink-yarn.sh: line 17: rotateLogFilesWithPrefix: command not found在 CDH6.2.0 上部署 Flink1.12.0 时,在启动服务中一直以下错误,网上找了了很多方式依旧没解决:例如以下方式(都试了,没啥用)例1. 添加 flink-shaded-hadoop-2-uber-2.7.5-10.0.jar例2. 添加 flink-shaded-hadoop-2-uber-3.0.0-cdh6

2022-02-16 17:06:41 3215 16

转载 CDH+Flink+ Parcel FLINK-1.12.0-BIN-SCALA_2.11-el7.parcel 的错误:哈希验证失败

CDH部署flink,碰到hash值验证失败解决方案修改http配置文件vim /etc/httpd/conf/httpd.conf修改配置文件,添加 .parcel3. 重启http服务systemctl restart httpd下载成功

2022-02-12 13:54:45 641

原创 FlinkSQL报错--jdbc java.net.ConnectException: Connection refused (Connection refused)

背景FlinkSql 通过jdbc连接 Mysql解决方案需要仔细检查以下连接信息连接驱动版本(mysql8.x、mysql5.x),连接的数据库地址、端口,连接的用户名密码等CREATE TABLE sink_demo ( id INT primary key, name STRING, description STRING ) with( 'connector' = 'jdbc', 'driver' = 'com.mysql.cj.jdbc.Driver'

2022-02-10 11:52:40 2999

原创 执行FlinkSql报错 java.net.PlainSocketImpl.socketConnect

这种报错是没有连接到你Flink集群查看是否开启# 启动Flinkstart-cluster.sh# Web UI端口8081

2022-02-09 22:12:30 1074

原创 kinit: Keytab contains no suitable keys for [email protected] while getting initial credentials

正确示例[root@xxx]# kinit -kt yarn.keytab [email protected][root@xxx]# klistTicket cache: FILE:/tmp/krb5cc_0Default principal: [email protected]执行kinit报错创建keytab不同用户,即便密码相同,也不可共用同一个keytab文件[root@xxx]# kinit -kt yarn.keytab [email protected]: Keyt

2022-02-08 15:44:45 6367 2

原创 OpenSSL SSL_read: Connection was reset, errno 10054

OpenSSL SSL_read: Connection was reset, errno 10054解除SSL认证git config --global http.sslVerify "false"

2022-01-21 14:09:33 1983

原创 Java---JDBC连接Impala(Kerberos认证)

Java---JDBC连接Impala(Kerberos认证)版本JAVA8CDH6.3impala

2022-01-15 01:48:43 4363

原创 Java连接Hbase

文章目录1. 配置Maven依赖2. 连接hbase代码3. 写入Hbase表数据版本:jdk 1.8 、Hbase 1.4.0 、 Maven3.5.21. 配置Maven依赖Maven依赖 — pom.xml <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</ar

2021-11-02 14:01:25 240

oracle-j2sdk1.8-1.8.0+update181-1.x86-64.rpm

oracle-j2sdk1.8-1.8.0+update181-1.x86-64.rpm

2023-05-04

flink-shaded-hadoop-2-uber-3.0.0-cdh6.2.0-7.0.jar

# 解压命令 tar -zxvf flink-shaded-hadoop-2-uber-3.0.0-cdh6.2.0-7.0.jar.tar.gz # 介绍 用于CDH部署 Flink所依赖的jar包

2022-02-18

flink-shaded-hadoop-2-uber-2.7.5-10.0.jar

flink-shaded-hadoop-2-uber-2.7.5-10.0.jar

2022-02-18

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除