Hive/Hive2 Example
Prerequisites
Make sure to first copy /examples/hive/configuration.template.properties
, rename it as configuration.properties
and fill with configuration data.
Run the Command
To execute the Hive example, you can run the following command:
o2a -i examples/hive -o output/hive
Output
In this example, the output is created in the ./output/hive/
folder.
The converted DAG uses HiveOperator
in Airflow and a default hive connection id = hive_connection
, you can see how to configure this as shown in Known limitations.
The converted DAG utilizes Airflow's HiveOperator
and defaults to the Hive connection ID hive_cli_default
. For guidance on configuring this connection, please refer to the 'Known Limitations' section.
Was this page helpful?