Search code examples
teradatahadoop2apache-drill

Use Apache drill as schema conversion tool


I am working on migrating teradata DBs to any open source DB(which DB is under discussion). I came across Apache Drill engine. My question is can we use drill to load data from teradata? If yes, can we use it as a schema conversion tool?


Solution

  • In theory yes it can load data from Teradata, since Teradata has a JDBC driver you can configure Teradata as a source. For an example of how to configure a JDBC data source in Drill see the docs here.

    Drill has a CTAS statement. I know it can be used to write parquet, CSV, and json files, but I'm not sure what other data sources it supports.

    To get more information about what Drill can do, and to request features, please get in touch with the Drill team on the user list.