while loading table from MySQL into HDFS, if we need to copy tables with maximum possible speed, what can you do?
We need to use -direct argument in import
command to use direct import fast path and this -direct can be used only with
MySQL and PostGreSQL as of now.