pan3793 commented on code in PR #1830:
URL:
https://github.com/apache/incubator-celeborn/pull/1830#discussion_r1321548811
##########
README.md:
##########
@@ -78,6 +78,18 @@ Flink package layout:
└── flink // flink client jars
```
+MR package layout:
+```
+ ├── RELEASE
+ ├── bin
+ ├── conf
+ ├── jars // common jars for master and worker
+ ├── master-jars
+ ├── worker-jars
+ ├── sbin
+ └── mr // mr client jars
Review Comment:
I'm wondering if we can merge the layout, and simply comment the engine's
client folder as optional.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]