danny0405 commented on code in PR #6582: URL: https://github.com/apache/hudi/pull/6582#discussion_r962453282
########## website/versioned_docs/version-0.12.0/flink-quick-start-guide.md: ########## @@ -74,9 +85,36 @@ export HADOOP_CLASSPATH=`$HADOOP_HOME/bin/hadoop classpath` Setup table name, base path and operate using SQL for this guide. The SQL CLI only executes the SQL line by line. +</TabItem> + +<TabItem value="dataStream"> + +Please add the following dependency to your project: +```xml +<dependency> + <groupId>org.apache.hudi</groupId> + <artifactId>hudi-flink1.13-bundle_2.11</artifactId> + <version>0.12.0</version> Review Comment: hudi-flink1.13-bundle ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
