Uh oh!
There was an error while loading. Please reload this page.
[SPARK-8482] Added M4 instances to the list. - #6899
Conversation
srowen
commented
Jun 19, 2015
https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark |
pradeepchhetri
commented
Jun 19, 2015
@srowen I created a JIRA ticket and updated the title with that. |
JoshRosen
commented
Jun 19, 2015
We might as well include the new T2.large instance while we're at it: https://aws.amazon.com/blogs/aws/new-t2-large-instances/ |
pradeepchhetri
commented
Jun 19, 2015
@JoshRosen Thank you for reminding it. Added t2.large as well. |
JoshRosen
commented
Jun 19, 2015
Jenkins, this is ok to test. (So the Python style checks are run) |
JoshRosen
commented
Jun 20, 2015
Jenkins, this is ok to test. |
SparkQA
commented
Jun 20, 2015
Test build #35354 has finished for PR 6899 at commit
|
JoshRosen
commented
Jun 20, 2015
Jenkins, retest this please. |
JoshRosen
commented
Jun 20, 2015
(Retesting to test a build script change) |
SparkQA
commented
Jun 20, 2015
Test build #35374 has finished for PR 6899 at commit
|
AmplabJenkins
commented
Jun 20, 2015
Merged build finished. Test FAILed. |
JoshRosen
commented
Jun 21, 2015
@davies@ahirreddy The tests here passed, but the test-selection logic was too good: by skipping all of the Scala / Java tests, we didn't write any JUnit XML files, causing Jenkins to mark the build as failed. Maybe we should just add a dummy XML file to the build / repo to avoid this (or see if we can somehow configure the Jenkins plugin to be more permissive w.r.t missing report files (the artifact upload plugin is robust against this, for example)). |
srowen
commented
Jun 22, 2015
LGTM. This is safe to commit in that there was no actual test failure due to this right? |
JoshRosen
commented
Jun 22, 2015
Yeah it should be fine to commit; go ahead. Sent from my phone
|
shivaram
commented
Jun 22, 2015
Merging this |
AWS recently added M4 instances (https://aws.amazon.com/blogs/aws/the-new-m4-instance-type-bonus-price-reduction-on-m3-c4/). Author: Pradeep Chhetri <pradeep.chhetri89@gmail.com> Closesapache#6899 from pradeepchhetri/master and squashes the following commits: 4f4ea79 [Pradeep Chhetri] Added t2.large instance 3d2bb6c [Pradeep Chhetri] Added M4 instances to the list
AWS recently added M4 instances (https://aws.amazon.com/blogs/aws/the-new-m4-instance-type-bonus-price-reduction-on-m3-c4/).