Skip to content

Commit

Permalink
enable Apache Arrow support
Browse files Browse the repository at this point in the history
  • Loading branch information
zhonghui12 committed Jun 10, 2022
1 parent adcc912 commit 5350df4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ RUN cmake -DFLB_RELEASE=On \
-DFLB_EXAMPLES=Off \
-DFLB_HTTP_SERVER=On \
-DFLB_IN_SYSTEMD=On \
-DFLB_OUT_KAFKA=On ..
-DFLB_OUT_KAFKA=On \
-DFLB_ARROW=On ..

RUN make -j $(getconf _NPROCESSORS_ONLN)
RUN install bin/fluent-bit /fluent-bit/bin/
Expand Down

0 comments on commit 5350df4

Please sign in to comment.