-
Notifications
You must be signed in to change notification settings - Fork 117
Create README to better describe project purpose #50
Conversation
| - Intel | ||
| - Palantir | ||
| - Pepperdata | ||
| - Red Hat |
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.
if I've left anyone off, or anyone wants this list changed, please let me know either here or in private
mccheah
left a comment
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.
Small wording thing but overall seems ok.
README.md
Outdated
|
|
||
| ## Why does this fork exist? | ||
|
|
||
| Adding native integration for a new cluster manager is a large undertaking. If poorly executed, it could introduce bugs into Spark when run on other cluster managers, cause release blockers slowing down the overall Spark project, or require hotfixes which divert attention away from development towards managing additional releases. Any work this core in Spark needs to be done carefully to minimize the risk of those negative externalities. |
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.
"Any work this core in Spark" - what does this mean?
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.
Changed to "Any work this deep inside Spark"
README.md
Outdated
|
|
||
| - [Usage guide](docs/running-on-kubernetes.md) shows how to run the code | ||
| - [Development docs](resource-managers/kubernetes/README.md) shows how to get set up for development | ||
| - Code is primarily located in the [resource-managers/kubernetes](resource-managers/kubernetes) module |
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.
nit: We have multiple modules within that directory, but I think you don't mean module here in the maven sense.
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.
using folder instead
README.md
Outdated
|
|
||
| Adding native integration for a new cluster manager is a large undertaking. If poorly executed, it could introduce bugs into Spark when run on other cluster managers, cause release blockers slowing down the overall Spark project, or require hotfixes which divert attention away from development towards managing additional releases. Any work this core in Spark needs to be done carefully to minimize the risk of those negative externalities. | ||
|
|
||
| At the same time, an increasing number of people from varying companies and organizations desire to work together to natively run Spark on Kubernetes. The group needs a code repository, communication forum, issue tracking, and continuous integration, all in order to work together effectively on an open source product. |
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.
s/varying/various/?
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.
done
|
LGTM |
|
Looks great! I'm going to merge. |
* Create README to better describe project purpose * Add links to usage guide and dev docs * Minor changes
* Create README to better describe project purpose * Add links to usage guide and dev docs * Minor changes
* Create README to better describe project purpose * Add links to usage guide and dev docs * Minor changes
Fixes #35