Is there an easier way to register hudi tables in HMS? #454
Unanswered
alberttwong
asked this question in
Q&A
Replies: 1 comment
-
I wasn't able to get around the installation of Hadoop and Hive but you don't have to compile the Hudi-Hive-Sync For convience I'm using pyspark (via Apache Ivy) to download the dependancies and missing files for
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Per https://xtable.apache.org/docs/hms#register-the-target-table-in-hive-metastore, if you have hudi files, you have to use hudi-hive-sync. However, to use hudi-hive-sync, you need to install an instance of Hadoop and Hive. That's almost 1GB of files just to use the utility. Is there an easier way?
Also the docs says to git clone the entire hudi project. Is there a way just to get the hudi-hive-sync utility by itself?
Beta Was this translation helpful? Give feedback.
All reactions