lenmom

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 43 下一页

2019年5月30日 #

摘要: 1. start kafka and schema_registry 阅读全文
posted @ 2019-05-30 18:19 老董 阅读(169) 评论(0) 推荐(0)

摘要: Statement stmt = connection.createStatement(ResultSet.TYPE_FORWARD_ONLY, ResultSet.CONCUR_READ_ONLY); stmt.setFetchSize(Integer.MIN_VALUE); return stmt; 阅读全文
posted @ 2019-05-30 10:53 老董 阅读(417) 评论(0) 推荐(0)

2019年5月29日 #

摘要: 1. Deep inside of kafka-connect start up To begin with, let's take a look at how kafka connect start. 1.1 start command we saw the start command is co 阅读全文
posted @ 2019-05-29 14:37 老董 阅读(1341) 评论(0) 推荐(0)

摘要: Since Kafka Connect is intended to be run as a service, it also supports a REST API for managing connectors. By default this service runs on port 8083 阅读全文
posted @ 2019-05-29 13:52 老董 阅读(616) 评论(0) 推荐(0)

2019年5月28日 #

摘要: The error looks something like this: The HDFS connector uses a few dependencies which we sometimes use SNAPSHOT versions of during development of a ne 阅读全文
posted @ 2019-05-28 15:34 老董 阅读(618) 评论(0) 推荐(0)

摘要: https://www.cnblogs.com/qq_841161825/p/8830436.html 阅读全文
posted @ 2019-05-28 13:26 老董 阅读(578) 评论(0) 推荐(0)

2019年5月27日 #

摘要: sudo apt-get update #如果好久没有更新资源建议update一次 sudo apt-get install rar #安装rar sudo apt-get install unrar #安装unrar sudo apt-get install p7zip-rar #安装p7zip-rar sudo apt-get in... 阅读全文
posted @ 2019-05-27 13:36 老董 阅读(1484) 评论(0) 推荐(0)

2019年5月24日 #

摘要: 1. download cdh hive src http://archive.cloudera.com/cdh5/cdh/5/hive-1.1.0-cdh5.11.1-src.tar.gz 2. unzip the src tarball 3. compile Note: if u deploy 阅读全文
posted @ 2019-05-24 23:23 老董 阅读(448) 评论(0) 推荐(0)

2019年5月21日 #

摘要: 1 package com.aliyun.dts.connect; 2 3 import com.alibaba.fastjson.JSONObject; 4 import com.aliyun.drc.client.message.DataMessage; 5 import com.aliyun.drc.clusterclient.ClusterClient; 6 i... 阅读全文
posted @ 2019-05-21 20:45 老董 阅读(308) 评论(0) 推荐(0)

摘要: 1. install kafkacat Ubuntu CentOS install deepenency download source from github build source on centos 2. watch the target topic data there is only o 阅读全文
posted @ 2019-05-21 11:05 老董 阅读(696) 评论(0) 推荐(0)

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 43 下一页