Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update the jar files required for exchange #2816

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@

- 已经安装 Spark。

- 以下 JAR 包已经下载并放置在 Spark 的`SPARK_HOME/jars`目录下:

- [spark-streaming-kafka_xxx.jar](https://mvnrepository.com/artifact/org.apache.spark/spark-streaming-kafka)

- [spark-sql-kafka-0-10_xxx.jar](https://mvnrepository.com/artifact/org.apache.spark/spark-sql-kafka-0-10)

- [kafka-clients-xxx.jar](https://mvnrepository.com/artifact/org.apache.kafka/kafka-clients)

- 了解{{nebula.name}}中创建 Schema 的信息,包括 Tag 和 Edge type 的名称、属性等。

- 已经安装并开启 Kafka 服务。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ mysql> desc serve;

- 已经安装 Spark。

- [mysql-connector-java-xxx.jar](https://mvnrepository.com/artifact/mysql/mysql-connector-java) 已经下载并放置在 Spark 的`SPARK_HOME/jars`目录下。

- 了解{{nebula.name}}中创建 Schema 的信息,包括 Tag 和 Edge type 的名称、属性等。

- 已经安装并开启 Hadoop 服务。
Expand Down