forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 1
[WIP] Armada integration #33
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
Draft
EnricoMi
wants to merge
42
commits into
master
Choose a base branch
from
clif/armada_integration
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 4 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
322295c
Start of Scala + Armada work
ClifHouck e1b2dc1
Skeletonized code and at least one unit test!
ClifHouck 3834f94
Remove code that is causing warnings to be spewed by the test runner
ClifHouck cede366
Add a README
ClifHouck 20f344b
Update core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala
ClifHouck 30ee857
Update assembly/pom.xml
ClifHouck 1eefe16
Update resource-managers/armada/core/README.md
ClifHouck 60038cf
Update resource-managers/armada/core/README.md
ClifHouck b214857
Update resource-managers/armada/core/README.md
ClifHouck cfc7c0d
Update resource-managers/armada/core/README.md
ClifHouck b36b3f9
Add armada project to project/SparkBuild.scala
EnricoMi 91b0c2b
Fix code style issues
EnricoMi d46a6c6
Merge remote-tracking branch 'upstream/master' into clif/armada_integ…
EnricoMi 8eed374
Add integration test to Github CI
EnricoMi ddaa53a
Add some sleeps
EnricoMi 7bd73fc
Add armada spark job yamls
EnricoMi ef9af65
More sleep
EnricoMi 644cbe6
Use mvn rather than sbt to copy jar into assembly
EnricoMi e3e3b3b
Use sbt instead of mvn
EnricoMi 7144daa
Add integration test to CI
EnricoMi abbf1f6
working
9ad6d65
cleanup
22ffae9
cleanup
12a9ba4
cleanup
9624c06
run script
f3dd404
cleanup
f8257a3
cleanup
36ee2ec
cleanup
3834812
cleanup entrypoint.sh
66f009b
restored old yaml files
6623dd2
cleanup
5f9caa0
cleanup
c4f9c64
cleanup
3b53d36
Merge pull request #37 from GeorgeJahad/addingSparkPi
ClifHouck 6b1d11b
first attempt
01cab78
updated for latest client
e0f00b2
cleanup
e24ff41
cleanup
a1b86f9
cleanup
5d1fff1
Merge pull request #38 from GeorgeJahad/addingArmadaClient
ClifHouck b518e8b
Spark submit works with an armada URL and actually submits a driver t…
ClifHouck 6f5f535
spark driver at loads the right class to execute
ClifHouck File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| Armada Cluster Manager for Spark | ||
| --- | ||
|
|
||
| Build | ||
| --- | ||
| From the spark repository root: | ||
| ```bash | ||
| $ JAVA_HOME=/usr/lib/jvm/java/ ./build/sbt -Parmada | ||
ClifHouck marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ``` | ||
| You may have to adjust `JAVA_HOME` to suit your environment. `-Parmada` tells | ||
| sbt to enable the armada project. | ||
ClifHouck marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| Once at the sbt console: | ||
| ``` | ||
| sbt:spark-parent> project armada | ||
| ``` | ||
| Switches to the aramda project. | ||
|
|
||
| Now with feeling: | ||
| ``` | ||
| sbt:spark-armada> package | ||
| ``` | ||
| Should build what's available underneath `spark/resource-managers/armada`. | ||
|
|
||
ClifHouck marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| Test | ||
| --- | ||
| ``` | ||
| sbt:spark-armada> test | ||
ClifHouck marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ``` | ||
| Runs all tests! | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.