I tried adding a row with a specific auth set and added an auths parameter to the LOAD statement, but still didn't get anything. Any suggestions as to how I could figure out where the disconnect is?
-- Chris On Thu, Jan 24, 2013 at 1:16 PM, Chris Sigman <[email protected]> wrote: > Right, but since the rows don't have any auth's applied, and I'm not > passing any to the call to AccumuloStorage in Pig, Pig shouldn't have > an issue finding anything, should it? Or should I have auths on the > data and pass an auth into the LOAD statement? > > -- > Chris > > > On Thu, Jan 24, 2013 at 12:50 PM, Eric Newton <[email protected]> wrote: >> The shell will use all of a user's auths if none are provided, as a >> convenience. >> >> -Eric >> >> >> On Thu, Jan 24, 2013 at 12:40 PM, Chris Sigman <[email protected]> wrote: >>> >>> A little more info in case it helps, I'm connecting using the same >>> user (root) as the data was inserted with. I can't imagine this, but >>> there aren't potentially any issues because there aren't any auths on >>> anything? I can scan the data just fine, so I'm rather befuddled by >>> it. >>> >>> -- >>> Chris >>> >>> >>> On Wed, Jan 23, 2013 at 11:55 AM, Chris Sigman <[email protected]> wrote: >>> > No, I don't think so. The first couple dozen rows at least don't have >>> > any auths set. >>> > >>> > -- >>> > Chris >>> > >>> > >>> > On Wed, Jan 23, 2013 at 10:51 AM, David Medinets >>> > <[email protected]> wrote: >>> >> could it be a visibility issue? >>> >> >>> >> On Wed, Jan 23, 2013 at 8:59 AM, Chris Sigman <[email protected]> >>> >> wrote: >>> >>> when pig executes the job, it shows 0 rows loaded from the table >> >>
