Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
imbajin committed Mar 21, 2024
1 parent 165fe41 commit fb70245
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ You could use import the dependencies in `maven` like this:
<dependency>
<groupId>org.apache.hugegraph</groupId>
<artifactId>hugegraph-client</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>

<dependency>
<groupId>org.apache.hugegraph</groupId>
<artifactId>hugegraph-loader</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions hugegraph-loader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ wget https://downloads.apache.org/incubator/hugegraph/{version}/apache-hugegraph

Due to the license limitation of the `Oracle OJDBC`, you need to manually install ojdbc to the local maven repository. Visit the [Oracle jdbc downloads page](https://www.oracle.com/database/technologies/appdev/jdbc-drivers-archive.html). Select Oracle Database 12c Release 2 (12.2.0.1) drivers, as shown in the following figure.

After opening the link, select ojdbc8.jar.
After opening the link, select "ojdbc8.jar".

Install ojdbc8 to the local maven repository, enter the directory where ojdbc8.jar is located, and execute the following command.

Expand Down Expand Up @@ -79,13 +79,13 @@ The example `docker-compose.yml` is [here](./docker/example/docker-compose.yml).
> Note:
> 1. The docker image of hugegraph-loader is a convenience release, not **official distribution** artifacts. You can find more details from [ASF Release Distribution Policy](https://infra.apache.org/release-distribution.html#dockerhub).
>
> 2. Recommand to use `release tag`(like `1.0.0`) for the stable version. Use `latest` tag to experience the newest functions in development.
> 2. Recommend to use `release tag`(like `1.0.0`) for the stable version. Use `latest` tag to experience the newest functions in development.
## 3 Load data

### 3.1 Use loader directly

> notice: currently, version is `1.2.0`
> notice: currently, version is `1.3.0`
Download and unzip the compiled archive

Expand Down

0 comments on commit fb70245

Please sign in to comment.