Sqoop import - importing table into HBASE with overwrite -
i want import oracle table hbase, , full table replace (like hive overwrite option in sqoop), there way can achieve behavior out going "disbale 'table', drop 'table' before every sqoop import table.
regards, ghk.
i believe comparison hive's "insert overwrite" not entirely accurate. sqoop data relational database , import them hbase, setting new version values there. existing keys happen not present in source relational database not touched sqoop on hbase side , therefore table not "overwritten" in hive sense.
Comments
Post a Comment