chenjunjiedada / SQLDataGen

SQLDataGen generate data on HDFS according to SQL schema.
0 stars 2 forks source link

[Feature]DataGen need to add scripts to support different database. #4

Open chenjunjiedada opened 7 years ago

chenjunjiedada commented 7 years ago

SQLDataGen generate data in text format in hdfs. We need to develop some scripts to load external data into database. Hive, Spark SQL and Impala should be consider as target database.

Assume to use python scripts to load data.

chenjunjiedada commented 7 years ago

Let's support hive firstly:)