forked from NICTA/scoobi
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Cdh3 notworking #2
Open
ccsevers
wants to merge
18
commits into
cdh3
Choose a base branch
from
cdh3-notworking
base: cdh3
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.
Open
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
Implement a new mode of execution that uses Scala collections rather than Hadoop. In this mode, execution of Scoobi jobs on smaller data sets should be significantly faster than running Hadoop, even in local mode, by avoiding MR start/stop latencies. The implementation should not require user code to be altered. The selection of which mode to execute in will be controlled via the ScoobiConfiguration object passed to persist. This makes it simple to retarget jobs from one execution mode to another via command line options, etc.
Control the ability to execute jobs using the Scala collections backed mode. Allowed switching between in memory/local/cluster for the ScoobiApp trait.
…he ScoobiConfiguration
We need to use a snapshot of avro, until either an official snapshot is released or until avro 1.7.3 is actually released
Conflicts: build.sbt
Conflicts: src/main/scala/com/nicta/scoobi/io/avro/AvroSchema.scala
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.
Getting changes in which fix AvroSchema for both Java and Scala Avro records.