You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.
* currently only support Hive primitive types: string, int, smallint....
* Whitespace should not be used in between entries in the "mongo.columns.mapping" string, since these will be interperted as part of the column name, which is not what you want.
* if you want "insert overwrite" feature, you must have a field named be mapped to "_id" field (Object Id in MongoDB collections).