Hello, I'm using accumulo 1.6.0 (the cloudera [5.4.0] parcel), with multiple namenodes (in HA). This is a new install, and I was trying to import some tables from another install.
The import completed, but none of the tablets are assigned... I'm getting the exception when trying to assign a tablet... I've configured my volumes as such: <property> <name>instance.dfs.uri</name><value>hdfs://nameservice/accumulo</value> </property> <property> <name>instance.volumes</name><value>hdfs://nameservice/accumulo</value> </property> <property> <name>instance.volumes.replacements</name><value>hdfs://oldnnhost:8020/accumulo hdfs://nameservice/accumulo</value> </property> When I do this: accumulo admin volumes I get this: ... Volume: hdfs://nameservice/accumulo ... ... Listing volumes referenced in accumulo.metadata tablets section Volume: RELATIVE Volume: hdfs://nameservice/accumulo Can someone point me in the right direction?
