Re: Error when using Pig Storage: Found interface org.apache.hadoop.mapreduce.TaskAttemptContext, but class was expected

2014-08-28 Thread Ravi Kiran
Hi , With both PHOENIX-1184 , PHOENIX-1183 tickets fixed, I happened to do a quick test of Pig scripts on a CDH 5.1.0 backed cluster and things are looking good. Below are the steps I followed, a) Downloaded the binaries from https://dist.apache.org/repos/dist/dev/phoenix/phoenix-4.1.0-rc1/bin/

Re: ManagedTests and 4.1.0-RC1

2014-08-28 Thread Dan Di Spaltro
Any idea on this, it's blocking my usage in tests and I can't tell if I am just setting something up incorrectly? Also I am concerned that this can affect production since this code path I would assume is used frequently. -Dan On Tue, Aug 26, 2014 at 10:49 PM, Dan Di Spaltro

Re: ManagedTests and 4.1.0-RC1

2014-08-28 Thread Samarth Jain
Dan, Can you tell me how you are running your tests? Do you have the test class annotated with the right category annotation - @Category( HBaseManagedTimeTest.class). Also, can you send over your test class to see what might be causing problems? Thanks, Samarth On Thu, Aug 28, 2014 at 10:34

Re: Tracing Q's

2014-08-28 Thread Dan Di Spaltro
On Wed, Aug 27, 2014 at 12:35 PM, Jesse Yates jesse.k.ya...@gmail.com wrote: To start with, there are a bunch of things we are planning with tracing: https://issues.apache.org/jira/browse/PHOENIX-1121 But to answer your questions, Can we use something like zipkin-htrace adapter for Phoenix

Re: ManagedTests and 4.1.0-RC1

2014-08-28 Thread Dan Di Spaltro
I basically inherit from BaseClientManagedTimeIT and write a junit tests It's been working great up until 4.1. This code just doesn't look right, why would an annotation necessarily have to be an int?