Skip to content

Commit 5350df4

Browse files
committed
enable Apache Arrow support
1 parent adcc912 commit 5350df4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ RUN cmake -DFLB_RELEASE=On \
7373
-DFLB_EXAMPLES=Off \
7474
-DFLB_HTTP_SERVER=On \
7575
-DFLB_IN_SYSTEMD=On \
76-
-DFLB_OUT_KAFKA=On ..
76+
-DFLB_OUT_KAFKA=On \
77+
-DFLB_ARROW=On ..
7778

7879
RUN make -j $(getconf _NPROCESSORS_ONLN)
7980
RUN install bin/fluent-bit /fluent-bit/bin/

0 commit comments

Comments
 (0)