forked from mesos/spark
-
Notifications
You must be signed in to change notification settings - Fork 5
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
GraphX merge upstream changes and switched vertex id type to long #1
Open
jegonzal
wants to merge
529
commits into
rxin:graph
Choose a base branch
from
jegonzal:graph
base: graph
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.
Conversation
This file contains 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
Move ML lib data generator files to util/
…used, solves SPARK-808
Regression: default webui-port can't be set via command line "--webui-port" anymore
…with a deployed cluster
Update JavaDoubleRDD to add new methods and docs. Fixes SPARK-825.
…ed to null executor)
Fix bug: DoubleRDDFunctions.sampleStdev() computed non-sample stdev()
This is used to find methods in the Scala API that need to be ported to the Java API. To use it: ./run spark.tools.JavaAPICompletenessChecker Conflicts: project/SparkBuild.scala run run2.cmd
Creates Executors tab for Jobs UI
…redict methods would work.
Add a public method getCachedRdds to SparkContext
Made RegressionModel serializable and added unit tests to make sure predict methods would work.
… objects in its closure.
Show app duration
Show user-defined job name in UI
adding matrix factorization data generator
SPARK-847 + SPARK-845: Zombie workers and negative cores
SHARK-94 Log the files computed by HadoopRDD and NewHadoopRDD
…g number of changes since the fastutil library function names include the type (e.g., getLong() instead of just get())
jegonzal
added a commit
that referenced
this pull request
Oct 7, 2013
Return Graph from Graph.aggregateNeighbors
Sign up for free
to 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.
In this pull request I have:
Unfortunately, I have not had a chance to test these changes extensively so you may want to pull into an alpha branch.