You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apache Fluss (Incubating) is a streaming storage built for real-time analytics which can serve as the real-time data layer for Lakehouse architectures.
23
23
24
-
It bridges the gap between **data streaming** and **data Lakehouse** by enabling low-latency, high-throughput data ingestion and processing while seamlessly integrating with popular compute engines like **Apache Flink**, while Apache Spark, and StarRocks are coming soon.
24
+
It bridges the gap between **data streaming** and **data Lakehouse** by enabling low-latency, high-throughput data ingestion and processing while seamlessly integrating with popular compute engines like **Apache Flink**, while
25
+
Apache Spark, and StarRocks are coming soon.
25
26
26
27
**Fluss (German: river, pronounced `/flus/`)** enables streaming data continuously converging, distributing and flowing into lakes, like a river 🌊
27
28
@@ -44,7 +45,7 @@ Prerequisites for building Apache Fluss:
44
45
- Java 8 or 11
45
46
46
47
```bash
47
-
git clone https://github.com/alibaba/fluss.git
48
+
git clone https://github.com/apache/fluss.git
48
49
cd fluss
49
50
./mvnw clean package -DskipTests
50
51
```
@@ -53,10 +54,10 @@ Apache Fluss is now installed in `build-target`. The build command uses Maven Wr
53
54
54
55
## Contributing
55
56
56
-
Apache Fluss (Incubating) is open-source, and we’d love your help to keep it growing! Join the [discussions](https://github.com/alibaba/fluss/discussions),
57
-
open [issues](https://github.com/alibaba/fluss/issues) if you find a bug or request features, contribute code and documentation,
58
-
or help us improve the project in any way. All contributions are welcome!
57
+
Apache Fluss (Incubating) is open-source, and we’d love your help to keep it growing! Join the [discussions](https://github.com/apache/fluss/discussions),
58
+
open [issues](https://github.com/apache/fluss/issues) if you find a bug or request features, contribute code and documentation,
59
+
or help us improve the project in any way. All contributions are welcome!
59
60
60
61
## License
61
62
62
-
Apache Fluss (Incubating) project is licensed under the [Apache License 2.0](https://github.com/alibaba/fluss/blob/main/LICENSE).
63
+
Apache Fluss (Incubating) project is licensed under the [Apache License 2.0](https://github.com/apache/fluss/blob/main/LICENSE).
Copy file name to clipboardExpand all lines: website/community/dev/building.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,22 +25,17 @@ title: Building Fluss
25
25
26
26
This page covers how to build Fluss from sources.
27
27
28
-
In order to build Fluss you need to get the source code by [cloning the git repository](https://github.com/alibaba/fluss).
28
+
In order to build Fluss you need to get the source code by [cloning the git repository](https://github.com/apache/fluss).
29
29
30
-
In addition, you need **Maven 3.8.6** and a **JDK** (Java Development Kit). Fluss requires **Java 8 or Java 11** to build.
31
-
32
-
:::tip
33
-
- It is recommended to use JDK 1.8.3 if you're using Java 8 and encounter an error like `java.lang.NoSuchMethodError: 'java.nio.MappedByteBuffer java.nio.MappedByteBuffer.duplicate()'`.
34
-
- Setting the environment variable via `export JAVA_TOOL_OPTIONS="-XX:+UnlockExperimentalVMOptions"` is useful if you encounter an error `VM option 'UseG1GC' is experimental and must be enabled via -XX:+UnlockExperimentalVMOptions`.
35
-
:::
30
+
In addition, you need **Maven 3.8.6** and a **JDK** (Java Development Kit). Fluss requires **Java 11** to build.
0 commit comments