Uh oh!
There was an error while loading. Please reload this page.
Fix jenkins from giving the green light to builds that don't compile. - #317
Closed
marmbrus wants to merge 2 commits into
Closed
Fix jenkins from giving the green light to builds that don't compile.#317marmbrus wants to merge 2 commits into
marmbrus wants to merge 2 commits into
Conversation
The JavaAPI and the Parquet improvements PRs didn't conflict, but broke the build. Author: Michael Armbrust <michael@databricks.com> Closesapache#316 from marmbrus/hotFixJavaApi and squashes the following commits: 0b84c2d [Michael Armbrust] Fix compilation of Spark SQL Java API.
marmbrus
commented
Apr 3, 2014
ContributorAuthor
This undoes a change from #262. |
AmplabJenkins
commented
Apr 3, 2014
Merged build triggered. |
AmplabJenkins
commented
Apr 3, 2014
Merged build started. |
rxin
commented
Apr 3, 2014
Contributor
ok i merged this |
AmplabJenkins
commented
Apr 4, 2014
Merged build finished. |
AmplabJenkins
commented
Apr 4, 2014
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13741/ |
andrewor14 pushed a commit
to andrewor14/spark
that referenced
this pull request
Apr 7, 2014
…ipts Spark-915 segregate scripts
pdeyhim pushed a commit
to pdeyhim/spark-1
that referenced
this pull request
Jun 25, 2014
Adding `| grep` swallows the non-zero return code from sbt failures. See [here](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13735/consoleFull) for a Jenkins run that fails to compile, but still gets a green light. Note the [BUILD FIX] commit isn't actually part of this PR, but github is out of date. Author: Michael Armbrust <michael@databricks.com> Closesapache#317 from marmbrus/fixJenkins and squashes the following commits: 7c77ff9 [Michael Armbrust] Remove output filter that was swallowing non-zero exit codes for test failures.
gatesn pushed a commit
to gatesn/spark
that referenced
this pull request
Mar 14, 2018
bzhaoopenstack pushed a commit
to bzhaoopenstack/spark
that referenced
this pull request
Sep 11, 2019
apt pruge python-six to install reno
arjunshroff pushed a commit
to arjunshroff/spark
that referenced
this pull request
Nov 24, 2020
…ive-maprdb json table (apache#317)
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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adding
| grepswallows the non-zero return code from sbt failures. See here for a Jenkins run that fails to compile, but still gets a green light.Note the [BUILD FIX] commit isn't actually part of this PR, but github is out of date.