You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Requirements for Shuffle Remote PMem Extension**
40
-
If enable Shuffle Remote PMem extension with RDMA, you can refer to [PMem Shuffle](https://github.com/oap-project/pmem-shuffle) to configure and validate RDMA in advance.
41
31
42
32
### Building
43
33
@@ -55,9 +45,9 @@ Change to `root` user, run
55
45
56
46
#### Building OAP specific module
57
47
58
-
If you just want to build a specific OAP Module, such as `sql-ds-cache`, change to `root` user, then run:
48
+
If you just want to build a specific OAP Module, such as `gazelle_plugin`, change to `root` user, then run:
59
49
60
50
```
61
51
# cd oap-tools
62
-
# sh dev/compile-oap.sh --component=sql-ds-cache
52
+
# sh dev/compile-oap.sh --component=gazelle_plugin
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`
35
35
36
-
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.
#### Extra Steps for Shuffle Remote PMem Extension
48
-
49
-
If you use one of OAP features -- [PMem Shuffle](https://github.com/oap-project/pmem-shuffle) with **RDMA**, you need to configure and validate RDMA, please refer to [PMem Shuffle](https://github.com/oap-project/pmem-shuffle#4-configure-and-validate-rdma) for the details.
50
36
51
37
52
38
### Configuration
@@ -57,6 +43,7 @@ Once finished steps above, make sure libraries installed by Conda can be linked
0 commit comments