Hi,
We have a sub Flow -
QueryDatabaseTable->SplitAvro->ConvertAvrotoORC->PutHDFS->ReplaceText->PutHQL.

We are using ConverAvrotoORC for generating the DDL.
The flow works fine. However in Cloudera distribution we are not able to
query the table that has been created as the DDL creates the table as ORC.
Cloudera Distribution we have does not support ORC.
We now want to create the external table as Parquet.
Lets say now instead of ConvertAvrotoORC, I use ConvertAvrotoParquet. How
do we create the external table as Parquet and point it to the HDFS parquet
file? There is no hive-ddl now as it gets generated only when using
ConvertAvrotoORC.

Reply via email to