We were able to do that now by reading META table and installing broken .regioninfo files where they needed to be. Now we have another problem, we are missing blocks (corrupt) from very large 10G+ h-files that we want to repair. We are thinking about modifying meta/index data on h-file directly, or possibly executing 'delete' on broken files, and then compacting to exclude 'bad' corrupted data. Any idea for the best approach here? Thanks, -Jack
On Mon, Oct 5, 2015 at 3:53 PM, Esteban Gutierrez <[email protected]> wrote: > Hello Jack, > > Can you elaborate a little more why you need this? hbck can create > .regioninfo files if missing if thats what you need. > > thanks, > esteban. > > > > -- > Cloudera, Inc. > > > On Mon, Oct 5, 2015 at 1:23 PM, Jack Levin <[email protected]> wrote: > >> Hi All, does anyone happen to know or use a script or tool that can >> read .META. rows for regioninfo and create .regioninfo file? >> >> Thanks. >> >> -Jack >>
