-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release note 0.15.0 #6806
Comments
请问大概什么时候 Release?比较期待这个功能:Spark-Doris-Connector 支持数据写入Doris!😁 |
You can download the trunk code and compile the |
Spark Doris Connector now supports writing. It also supports Spark 2.x and
3.x versions. You can pull the code from the master branch and use the
Docker 1.3.1 image to compile, because the 1.4.1 image thrift has been
upgraded to 0.13.0 Version, compile command
Spark 2.x: sh build.sh 2
Spark 3.x: sh build.sh 3
Mingyu Chen ***@***.***> 于2021年10月27日周三 下午11:28写道:
… 请问大概什么时候 Release?比较期待这个功能:Spark-Doris-Connector 支持数据写入Doris!😁
You can download the trunk code and compile the spark-doris-connector in
extensions/ dir to try it now.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6806 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGIITOROUG42UBWBGHRJE3UJALATANCNFSM5FWRVWZA>
.
--
张家峰
|
OK,我再试一下,可能之前版本不对,感谢! |
请问大概什么时候 Release?比较期待多租户与资源隔离的功能 |
You can try this now: https://github.com/apache/incubator-doris/tree/0.15.0-rc01 |
thinks very much |
@morningman Will vectorization query optimization show up in this release? |
No, it is still WIP. But you can try part of this feature by using Palo(powered by Doris) here: palo.baidu.com, version 0.15.1-rc09 |
赞 |
Spark Doris Connector build faild with spark3 #7363 |
这是来自QQ邮箱的假期自动回复邮件。你好,我最近正在休假中,无法亲自回复你的邮件。我将在假期结束后,尽快给你回复。
|
Highlight
Multi-tenant & Resource isolation
Now users can divide BE nodes in a Doris cluster into multiple resource groups by means of resource tags, so that online and offline business can be unified management and node-level resource isolation.
At the same time, the resource overhead of a single query can be controlled by limiting the CPU, memory overhead, and complexity of a single query task, thereby reducing the problem of resource preemption between different queries.
For details, please refer to Usage Document.
#6159 #6203 #6443
Performance optimization
Added Runtime Filter (#6121) and Join Reorder (#6226) functions.
The Runtime Filter function filters the data of the left table by using the join key column condition of the right table in the join operator, which can significantly improve query efficiency in most join scenarios.
For example, under the Star Schema Benchmark (TPCH's condensed test set), a 2-10 times performance improvement can be obtained.
For details, please refer to Usage Document.
The Join Reorder function can automatically help adjust the order of joins in SQL through the cost model to help obtain the best join efficiency.
It can be turned on through the conference return variable
set enable_cost_based_join_reorder=true
.New features
Extensions
Support Flink-Doris-Connector ([Feature] Flink Doris Connector (#5372) #5375)
For details, please refer to Usage Document
Support DataX doriswriter plug-in (feat: Implementation Datax doriswriter plugin #6107)
For details, please refer to Usage Document
Spark-Doris-Connector supports data writing to Doris. ([feature]:support spark connector sink data to doris #6256)
Optimization
Query
Supports the calculation of all constant expressions by using BE's function calculation ability in the SQL query planning stage (#6233).
Load
Export
Utilities
New builtin function
Others
SSL
secured and configurable node sniffing #5325)Contributors
Thanks for all contributors who contrubute to this release:
@924060929
@acelyc111
@Aimiyoo
@amosbird
@arthur-zhang
@azurenake
@BiteTheDDDDt
@caiconghui
@caneGuy
@caoliang-web
@ccoffline
@chaplinthink
@chovy-3012
@ChPi
@copperybean
@crazyleeyang
@dh-cloud
@DinoZhang
@dixingxing0
@dohongdayi
@e0c9
@EmmyMiao87
@eyesmoons
@francisoliverlee
@Gabriel39
@gaodayue
@GoGoWen
@HappenLee
@harveyyue
@Henry2SS
@hf200012
@huangmengbin
@huozhanfeng
@huzk8
@hxianshun
@ikaruga4600
@JameyWoo
@jennifer88huang
@JinLiOnline
@jinyuanlu
@JNSimba
@killxdcj
@kuncle
@liutang123
@luozenglin
@luzhijing
@MarsXDM
@mh-boy
@mk8310
@morningman
@Myasuka
@nimuyuhan
@pan3793
@PatrickNicholas
@pengxiangyu
@pierre94
@qidaye
@qzsee
@shiyi23
@smallhibiscus
@songenjie
@spaces-X
@stalary
@stdpain
@Stephen-Robin
@Sunt-ing
@Taaang
@tarepanda1024
@tianhui5
@tinkerrrr
@TobKed
@ucasfl
@Userwhite
@vinson0526
@wangbo
@wangliansong
@wangshuo128
@weajun
@weihongkai2008
@weizuo93
@WindyGao
@wunan1210
@wuyunfeng
@xhmz
@xiaokangguo
@xiaoxiaopan118
@xinghuayu007
@xinyiZzz
@xuliuzhe
@xxiao2018
@xy720
@yangzhg
@yx91490
@zbtzbtzbt
@zenoyang
@zh0122
@zhangboya1
@zhangstar333
@zuochunwei
The text was updated successfully, but these errors were encountered: