-
Notifications
You must be signed in to change notification settings - Fork 387
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
Protobuf 3.x compatibility? #462
Comments
+1. The same question. |
I was able to build and test Hive protobuf with proto3. Remember to shade and relocate if you are running on Hadoop. Hadoop pre 3.x has an unshaded proto 2.5 dep. |
I was able to compile elephant-bird and hive with protobuf 3.x, add external tables that are backed my hdfs and successfully querying the tables. However, during my testing I ran into a small problem. When I run a query like "select count(*) from [table_name]" I receive the following: Error: java.lang.RuntimeException: Error in configuring object Right now, I am using elephant-bird, hive 2 (both using protobuf 3.x) and hdfs 2.7.3. I am suspicious that it has something to do with hdfs 2.7.3 using protobuf 2.5. Thoughts ? |
Has anyone tested compatibility with protobuf 3.x?
The text was updated successfully, but these errors were encountered: