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

delete hadoop in exchange (#2179) #2184

Merged
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 @@ -27,7 +27,6 @@ CentOS 7.9.2009
| Name | Version |
| - | - |
| JDK | 1.8.0 |
| Hadoop | 2.10.1 |
| Scala | 2.12.11 |
| Spark | 2.4.7 |
| NebulaGraph | {{nebula.release}} |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ This example is done on MacOS. Here is the environment configuration information

- Spark: 2.4.7, stand-alone

- Hadoop: 2.9.2, pseudo-distributed deployment

- ClickHouse: docker deployment yandex/clickhouse-server tag: latest(2021.07.01)

- NebulaGraph: {{nebula.release}}. [Deploy NebulaGraph with Docker Compose](../../4.deployment-and-installation/2.compile-and-install-nebula-graph/3.deploy-nebula-graph-with-docker-compose.md).
Expand All @@ -38,8 +36,6 @@ Before importing data, you need to confirm the following information:

- Learn about the Schema created in NebulaGraph, including names and properties of Tags and Edge types, and more.

- The Hadoop service has been installed and started.

## Steps

### Step 1: Create the Schema in NebulaGraph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ This example is done on MacOS. Here is the environment configuration information

- Spark: 2.4.7, stand-alone

- Hadoop: 2.9.2, pseudo-distributed deployment

- HBase: 2.2.7

- NebulaGraph: {{nebula.release}}. [Deploy NebulaGraph with Docker Compose](../../4.deployment-and-installation/2.compile-and-install-nebula-graph/3.deploy-nebula-graph-with-docker-compose.md).
Expand All @@ -75,8 +73,6 @@ Before importing data, you need to confirm the following information:

- Learn about the Schema created in NebulaGraph, including names and properties of Tags and Edge types, and more.

- The Hadoop service has been installed and started.

## Steps

### Step 1: Create the Schema in NebulaGraph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Before importing data, you need to confirm the following information:

- Learn about the Schema created in NebulaGraph, including names and properties of Tags and Edge types, and more.

- Hadoop has been installed and started, and the Hive Metastore database (MySQL in this example) has been started.
- The Hive Metastore database (MySQL in this example) has been started.

## Steps

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ This example is done on MacOS. Here is the environment configuration information

- Spark: 2.4.7, stand-alone

- Hadoop: 2.9.2, pseudo-distributed deployment

- MySQL: 8.0.23

- NebulaGraph: {{nebula.release}}. [Deploy NebulaGraph with Docker Compose](../../4.deployment-and-installation/2.compile-and-install-nebula-graph/3.deploy-nebula-graph-with-docker-compose.md).
Expand All @@ -78,8 +76,6 @@ Before importing data, you need to confirm the following information:

- Learn about the Schema created in NebulaGraph, including names and properties of Tags and Edge types, and more.

- The Hadoop service has been installed and started.

## Steps

### Step 1: Create the Schema in NebulaGraph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ This example is done on MacOS. Here is the environment configuration information

- Spark: 2.4.7, stand-alone

- Hadoop: 2.9.2, pseudo-distributed deployment

- MaxCompute: Alibaba Cloud official version

- NebulaGraph: {{nebula.release}}. [Deploy NebulaGraph with Docker Compose](../../4.deployment-and-installation/2.compile-and-install-nebula-graph/3.deploy-nebula-graph-with-docker-compose.md).
Expand All @@ -38,8 +36,6 @@ Before importing data, you need to confirm the following information:

- Learn about the Schema created in NebulaGraph, including names and properties of Tags and Edge types, and more.

- The Hadoop service has been installed and started.

## Steps

### Step 1: Create the Schema in NebulaGraph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ This example is done on MacOS. Here is the environment configuration information

- Spark: 2.4.7, stand-alone

- Hadoop: 2.9.2, pseudo-distributed deployment

- MySQL: 8.0.23

- NebulaGraph: {{nebula.release}}. [Deploy NebulaGraph with Docker Compose](../../4.deployment-and-installation/2.compile-and-install-nebula-graph/3.deploy-nebula-graph-with-docker-compose.md).
Expand All @@ -80,8 +78,6 @@ Before importing data, you need to confirm the following information:

- Learn about the Schema created in NebulaGraph, including names and properties of Tags and Edge types, and more.

- The Hadoop service has been installed and started.

## Steps

### Step 1: Create the Schema in NebulaGraph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ This example is done on MacOS. Here is the environment configuration information

- Spark: 2.4.7, stand-alone

- Hadoop: 2.9.2, pseudo-distributed deployment

<!--
- Oracle: 19c
-->

- NebulaGraph: {{nebula.release}}. [Deploy NebulaGraph with Docker Compose](../../4.deployment-and-installation/2.compile-and-install-nebula-graph/3.deploy-nebula-graph-with-docker-compose.md).

## Prerequisites
Expand All @@ -80,8 +74,6 @@ Before importing data, you need to confirm the following information:

- Learn about the Schema created in NebulaGraph, including names and properties of Tags and Edge types, and more.

- The Hadoop service has been installed and started.

## Steps

### Step 1: Create the Schema in NebulaGraph
Expand Down