Thanks for the encouragement :-) I'll try posting something on the accumulo user list.
Tim On Wed, Sep 17, 2014 at 3:23 PM, Billie Rinaldi <[email protected]> wrote: > On Wed, Sep 17, 2014 at 10:54 AM, Tim Israel <[email protected]> wrote: > > > Hi all, > > I'm not sure if this is a slider related issue or accumulo one. > > > > I have some tables that were exported from another cluster running > Accumulo > > 1.5.1 on hoya and I'm trying to import them in Accumulo 1.6.0 on Slider > > 0.50.2. This cluster is Kerberized but Accumulo is running in simple > > authentication mode. > > > > Kudos on the advanced installation. It might be worth passing your > question by the Accumulo user list, to see if there would be any expected > issues exporting from 1.5.1 into 1.6.0. It seems weird for it to be > falling back to /accumulo when you have instance.volumes configured. > > > > > > The exported table was distcp'd to a cluster configured with slider. > > > > I have imported the table via accumulo shell successfully. The files get > > moved to .slider/cluster/slideraccumulo/database/data/tables/1 > > > > However, if I scan the imported table, accumulo complains with the > > following exception: > > Failed to open file > hdfs://cluster/accumulo/tables/1/b-000005c/I000005d.rf > > File does not exist: /accumulo/tables/1/b-000005c/I000005d.rf > > > > I can scan the table if I move the files from > > /user/accumulo/.slider/cluster/slideraccumulo/database/data/tables/1 to > > /accumulo/tables/1 > > > > I pulled accumulo-site from the slider publisher and saw that > > instance.volumes is set as follows: > > hdfs://cluster/user/accumulo/.slider/cluster/slideraccumulo/database/data > > > > Any suggestions would be greatly appreciated. > > > > Thanks, > > > > Tim > > >
