简体   繁体   中英

Hive in Azure Synapse

We have scala Jar file which is running on on-prem Hadoop cluster. It create hive tables on parquet file and do further spark processing on hive table.

May I know your suggestion on how to run such hive based spark processing in synapses spark pool? If possible, without changing our code?

Currently Spark only works with external Hive tables and non-transactional/non-ACID managed Hive tables. It doesn't support Hive ACID/transactional tables now.

For more details, refer to Use external Hive Metastore for Synapse Spark Pool (Preview)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM