Since 1.5, All of Accumulo files are stored in HDFS: RFiles and WALs.
Tables have the name you provide, but also maintain an internal unique ID to make operations like renaming easy. You can see this mapping via `tables -l` in the Accumulo shell.
Given the ID for a table, you should be able to find all rfiles for a table "/accumulo/tables/$id/**/*.rf". If you don't see any rfiles there, run a `compact -t $table -w` and then check HDFS again.
z11373 wrote:
That makes sense, thanks Josh! Btw, where can I find the .rf files? I looked at under Accumulo install folder and also /tmp, and couldn't find them. I also look at hdfs, and only found the folder, i.e. /accumulo/tables/n/default_tablet (where 'n' is a number), and no files under that hdfs dir. I want to try the command 'accumulo rfile-info' you mentioned earlier. Thanks again, zainal -- View this message in context: http://apache-accumulo.1065345.n5.nabble.com/admin-and-web-dashboard-tp14347p14351.html Sent from the Users mailing list archive at Nabble.com.
