I am using Pig v0.7 and Cassandra v0.6.5. The example that comes
bundles up in Cassandra under contrib/pig uses unframed by default. When
I use the default configuration for Cassandra then the Pig contrib works
as expected. However when I change the configuration to framed then pig
just freezes when trying to dump the Cassandra CF's. So even though I
have Cassandra configured to use framed and Pig v0.7 configured to use
framed this won't work?
On 9/24/10 3:43 PM, Jonathan Ellis wrote:
I don't think you can (although in 0.7 framed is the default for Pig
like everything else).
On Fri, Sep 24, 2010 at 2:14 PM, Mark<static.void....@gmail.com> wrote:
How does one enable framed transport when using the pig loadfunc?
Thanks