Uh oh!
There was an error while loading. Please reload this page.
Fix for PR #195 for Java 6 - #334
Closed
srowen wants to merge 1 commit into
Closed
Conversation
… retain Java 6 compatibility
AmplabJenkins
commented
Apr 5, 2014
Merged build triggered. |
AmplabJenkins
commented
Apr 5, 2014
Merged build started. |
AmplabJenkins
commented
Apr 5, 2014
Merged build finished. |
AmplabJenkins
commented
Apr 5, 2014
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13803/ |
srowen
commented
Apr 5, 2014
MemberAuthor
Jenkins, retest this please. |
AmplabJenkins
commented
Apr 5, 2014
Merged build triggered. |
AmplabJenkins
commented
Apr 5, 2014
Merged build started. |
pwendell
commented
Apr 5, 2014
Contributor
We should probably just disable that test - it's been flaky recently. |
AmplabJenkins
commented
Apr 6, 2014
Merged build finished. All automated tests passed. |
AmplabJenkins
commented
Apr 6, 2014
All automated tests passed. |
pwendell
commented
Apr 6, 2014
Contributor
Thanks @srowen. I merged this. |
andrewor14 pushed a commit
to andrewor14/spark
that referenced
this pull request
Apr 7, 2014
Removing SPARK_EXAMPLES_JAR in the code This re-writes all of the examples to use the `SparkContext.jarOfClass` mechanism for loading the examples jar. This necessary for environments like YARN and the Standalone mode where example programs will be submit from inside the cluster rather than at the client using `./spark-example`. This still leaves SPARK_EXAMPLES_JAR in place in the shell scripts for setting up the classpath if `./spark-example` is run.
pdeyhim pushed a commit
to pdeyhim/spark-1
that referenced
this pull request
Jun 25, 2014
Use Java 6's recommended equivalent of Java 7's Logger.getGlobal() to retain Java 6 compatibility. See PR apache#195 Author: Sean Owen <sowen@cloudera.com> Closesapache#334 from srowen/FixPR195ForJava6 and squashes the following commits: f92fbd3 [Sean Owen] Use Java 6's recommended equivalent of Java 7's Logger.getGlobal() to retain Java 6 compatibility
mccheah pushed a commit
to mccheah/spark
that referenced
this pull request
Oct 3, 2018
bzhaoopenstack pushed a commit
to bzhaoopenstack/spark
that referenced
this pull request
Sep 11, 2019
…tack-e2e-shell-errors Fix some shell errors for cloud-provider-openstack docker image building
arjunshroff pushed a commit
to arjunshroff/spark
that referenced
this pull request
Nov 24, 2020
…MapR secure cluster (apache#334)
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.
Use Java 6's recommended equivalent of Java 7's Logger.getGlobal() to retain Java 6 compatibility. See PR #195