Fluid gives data elasticity a pair of invisible wings - Custom elastic expansion

background As more and more data intensive applications such as big data and AI begin to be deployed and run in Kubernetes environment, the differences between the design concept of data intensive application computing framework and the original flexible application layout of cloud lead to data access and computing bottlenecks. Cl ...

Posted by stevieontario on Mon, 07 Mar 2022 22:21:29 +0100

Flink tutorial (13) - Flink advanced API (state management)

01 introduction In the previous blog, we have a certain understanding of the use of Flink batch streaming API. Interested students can refer to the following: Flink tutorial (01) - Flink knowledge mapFlink tutorial (02) - getting started with FlinkFlink tutorial (03) - Flink environment constructionFlink tutorial (04) - getting started wi ...

Posted by FortMyersDrew on Mon, 07 Mar 2022 17:54:50 +0100

Notes on new syntax features for CSS/CSS3

Python WeChat Subscription Applet Course Video https://edu.csdn.net/course/detail/36074 Python Actual Quantitative Transaction Finance System https://edu.csdn.net/course/detail/35475 CSS Cascading Style Sheet Three characteristics Cascade: The same style overrides Inheritance: Attributes can be inherited down Priority: The smaller the r ...

Posted by mikeashfield on Sun, 06 Mar 2022 18:35:11 +0100

Copy of kafka and the relationship between partition and copy

Role of a copy 1.Kafka replica function: improve data reliability. 2. The copy in Kafka is divided into Leader and Follower. Kafka producers will only send data to leaders, and then Follower will find leaders to synchronize data. The reading and writing is completed by the leader. The follower only backs up and synchronizes data with th ...

Posted by chocopi on Sun, 06 Mar 2022 12:13:01 +0100

Big data Hadoop 3 1.3 detailed introduction notes of HDFS

On the right side of the page, there is a directory index, which can jump to the content you want to see according to the titleIf not on the right, look for the left Main article link https://blog.csdn.net/grd_java/article/details/115639179Chapter I: environmental construction https://blog.csdn.net/grd_java/article/details/115693312 If you hav ...

Posted by algarve4me on Sat, 05 Mar 2022 05:22:59 +0100

Fluid gives data elasticity a pair of invisible wings - Custom elastic expansion

Author | CHEYANG Fluid community committer Xie Yuandong Fluid community committer Source| Alibaba cloud official account **Introduction: * * elastic scaling is one of the core capabilities of Kubernetes, but it has always been carried out around this stateless application load. Fluid provides the elastic scalability of distributed cache, ...

Posted by ekalath on Sat, 05 Mar 2022 03:36:28 +0100

[Python] the most detailed basic tutorial on Python in the whole network (very detailed, sorted out)

identifier In Python, all identifiers can include English (case sensitive), numbers, and underscores (), But it cannot start with a number. Start with a single underscore_ The class to be imported cannot be accessed directly through the class provided by XXX, but the class provided by foo. Double underlined__ foo represents the private membe ...

Posted by skyagh on Fri, 04 Mar 2022 22:42:00 +0100

Flume13: flume optimization

1, Flume optimization 1. Adjust the memory size of Flume process, It is recommended to set 1G~2G. Too small will lead to frequent GC Because Flume process is also based on Java, it involves the memory setting of the process. Generally, it is recommended to set the memory of a single Flume process (or a single Agent) to 1G~2G. If the memory is ...

Posted by mcfmullen on Fri, 04 Mar 2022 03:22:49 +0100

Creating databases and tables using AnalyticDB MySQL

brief introduction The goal is to let cloud data warehouse users and developers experience the main process of building cloud native data warehouse based on AnalyticDB MySQL and DMS through simple steps. The scene will be through the links of instance opening, structure and data initialization, report development, report visualization and so o ...

Posted by todd2006 on Thu, 03 Mar 2022 21:20:06 +0100

Getting started with Flink LookupJoin Flink Rule

This article refers to Flink version 1.14.0 Pre knowledge If you only want to know about Flink, you can skip it. If you need to start development, you must master the pre knowledge first. There are many articles about calculate and Flink SQL on the Internet. You can refer to: flink sql knows why (6) | flink sql dating call (read this article ...

Posted by Jason28 on Thu, 03 Mar 2022 13:45:20 +0100