??????[VOTE] Release Apache Doris flink/spark connector 1.0.0

2022-01-05 Thread 41108453
+1 --  -- ??: "dev" https://github.com/apache/i

Re: [VOTE] Release Apache Doris flink/spark connector 1.0.0

2022-01-05 Thread ling miao
+1 Ling Miao 寒江雪 于2022年1月5日周三 15:53写道: > Hi all, > > We are ready to deploy Doris connectors to Maven Central Repository, as the > version 1.0.0, and the next version will be 1.0.1 > This Release contains Spark connectors and Flink connectors for spark 2/3 > and flink 1.11/1.12/1.13 > > GitHub

Re: [VOTE] Release Apache Doris flink/spark connector 1.0.0

2022-01-05 Thread 赵伟
+1 On 01/5/2022 16:04,ling miao wrote: +1 Ling Miao 寒江雪 于2022年1月5日周三 15:53写道: Hi all, We are ready to deploy Doris connectors to Maven Central Repository, as the version 1.0.0, and the next version will be 1.0.1 This Release contains Spark connectors and Flink connectors for spark 2/3 and

求教BE 启动错误,上报磁盘信息错误

2022-01-05 Thread 胡晨光
各位专家好, 我在A 服务器上配置了一个FE和BE,两个服务器启动正常。FE上也可以看到BE状态 但在B服务器上增加一个BE,配置与A服务器的BE配置一样。启动后,日志报错错误。FE上看这个节点上发现 其 Alive: true 但 AvailCapacity: 1.000 B TotalCapacity: 0.000 日志错误如下,请问是什么原因导致的。 report DISK failed. status: -1, master host: 192.168.122.1, port:9020 W0101 07:30:48.004688 238456 utils.cpp:90] fail

回复:求教BE 启动错误,上报磁盘信息错误

2022-01-05 Thread 李杭
1.检查一下fe.conf be.conf 是否正确配置了priority_networks = 2.检查一下fe.conf是否正确配置meta_dir 、be.conf是否正确配置storage_root_path 3.检查一下AB两个服务器之间是否有防火墙 4.不要在Docker容器里面跑Doris,docker镜像编译用 在 2022年1月5日 16:49,胡晨光<13866174...@126.com> 写道: 各位专家好, 我在A 服务器上配置了一个FE和BE,两个服务器启动正常。FE上也可以看到BE状态 但在B服务器上增加一个BE,配置与A服务器的BE配置一样。启

Re:[VOTE] Release Apache Doris flink/spark connector 1.0.0

2022-01-05 Thread 蔡聪辉
+1 At 2022-01-05 15:52:44, "寒江雪" wrote: >Hi all, > >We are ready to deploy Doris connectors to Maven Central Repository, as the >version 1.0.0, and the next version will be 1.0.1 >This Release contains Spark connectors and Flink connectors for spark 2/3 >and flink 1.11/1.12/1.13 > >GitHub tags

Re: 求教BE 启动错误,上报磁盘信息错误

2022-01-05 Thread ling miao
1. BE 也需要设置 priority_networks btw,其实可以在 docker 容器里跑 Doris,不过需要注意一下两点 1. 网络,必须只用 host network 模式,不要使用容器网络 2. 存储,必须讲数据和日志路径 mount 到本地,否则容器退出后,你的数据和日志就都没了。 Ling Miao 李杭 于2022年1月5日周三 17:27写道: > 1.检查一下fe.conf be.conf 是否正确配置了priority_networks = > 2.检查一下fe.conf是否正确配置meta_dir 、be.conf是否正确配置storage_ro

Re:[VOTE] Release Apache Doris flink/spark connector 1.0.0

2022-01-05 Thread weizuo
+1 Wei Zuo At 2022-01-05 15:52:44, "寒江雪" wrote: >Hi all, > >We are ready to deploy Doris connectors to Maven Central Repository, as the >version 1.0.0, and the next version will be 1.0.1 >This Release contains Spark connectors and Flink connectors for spark 2/3 >and flink 1.11/1

Re: [VOTE] Release Apache Doris flink/spark connector 1.0.0

2022-01-05 Thread 寒江雪
Here is my +1 weizuo 于2022年1月5日周三 19:04写道: > +1 > > > Wei Zuo > > > > > > > > > > > > > > > > > > At 2022-01-05 15:52:44, "寒江雪" wrote: > >Hi all, > > > >We are ready to deploy Doris connectors to Maven Central Repository, as > the > >version 1.0.0, and the next version will be 1.0.1 > >This Rel

Re:Re: [VOTE] Release Apache Doris flink/spark connector 1.0.0

2022-01-05 Thread 陈明雨
I am not so sure, but do we need to provide KEYS, .asc and .sha512 files for this release? -- 此致!Best Regards 陈明雨 Mingyu Chen Email: chenmin...@apache.org 在 2022-01-05 19:56:43,"寒江雪" 写道: >Here is my +1 > >weizuo 于2022年1月5日周三 19:04写道: > >> +1 >> >> >> Wei Zuo >> >> >> >> >> >> >> >> >>

FE上设置set enable_profile=true; 但是queryProfile页面结果是空的

2022-01-05 Thread Xie Josh
FE上设置set enable_profile=true; 但是queryProfile页面结果是空的 Doris: 0.15.0 root账号登录

Re: FE上设置set enable_profile=true; 但是queryProfile页面结果是空的

2022-01-05 Thread ling miao
如果你有多个 fe 节点,首先确定你链接的是哪个 fe,链接的哪个就访问哪个的页面才会有 profile。 其次 show variables 验证你是否设置成功了 Ling Miao Xie Josh 于2022年1月6日周四 13:45写道: > FE上设置set enable_profile=true; 但是queryProfile页面结果是空的 > > Doris: 0.15.0 > > root账号登录 >

Re: FE上设置set enable_profile=true; 但是queryProfile页面结果是空的

2022-01-05 Thread Xie Josh
感谢回复,已经设置好了,还有个问题就是 官方是否提供类似navicat这样的链接工具? Navicat工具用mysql驱动连接时总弹窗报错(虽然可以使用~) 在 2022/1/6 下午2:47,“ling miao” 写入: 如果你有多个 fe 节点,首先确定你链接的是哪个 fe,链接的哪个就访问哪个的页面才会有 profile。 其次 show variables 验证你是否设置成功了 Ling Miao Xie Josh 于2022年1月6日周四 13:45写道: > FE上设置set enable_profile=true; 但是q

Re: FE上设置set enable_profile=true; 但是queryProfile页面结果是空的

2022-01-05 Thread ling miao
Doris 支持的是 mysql 协议,没有官方支持的链接工具。 不过很多用户用的都是 navicat 或者 dbeaver 如果有弹窗报错可以先 google + fe.audit.log 排查一下 ~ Ling Miao Xie Josh 于2022年1月6日周四 15:02写道: > 感谢回复,已经设置好了,还有个问题就是 官方是否提供类似navicat这样的链接工具? > Navicat工具用mysql驱动连接时总弹窗报错(虽然可以使用~) > > 在 2022/1/6 下午2:47,“ling miao” 写入: > > 如果你有多个 fe 节点,首先确定你链接