-
Notifications
You must be signed in to change notification settings - Fork 9.1k
YARN-11505. [Federation] Add Steps To Set up a Test Cluster. #5751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
💔 -1 overall
This message was automatically generated. |
|
||
| Machine | Role | | ||
|:----------|:--------------| | ||
| Machine A | RM1\NM1\ZK1 | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Too many |?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for your help in reviewing the code! I will improve this paragraph.
|
||
Example of Machine-Role Mapping(Exclude HDFS): | ||
|
||
| Machine | Role | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Warning blank at the end of the line.
</property> | ||
|
||
<!-- | ||
This configuration option is used to specify the configuration file for FairScheduler. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix all the end of line blank warnings.
|
||
After we have finished configuring the `YARN-2` cluster, we can proceed with starting the `YARN-2` cluster. | ||
|
||
### ROUTER |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we use capitals? Probably better "Router"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will modify it to Router
.
The purpose of this document is to help users quickly set up a testing environment for YARN Federation. With this testing environment, users can utilize the core functionality of YARN Federation. This is the simplest test cluster setup (based on Linux) with only essential configurations (YARN non-HA mode). We require 3 machines, and each machine should have at least <4C, 8GB> of resources. We only cover YARN configuration in this document. For information on configuring HDFS and ZooKeeper, please refer to other documentation sources. | ||
|
||
Test Environment Description: | ||
- We need to build a HDFS test environment, this part can refer to HDFS documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link to the HDFS setup markdown?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will add the setup HDFS link.
Test Environment Description: | ||
- We need to build a HDFS test environment, this part can refer to HDFS documentation. | ||
- We need two YARN clusters, each YARN cluster has one RM and one NM, The RM and NM on the same node. | ||
- We need one ZK cluster(We only need one ZooKeeper node.), this part can refer to Zookeeper documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The parenthesis needs proper capitalization and the period at the end is weird.
Add link to the ZooKeeper setup.
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
@goiri Thank you very much for your help in reviewing the code! |
Description of PR
JIRA: YARN-11505. [Federation] Add Steps To Set up a Test Cluster.
According to the current YARN Federation documentation, users have difficulties setting up a test cluster (due to too many configurations that are needed). This JIRA will improve the documentation so that users can quickly set up a YARN Federation test cluster by following the steps in the documentation.
We can check this link:
https://issues.apache.org/jira/secure/attachment/13059110/Federation-v2-1.png
How was this patch tested?
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?