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

Using Avro input and then grouping results in a runtime error. #8

Open
kkrugler opened this issue Aug 21, 2013 · 7 comments
Open

Using Avro input and then grouping results in a runtime error. #8

kkrugler opened this issue Aug 21, 2013 · 7 comments
Assignees
Milestone

Comments

@kkrugler
Copy link
Member

From the cascading group:
https://groups.google.com/d/msg/cascading-user/cxnbmn0KFfM/GZuBXXRZNhMJ

@kkrugler
Copy link
Member Author

I pushed a fix for this on the 2.1-bugfix branch. I think it's worth it to get a new jar up since this is a serious problem.

@kkrugler
Copy link
Member Author

Hi Chris,

Has this been validated?

If so, I can push another jar (2.1.1)

-- Ken

On Nov 2, 2012, at 11:07am, Chris Severs wrote:

I pushed a fix for this on the 2.1-bugfix branch. I think it's worth it to get a new jar up since this is a serious problem.


Reply to this email directly or view it on GitHub.


Ken Krugler
+1 530-210-6378
http://www.scaleunlimited.com
custom big data solutions & training
Hadoop, Cascading, Mahout & Solr

@kkrugler
Copy link
Member Author

All the tests still pass and I ran the gist I linked there which wasn't working before. Let me run on the cluster quick and I'll update.

From: Ken Krugler <[email protected]mailto:[email protected]>
Reply-To: "bixolabs/cascading.avro" <[email protected]mailto:[email protected]>
Date: Fri, 2 Nov 2012 11:47:33 -0700
To: "bixolabs/cascading.avro" <[email protected]mailto:[email protected]>
Cc: christopher severs <[email protected]mailto:[email protected]>
Subject: Re: [cascading.avro] Using Avro input and then grouping results in a runtime error. (#14)

Hi Chris,

Has this been validated?

If so, I can push another jar (2.1.1)

-- Ken

On Nov 2, 2012, at 11:07am, Chris Severs wrote:

I pushed a fix for this on the 2.1-bugfix branch. I think it's worth it to get a new jar up since this is a serious problem.


Reply to this email directly or view it on GitHub.


Ken Krugler
+1 530-210-6378
http://www.scaleunlimited.com
custom big data solutions & training
Hadoop, Cascading, Mahout & Solr


Reply to this email directly or view it on GitHubhttps://github.com/bixolabs/cascading.avro/issues/14#issuecomment-10025063.

@kkrugler
Copy link
Member Author

On Nov 2, 2012, at 12:29pm, Chris Severs wrote:

All the tests still pass and I ran the gist I linked there which wasn't working before. Let me run on the cluster quick and I'll update.

Do we have a unit test that failed before, and now passes?

-- Ken

From: Ken Krugler <[email protected]mailto:[email protected]>
Reply-To: "bixolabs/cascading.avro" <[email protected]mailto:[email protected]>
Date: Fri, 2 Nov 2012 11:47:33 -0700
To: "bixolabs/cascading.avro" <[email protected]mailto:[email protected]>
Cc: christopher severs <[email protected]mailto:[email protected]>
Subject: Re: [cascading.avro] Using Avro input and then grouping results in a runtime error. (#14)

Hi Chris,

Has this been validated?

If so, I can push another jar (2.1.1)

-- Ken

On Nov 2, 2012, at 11:07am, Chris Severs wrote:

I pushed a fix for this on the 2.1-bugfix branch. I think it's worth it to get a new jar up since this is a serious problem.


Reply to this email directly or view it on GitHub.


Ken Krugler
+1 530-210-6378
http://www.scaleunlimited.com
custom big data solutions & training
Hadoop, Cascading, Mahout & Solr


Reply to this email directly or view it on GitHubhttps://github.com/bixolabs/cascading.avro/issues/14#issuecomment-10025063.

Reply to this email directly or view it on GitHub.


Ken Krugler
+1 530-210-6378
http://www.scaleunlimited.com
custom big data solutions & training
Hadoop, Cascading, Mahout & Solr

@kkrugler
Copy link
Member Author

No. I'll add one as well. The problem came up only when trying to group immediately after reading Avros.

From: Ken Krugler <[email protected]mailto:[email protected]>
Reply-To: "bixolabs/cascading.avro" <[email protected]mailto:[email protected]>
Date: Fri, 2 Nov 2012 12:43:34 -0700
To: "bixolabs/cascading.avro" <[email protected]mailto:[email protected]>
Cc: christopher severs <[email protected]mailto:[email protected]>
Subject: Re: [cascading.avro] Using Avro input and then grouping results in a runtime error. (#14)

On Nov 2, 2012, at 12:29pm, Chris Severs wrote:

All the tests still pass and I ran the gist I linked there which wasn't working before. Let me run on the cluster quick and I'll update.

Do we have a unit test that failed before, and now passes?

-- Ken

From: Ken Krugler <[email protected]mailto:[email protected]mailto:[email protected]>
Reply-To: "bixolabs/cascading.avro" <[email protected]mailto:[email protected]mailto:[email protected]>
Date: Fri, 2 Nov 2012 11:47:33 -0700
To: "bixolabs/cascading.avro" <[email protected]mailto:[email protected]mailto:[email protected]>
Cc: christopher severs <[email protected]mailto:[email protected]mailto:[email protected]>
Subject: Re: [cascading.avro] Using Avro input and then grouping results in a runtime error. (#14)

Hi Chris,

Has this been validated?

If so, I can push another jar (2.1.1)

-- Ken

On Nov 2, 2012, at 11:07am, Chris Severs wrote:

I pushed a fix for this on the 2.1-bugfix branch. I think it's worth it to get a new jar up since this is a serious problem.


Reply to this email directly or view it on GitHub.


Ken Krugler
+1 530-210-6378
http://www.scaleunlimited.com
custom big data solutions & training
Hadoop, Cascading, Mahout & Solr


Reply to this email directly or view it on GitHubhttps://github.com/bixolabs/cascading.avro/issues/14#issuecomment-10025063.

Reply to this email directly or view it on GitHub.


Ken Krugler
+1 530-210-6378
http://www.scaleunlimited.com
custom big data solutions & training
Hadoop, Cascading, Mahout & Solr


Reply to this email directly or view it on GitHubhttps://github.com/bixolabs/cascading.avro/issues/14#issuecomment-10027796.

@kkrugler
Copy link
Member Author

Added a test and verified working.

@ghost ghost assigned ccsevers Aug 21, 2013
@kkrugler
Copy link
Member Author

Hi Chris - can this be closed?

@kkrugler kkrugler added this to the 3.1 milestone Jul 12, 2016
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

No branches or pull requests

3 participants