Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spark
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs525-sp18-g07
spark
Commits
67cd752e
Commit
67cd752e
authored
11 years ago
by
Raymond Liu
Browse files
Options
Downloads
Patches
Plain Diff
Add README for yarn modules
parent
e867e311
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
yarn/README.md
+16
-0
16 additions, 0 deletions
yarn/README.md
with
16 additions
and
0 deletions
yarn/README.md
0 → 100644
+
16
−
0
View file @
67cd752e
# YARN DIRECTORY LAYOUT
Hadoop Yarn related code are organized
Hadoop Yarn related codes are organized in separate modules with layered dependency.
*
common : Common codes that will be called into by other modules.
*
2.0 / 2.2 : Codes that involve specific version of Hadoop YARN API. Depends on common module.
2.
0 actually represents 0.23 and 2.0
2.
2 actually represents 2.2 and later, until the API is break again.
*
Scheduler : Implementation of various YARN Scheduler and backend. Depends on 2.0 / 2.2 modules.
*
Assembly : For maven build to assembly all other modules in Yarn into one single jar.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment