-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Hive metadata ETL process #9
Conversation
@@ -67,5 +67,7 @@ subprojects { | |||
"play" : "com.typesafe.play:play_2.10:2.2.4", | |||
"play_ebean" : "com.typesafe.play:play-java-ebean_2.10:2.2.4", | |||
"play_java_jdbc" : "com.typesafe.play:play-java-jdbc_2.10:2.2.4", | |||
"play_cache" : "com.typesafe.play:play-cache_2.10:2.2.4"] | |||
"play_cache" : "com.typesafe.play:play-cache_2.10:2.2.4", | |||
"hive_exec" : "org.apache.hive:hive-exec:0.8.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this version of hive-exec chosen for specific reason?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No specific reason, I just choose a random one as their interface doesn't have too much changes. Maybe it's better to change to a latest one.
Add Hive metadata ETL process
…butes-propagation business attribute: businessattributes-propagation
[DPOE-22788] deploy datahub in AWS
ETL of Hive metadata into Wherehows repository.
Two major sources from hive meta-store tables: COLUMN_V2 , SERDE_PARAM
Things haven't done yet (left for later) :