You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you have any plans or thoughts to support Hive IO formats?
If we are running on Spark, we can delegate the read path to Spark. However we have to implement
all the Hive IO formats in cpp when running on local or writing data to Hive, which would be a quite complex project.
Another way would be delegating our work to hcatalog, that looks like a good direction.
Read/write InputFormat/OutputFormat, SerDe from/to Hive Metastore.
Read/write data from/to Hive Table or Partition.
The text was updated successfully, but these errors were encountered: