Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Commit

Permalink
[PMEM-COMMON-20] update to 1.2.0-snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
yeyuqiang committed Jun 16, 2021
1 parent 905a4a5 commit e05934d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change log
Generated on 2021-06-02

## Release 1.1.1
## Release 1.1.0

### Native SQL Engine

Expand Down
12 changes: 6 additions & 6 deletions docs/OAP-Developer-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ This document contains the instructions & scripts on installing necessary depend
You can get more detailed information from OAP each module below.

* [SQL Index and Data Source Cache](https://github.com/oap-project/sql-ds-cache/blob/v1.1.1-spark-3.1.1/docs/Developer-Guide.md)
* [PMem Common](https://github.com/oap-project/pmem-common/tree/v1.1.1-spark-3.1.1)
* [PMem Spill](https://github.com/oap-project/pmem-spill/tree/v1.1.1-spark-3.1.1)
* [PMem Shuffle](https://github.com/oap-project/pmem-shuffle/tree/v1.1.1-spark-3.1.1#5-install-dependencies-for-pmem-shuffle)
* [Remote Shuffle](https://github.com/oap-project/remote-shuffle/tree/v1.1.1-spark-3.1.1)
* [OAP MLlib](https://github.com/oap-project/oap-mllib/tree/v1.1.1-spark-3.1.1)
* [Native SQL Engine](https://github.com/oap-project/native-sql-engine/tree/v1.1.1-spark-3.1.1)
* [PMem Common](https://github.com/oap-project/pmem-common/tree/v1.2.0-spark-3.1.1)
* [PMem Spill](https://github.com/oap-project/pmem-spill/tree/v1.2.0-spark-3.1.1)
* [PMem Shuffle](https://github.com/oap-project/pmem-shuffle/tree/v1.2.0-spark-3.1.1#5-install-dependencies-for-pmem-shuffle)
* [Remote Shuffle](https://github.com/oap-project/remote-shuffle/tree/v1.2.0-spark-3.1.1)
* [OAP MLlib](https://github.com/oap-project/oap-mllib/tree/v1.2.0-spark-3.1.1)
* [Native SQL Engine](https://github.com/oap-project/native-sql-engine/tree/v1.2.0-spark-3.1.1)

## Building OAP

Expand Down
4 changes: 2 additions & 2 deletions docs/OAP-Installation-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ Create a Conda environment and install OAP Conda package.
```bash
$ conda create -n oapenv -y python=3.7
$ conda activate oapenv
$ conda install -c conda-forge -c intel -y oap=1.1.1
$ conda install -c conda-forge -c intel -y oap=1.2.0
```

Once finished steps above, you have completed OAP dependencies installation and OAP building, and will find built OAP jars under `$HOME/miniconda2/envs/oapenv/oap_jars`

Dependencies below are required by OAP and all of them are included in OAP Conda package, they will be automatically installed in your cluster when you Conda install OAP. Ensure you have activated environment which you created in the previous steps.

- [Arrow](https://github.com/oap-project/arrow/tree/arrow-4.0.0-oap-1.1.1)
- [Arrow](https://github.com/oap-project/arrow/tree/arrow-4.0.0-oap-1.2.0)
- [Plasma](http://arrow.apache.org/blog/2017/08/08/plasma-in-memory-object-store/)
- [Memkind](https://github.com/memkind/memkind/tree/v1.10.1)
- [Vmemcache](https://github.com/pmem/vmemcache.git)
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ theme: readthedocs
plugins:
- search
- mkdocs-versioning:
version: 1.1.1
version: 1.2.0
exclude_from_nav: ["image", "js", "css", "fonts", "img"]
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<groupId>com.intel.oap</groupId>
<artifactId>pmem-common</artifactId>
<version>1.1.0</version>
<version>1.2.0-snapshot</version>
<name>OAP Project PMem Common</name>
<packaging>jar</packaging>

Expand All @@ -28,7 +28,7 @@
<junit.version>4.12</junit.version>
<pmemkv.version>1.0.0</pmemkv.version>
<slf4j.version>1.7.16</slf4j.version>
<spark.version>3.0.0</spark.version>
<spark.version>3.1.1</spark.version>
</properties>

<dependencies>
Expand Down

0 comments on commit e05934d

Please sign in to comment.