[#2640] feat(docs): Add the doc for gvfs#2791
Conversation
|
Could you polish the document according to https://github.com/datastrato/gravitino/pull/2781? |
Yeah, I am only open the PR and will make some modifications based on this document. |
|
Hi @xloya thanks a lot for your work. I can help you to add more content to this doc. |
| The following mainly introduces how to use `Gravitino Virtual File System` to operate fileset which mapping to HDFS. | ||
|
|
||
|
|
||
| ## Prerequisites |
There was a problem hiding this comment.
What about safety of Gvfs?
Sure, please see what needs to be added. |
ef4eef3 to
965e42e
Compare
|
@xloya @coolderli @qqqttt123 I slightly update the doc, would you please help to review? |
|
I think we should also add Tensorflow support in this doc, WDYT @coolderli ? |
@jerryshao Yes. I think I can add a commit about tensorflow. And you can improve it. |
add tensorflow support docs
| ``` | ||
|
|
||
|
|
||
| ### Use GVFS with Tensorflow. |
There was a problem hiding this comment.
@jerryshao I have added docs about TensorFlow. Please take a look and improve it if needed.
|
Others are ok for me. Thanks for your contribution. |
|
I've renamed the package from hadoop3 to hadoop, WDYT? @xloya @coolderli |
+1 for me. Hadoop is better than hadoop3. |
|
LGTM. |
It's okay. |
+1 for me. |
### What changes were proposed in this pull request? Add gvfs usage documentation. Currently, three usages in `hadoop shell`, `java code` and `spark program` are introduced. ### Why are the changes needed? Fix: apache#2640 --------- Co-authored-by: xiaojiebao <xiaojiebao@xiaomi.com> Co-authored-by: Jerry Shao <jerryshao@datastrato.com> Co-authored-by: lipeidian <lipeidian@qq.com>
### What changes were proposed in this pull request? Add gvfs usage documentation. Currently, three usages in `hadoop shell`, `java code` and `spark program` are introduced. ### Why are the changes needed? Fix: apache#2640 --------- Co-authored-by: xiaojiebao <xiaojiebao@xiaomi.com> Co-authored-by: Jerry Shao <jerryshao@datastrato.com> Co-authored-by: lipeidian <lipeidian@qq.com>
What changes were proposed in this pull request?
Add gvfs usage documentation. Currently, three usages in
hadoop shell,java codeandspark programare introduced.Why are the changes needed?
Fix: #2640