You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by ji...@apache.org on 2023/06/08 14:18:20 UTC

[incubator-hugegraph-computer] branch master updated: doc(k8s): add building note for missing classes (#254)

This is an automated email from the ASF dual-hosted git repository.

jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git


The following commit(s) were added to refs/heads/master by this push:
     new fcc3b562 doc(k8s): add building note for missing classes (#254)
fcc3b562 is described below

commit fcc3b5620cc6e20ba416dbaddda551a03a0fbd32
Author: conghuhu <56...@users.noreply.github.com>
AuthorDate: Thu Jun 8 22:18:14 2023 +0800

    doc(k8s): add building note for missing classes (#254)
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 9b39c54f..cf5fa5eb 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,10 @@ And here are links of other repositories:
 3. [hugegraph-commons](https://github.com/apache/hugegraph-commons) (include common & rpc module)
 4. [hugegraph-website](https://github.com/apache/hugegraph-doc) (include doc & website code)
 
+## Note
+
+- If some classes under computer-k8s cannot be found, you need to execute `mvn clean install` in advance to generate corresponding classes.
+
 ## Contributing
 
 Welcome to contribute, please see [`How to Contribute`](https://github.com/apache/hugegraph/blob/master/CONTRIBUTING.md) for more information