Re: pig and widerows

2012-10-01 Thread aaron morton
That looks like it may be a bug, can you create a ticket on https://issues.apache.org/jira/browse/CASSANDRA ? Thanks - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 28/09/2012, at 7:50 AM, William Oberman wrote: > I don't want to switch my cassa

Re: pig and widerows

2012-09-27 Thread William Oberman
I don't want to switch my cassandra to HEAD, but looking at the newest code for CassandraStorage, I'm concerned the Uri parsing for widerows isn't going to work. setLocation first calls setLocationFromUri (which sets widerows to the Uri value), but then sets widerows to a static value (which is de

Re: pig and widerows

2012-09-27 Thread William Oberman
The next painful lesson for me was figuring out how to get logging working for a distributed hadoop process. In my test environment, I have a single node that runs name/secondaryname/data/job trackers (call it "central"), and I have two cassandra nodes running tasktrackers. But, I also have cass

Re: pig and widerows

2012-09-27 Thread William Oberman
Ok, this is painful. The first problem I found is in stock 1.1.5 there is no way to set widerows to true! The new widerows URI parsing is NOT in 1.1.5. And for extra fun, getting the value from the system property is BROKEN (at least in my centos linux environment). Here are the key lines of co

pig and widerows

2012-09-26 Thread William Oberman
Hi, I'm trying to figure out what's going on with my cassandra/hadoop/pig system. I created a "mini" copy of my main cassandra data by randomly subsampling to get ~50,000 keys. I was then writing pig scripts but also the equivalent operation using simple single threaded code to double check pig.