Skip to content
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
wants to merge 18 commits into
base: cdh3
Choose a base branch
from
Open

Cdh3 notworking #2

wants to merge 18 commits into from

Conversation

ccsevers
Copy link
Owner

@ccsevers ccsevers commented Nov 8, 2012

Getting changes in which fix AvroSchema for both Java and Scala Avro records.

blever and others added 18 commits October 18, 2012 15:07
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.
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants