Skip to content
Merged
11 changes: 11 additions & 0 deletions fluss-dist/src/main/assemblies/plugins.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@
<include>org.apache.flink:flink-shaded-hadoop-2-uber</include>
</includes>
</dependencySet>
<dependencySet>
<outputDirectory>plugins/iceberg</outputDirectory>
<unpack>false</unpack>
<useProjectArtifact>false</useProjectArtifact>
<useProjectAttachments>false</useProjectAttachments>
<useTransitiveDependencies>true</useTransitiveDependencies>
<useTransitiveFiltering>true</useTransitiveFiltering>
<includes>
<include>org.apache.flink:flink-shaded-hadoop-2-uber</include>
</includes>
</dependencySet>

</dependencySets>

Expand Down
2 changes: 1 addition & 1 deletion website/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The following is a list of (but not limited to) use-cases that Fluss shines ✨:

## Where to go Next?

- [QuickStart](quickstart/flink.md): Get started with Fluss in minutes.
- [QuickStart](quickstart/flink-paimon.md): Get started with Fluss in minutes.
- [Architecture](concepts/architecture.md): Learn about Fluss's architecture.
- [Table Design](table-design/overview.md): Explore Fluss's table types, partitions and buckets.
- [Lakehouse](streaming-lakehouse/overview.md): Integrate Fluss with your Lakehouse to bring low-latency data to your Lakehouse analytics.
Expand Down
Loading
Loading