Description
mohitsabharwal mentioned that Hive supports
EXPORT ... for replication('somerandomstring')
command,
It will dump the last notification id that EXPORT sees (in the export metadata json).
i.e. if this works as documented, then EXPORT is telling you what is the last notification that EXPORT saw before executing.
This can be used for ontaining consistent initial snapshot instead of the current conservative stop-the0world scheme.
We should explore this.