Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JayjeetAtGithub committed May 30, 2021
1 parent 25bc170 commit d51afe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/src/arrow/adapters/arrow-rados-cls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Apache Arrow provides a [`Dataset`](https://arrow.apache.org/docs/cpp/api/datase

* Clone the repository.
```bash
git clone --branch v0.1.1 https://github.com/uccross/arrow
git clone --branch v0.2.0 https://github.com/uccross/arrow
```

* Run the `ubuntu-cls-demo` step in the docker-compose file. This step will start a single node Ceph cluster inside the container, mount CephFS, put sample data into CephFS, and open an example Jupyter notebook with PyArrow installed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

1. Clone the repository.
```bash
git clone --branch rados-dataset-dev https://github.com/uccross/arrow
git clone --branch v0.2.0 https://github.com/uccross/arrow
```

2. Install [Archery](https://arrow.apache.org/docs/developers/archery.html#), the daily development tool by Apache Arrow community.
Expand Down

0 comments on commit d51afe0

Please sign in to comment.